2025-08-30T15:07:34.172687Z 37868 [569e497b] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 569e497b-805d-47a9-b293-f6cfc3fdd358. This will be truncated in the following lines. 2025-08-30T15:07:34.173012Z 37868 [569e497b] ACPLLiteClient DBG acp::local::lite::impl::ACPLLiteClientImpl::getACPLLiteClientInstance #100 : Creating ACPLLiteClient with ACPLTransferConfig: ACPLTransferConfig{enableBulkDownload: true, enableBulkUpload: true, acceleratedDownload: true, acceleratedUpload: true, maxOutstandingRequests: 32, pollingInterval: 30000, assetCountInCache: 30, switchToCloudFrontUrl: false, indexUrl: "https://platform-cs-edge.adobe.io", blockDownload: true, assetRecencyWindow: 7, performImplicitMonitoring: false, usePublishedLinksHeader: true, blockDownloadThresholdInBytes: 5242880, blockUploadThresholdInBytes: 5242880} 2025-08-30T15:07:34.173261Z 37868 [569e497b] ACPLLiteClient INF acp::local::lite::impl::ACPLLiteClientImpl::getACPLLiteClientInstance #106 : Custom base cache path - SAM is set 2025-08-30T15:07:34.173306Z 37868 [569e497b] ACPLLiteClient ALW acp::local::lite::impl::ACPLLiteClientImpl::ACPLLiteClientImpl #85 : ACPL SDK version = 5.8.0 2025-08-30T15:07:34.173359Z 37868 [569e497b] ACPLLiteClient INF acp::local::lite::impl::ACPLLiteClientImpl::ACPLLiteClientImpl #86 : ACPLLiteClient construtor executed successfullly 2025-08-30T15:07:34.173599Z 37868 [569e497b] ACPLLiteStorageClientImpl ALW acp::local::lite::impl::ACPLLiteStorageClientImpl::create #46 : ACPL-Lite SDK version = 5.8.0 2025-08-30T15:07:34.174418Z 37868 [569e497b] NetworkStatusManagerImpl DBG acp::local::lite::impl::NetworkStatusManagerImpl::NetworkStatusManagerImpl #38 : NetworkStatusManagerImpl::NetworkStatusManagerImpl 2025-08-30T15:07:34.174489Z 37868 [569e497b] CosyManager DBG acp::local::lite::impl::CosyManager::create #88 : Creating CosyManager 2025-08-30T15:07:34.174954Z 37868 [569e497b] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::IdentityManagerImpl #34 : Creating IdentityManagerImpl 2025-08-30T15:07:34.175032Z 37868 [569e497b] SqliteCommonDataAccess INF acp::local::lite::impl::SqliteCommonDataAccess::SqliteCommonDataAccess #421 : SqliteCommonDataAccess::SqliteCommonDataAccess baseDir ACPLocal.Next 2025-08-30T15:07:34.175978Z 37868 [569e497b] SqliteCommonDataAccess INF acp::local::lite::impl::SqliteCommonDataAccess::openDB #452 : ACPLocal.Next\CommonDB\1\acplnext-common.db.db successfully opened 2025-08-30T15:07:34.176042Z 37868 [569e497b] SqliteCommonDataAccess INF acp::local::lite::impl::SqliteCommonDataAccess::_initialiseDb #389 : Opened database with SQLITE linked version: 3.40.0 and header version: 3.40.0 2025-08-30T15:07:34.176136Z 37868 [569e497b] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: BEGIN EXCLUSIVE TRANSACTION 2025-08-30T15:07:34.176532Z 37868 [569e497b] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCurrentVersion #601 : Successfully fetched Current Version. current version : 0 2025-08-30T15:07:34.176583Z 37868 [569e497b] SqliteCommonDataAccess INF acp::local::lite::impl::SqliteCommonDataAccess::performDatabaseMigration #559 : Starting Database Migration with currentVersion : 0 and latestVersion : 18 2025-08-30T15:07:34.176749Z 37868 [569e497b] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: CREATE TABLE IF NOT EXISTS asset_migration ( user_id TEXT NOT NULL, app_id TEXT NOT NULL, migration_status TEXT DEFAULT NULL, migration_error TEXT DEFAULT NULL, migration_failed_count TEXT DEFAULT NULL, migration_success_count TEXT DEFAULT NULL, PRIMARY KEY(user_id, app_id)) 2025-08-30T15:07:34.176918Z 37868 [569e497b] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: CREATE TABLE IF NOT EXISTS db_paths ( user_id TEXT, user_base_dir_name TEXT NOT NULL, PRIMARY KEY(user_id)) 2025-08-30T15:07:34.177046Z 37868 [569e497b] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: CREATE TABLE IF NOT EXISTS cache_config_params ( asset_ttl INTEGER DEFAULT 2592000, max_cache_size INTEGER DEFAULT 21474836480, purge_interval INTEGER DEFAULT 3600, threshold_percent INTEGER DEFAULT 85, purge_by_percent INTEGER DEFAULT 50) 2025-08-30T15:07:34.177201Z 37868 [569e497b] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: INSERT INTO cache_config_params DEFAULT VALUES 2025-08-30T15:07:34.177316Z 37868 [569e497b] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: CREATE TABLE IF NOT EXISTS subscription ( subscription_local_id TEXT NOT NULL PRIMARY KEY, subscription_cloud_id TEXT DEFAULT NULL, change_log_token TEXT DEFAULT NULL, last_synced INTEGER DEFAULT NULL, state_flags INTEGER NOT NULL DEFAULT 0, href TEXT DEFAULT NULL, created INTEGER DEFAULT NULL, modified INTEGER DEFAULT NULL, etag TEXT DEFAULT NULL, expires_at INTEGER DEFAULT NULL) 2025-08-30T15:07:34.177515Z 37868 [569e497b] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: CREATE TABLE IF NOT EXISTS asset_subscription ( subscription_local_id TEXT NOT NULL, asset_id TEXT NOT NULL, directory_level INTEGER DEFAULT 0, resource_flags INTEGER DEFAULT 0, last_monitored_time INTEGER DEFAULT 0, created INTEGER DEFAULT NULL, ref_count INTEGER DEFAULT 0, tracking_level INTEGER DEFAULT 0, PRIMARY KEY(asset_id, subscription_local_id) FOREIGN KEY (subscription_local_id) REFERENCES subscription(subscription_local_id) ON DELETE CASCADE) 2025-08-30T15:07:34.177696Z 37868 [569e497b] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: CREATE TABLE IF NOT EXISTS user_subscription ( user_id TEXT NOT NULL, subscription_local_id TEXT NOT NULL, PRIMARY KEY(subscription_local_id) FOREIGN KEY(subscription_local_id) REFERENCES subscription(subscription_local_id) ON DELETE CASCADE ) 2025-08-30T15:07:34.177842Z 37868 [569e497b] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: CREATE TABLE IF NOT EXISTS user_top_level_dir ( user_id TEXT NOT NULL, path TEXT NOT NULL, PRIMARY KEY(user_id, path)) 2025-08-30T15:07:34.177987Z 37868 [569e497b] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: CREATE TABLE asset_subscription_new ( subscription_local_id TEXT NOT NULL, asset_id TEXT NOT NULL, directory_level INTEGER DEFAULT 0, resource_flags INTEGER DEFAULT 0, last_monitored_time INTEGER DEFAULT 0, created INTEGER DEFAULT NULL, tracking_level INTEGER DEFAULT 0, PRIMARY KEY(asset_id, subscription_local_id), FOREIGN KEY (subscription_local_id) REFERENCES subscription(subscription_local_id) ON DELETE CASCADE) 2025-08-30T15:07:34.178141Z 37868 [569e497b] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: INSERT INTO asset_subscription_new ( subscription_local_id, asset_id, directory_level, resource_flags, last_monitored_time, created, tracking_level) SELECT subscription_local_id, asset_id, directory_level, resource_flags, last_monitored_time, created, tracking_level FROM asset_subscription 2025-08-30T15:07:34.178265Z 37868 [569e497b] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: CREATE TABLE IF NOT EXISTS asset_ref_count ( asset_id TEXT NOT NULL, subscription_local_id TEXT NOT NULL, resource_type_flag INTEGER DEFAULT 0, ref_count INTEGER DEFAULT 0, PRIMARY KEY(asset_id, subscription_local_id, resource_type_flag) FOREIGN KEY (asset_id, subscription_local_id) REFERENCES asset_subscription_new(asset_id, subscription_local_id) ON DELETE CASCADE) 2025-08-30T15:07:34.178406Z 37868 [569e497b] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: INSERT OR IGNORE INTO asset_ref_count (asset_id, subscription_local_id, resource_type_flag, ref_count)SELECT asset_id, subscription_local_id, 1, ref_count FROM asset_subscription 2025-08-30T15:07:34.178528Z 37868 [569e497b] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: DROP TABLE asset_subscription 2025-08-30T15:07:34.178704Z 37868 [569e497b] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: ALTER TABLE asset_subscription_new RENAME TO asset_subscription 2025-08-30T15:07:34.179587Z 37868 [569e497b] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: ALTER TABLE asset_ref_count RENAME TO asset_ref_count_old 2025-08-30T15:07:34.180410Z 37868 [569e497b] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: CREATE TABLE IF NOT EXISTS asset_ref_count ( asset_id TEXT NOT NULL, subscription_local_id TEXT NOT NULL, resource_type_flag INTEGER DEFAULT 0, ref_count INTEGER DEFAULT 0, PRIMARY KEY(asset_id, subscription_local_id, resource_type_flag) FOREIGN KEY (asset_id, subscription_local_id) REFERENCES asset_subscription(asset_id, subscription_local_id) ON DELETE CASCADE) 2025-08-30T15:07:34.180562Z 37868 [569e497b] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: INSERT OR IGNORE INTO asset_ref_count (asset_id, subscription_local_id, resource_type_flag, ref_count)SELECT asset_id, subscription_local_id, resource_type_flag, ref_count FROM asset_ref_count_old 2025-08-30T15:07:34.180652Z 37868 [569e497b] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: DROP TABLE asset_ref_count_old 2025-08-30T15:07:34.180739Z 37868 [569e497b] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: PRAGMA user_version = 18 2025-08-30T15:07:34.180794Z 37868 [569e497b] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: COMMIT TRANSACTION 2025-08-30T15:07:34.190860Z 37868 [569e497b] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: PRAGMA foreign_keys = ON 2025-08-30T15:07:34.190935Z 37868 [569e497b] SyncComponentsController DBG acp::local::lite::SyncComponentsController::create #74 : Created DataAccess - 1334365040 2025-08-30T15:07:34.191003Z 37868 [569e497b] ObservationBridge DBG acp::local::lite::impl::ObservationBridgeImpl::ObservationBridgeImpl #83 : Constructing ObservationBridgeImpl 2025-08-30T15:07:34.191283Z 37868 [569e497b] ProxyController DBG acp::local::lite::impl::ProxyControllerImpl::ProxyControllerImpl #33 : Constructing ProxyControllerImpl 2025-08-30T15:07:34.191316Z 37868 [569e497b] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::SyncComponentsControllerImpl #100 : Constructing SyncComponentsController 2025-08-30T15:07:34.192405Z 37868 [569e497b] NetworkStatusMonitorImpl INF acp::local::lite::impl::NetworkStatusMonitorImpl::start #108 : Started Network monitoring. : Monitoring Status: 1 Network Status: Online 2025-08-30T15:07:34.192459Z 37868 [569e497b] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::setHandlers #46 : setHandlers 2025-08-30T15:07:34.192552Z 37868 [569e497b] InProcessMessageAdapter INF acp::local::lite::messenger::InProcessMessageAdapter::registerHandler #85 : Request handler is registered 2025-08-30T15:07:34.192588Z 37868 [569e497b] InProcessMessageAdapter INF acp::local::lite::messenger::InProcessMessageAdapter::registerCallback #79 : Response callback is registered 2025-08-30T15:07:34.192617Z 37868 [569e497b] CosyLibImpl DBG acp::local::lite::cosylib::CosyLib::create #46 : Created CosyLib instance - 1347785184 2025-08-30T15:07:34.192643Z 37868 [569e497b] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::CosyLibImpl #32 : CosyLibImpl::CosyLibImpl 2025-08-30T15:07:34.192680Z 37868 [569e497b] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::CosyControllerImpl #47 : CosyControllerImpl::CosyControllerImpl 2025-08-30T15:07:34.192750Z 37868 [569e497b] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::CosyLibImpl #34 : CosyLibImpl::Creating a new CosyController 2025-08-30T15:07:34.192952Z 37868 [569e497b] SqliteCommonDataAccess INF acp::local::lite::impl::SqliteCommonDataAccess::SqliteCommonDataAccess #421 : SqliteCommonDataAccess::SqliteCommonDataAccess baseDir ACPLocal.Next 2025-08-30T15:07:34.193962Z 37868 [569e497b] SqliteCommonDataAccess INF acp::local::lite::impl::SqliteCommonDataAccess::openDB #452 : ACPLocal.Next\CommonDB\1\acplnext-common.db.db successfully opened 2025-08-30T15:07:34.193998Z 37868 [569e497b] SqliteCommonDataAccess INF acp::local::lite::impl::SqliteCommonDataAccess::_initialiseDb #389 : Opened database with SQLITE linked version: 3.40.0 and header version: 3.40.0 2025-08-30T15:07:34.194031Z 37868 [569e497b] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: BEGIN EXCLUSIVE TRANSACTION 2025-08-30T15:07:34.194134Z 37868 [569e497b] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCurrentVersion #601 : Successfully fetched Current Version. current version : 18 2025-08-30T15:07:34.194168Z 37868 [569e497b] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: COMMIT TRANSACTION 2025-08-30T15:07:34.194203Z 37868 [569e497b] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: PRAGMA foreign_keys = ON 2025-08-30T15:07:34.194252Z 37868 [569e497b] Analytics INF acp::local::impl::SDKAnalyticsWrapper::disableAnalytics #246 : Disabling analytics. 2025-08-30T15:07:34.194289Z 37868 [569e497b] StateChangeManager DBG acp::local::lite::impl::StateChangeManager::create #44 : Creating StateChangeManager 2025-08-30T15:07:34.194351Z 37868 [569e497b] PendingNotificationStore DBG acp::local::lite::impl::ACPLLitePendingNotificationStore::create #62 : Creating ACPLLitePendingNotificationStoreImpl 2025-08-30T15:07:34.194439Z 37868 [569e497b] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getProcessController #103 : CosyLibImpl::getProcessController 2025-08-30T15:07:34.194471Z 37868 [569e497b] ProcessControllerImpl DBG acp::local::lite::cosylib::ProcessControllerImpl::ProcessControllerImpl #35 : ProcessControllerImpl::ProcessControllerImpl 2025-08-30T15:07:34.194496Z 37868 [569e497b] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getProcessController #110 : CosyLibImpl::Creating a new ProcessController 2025-08-30T15:07:34.194528Z 37868 [569e497b] SyncProcessManager DBG acp::local::lite::impl::SyncProcessManager::createSyncProcessManager #29 : Creating SyncProcessManager 2025-08-30T15:07:34.194556Z 37868 [569e497b] SyncProcessManager DBG acp::local::lite::impl::SyncProcessManagerImpl::SyncProcessManagerImpl #35 : Creating SyncProcessManagerImpl 2025-08-30T15:07:34.194586Z 37868 [569e497b] AssetDeviceStorage INF acp::local::lite::AssetStorage::initializeDCXStorage #41 : Initialize DCX Repository 2025-08-30T15:07:34.194894Z 37868 [569e497b] ACPLLiteStorageClientImpl INF acp::local::lite::impl::ACPLLiteStorageClientImpl::initializeDCXFeatures::::operator () #1787 : DCX Featureflag [kBulkDownloadFeature] is successfully set. Current state [enabled] 2025-08-30T15:07:34.194948Z 37868 [569e497b] ACPLLiteStorageClientImpl INF acp::local::lite::impl::ACPLLiteStorageClientImpl::initializeDCXFeatures::::operator () #1787 : DCX Featureflag [kBulkUploadFeature] is successfully set. Current state [enabled] 2025-08-30T15:07:34.194986Z 37868 [569e497b] ACPLLiteStorageClientImpl INF acp::local::lite::impl::ACPLLiteStorageClientImpl::initializeDCXFeatures::::operator () #1787 : DCX Featureflag [kAcceleratedDownloadFeature] is successfully set. Current state [enabled] 2025-08-30T15:07:34.195024Z 37868 [569e497b] ACPLLiteStorageClientImpl INF acp::local::lite::impl::ACPLLiteStorageClientImpl::initializeDCXFeatures::::operator () #1787 : DCX Featureflag [kAcceleratedUploadFeature] is successfully set. Current state [enabled] 2025-08-30T15:07:34.195056Z 37868 [569e497b] ACPLLiteStorageClientImpl INF acp::local::lite::impl::ACPLLiteStorageClientImpl::initializeDCXFeatures::::operator () #1787 : DCX Featureflag [kEnableAccelerationForAllBlockDownloadFeature] is successfully set. Current state [enabled] 2025-08-30T15:07:34.195087Z 37868 [569e497b] ACPLLiteStorageClientImpl INF acp::local::lite::impl::ACPLLiteStorageClientImpl::initializeDCXFeatures::::operator () #1787 : DCX Featureflag [kEnableAccelerationForAllBlockUploadFeature] is successfully set. Current state [enabled] 2025-08-30T15:07:34.195117Z 37868 [569e497b] ACPLLiteStorageClientImpl INF acp::local::lite::impl::ACPLLiteStorageClientImpl::initializeDCXFeatures::::operator () #1787 : DCX Featureflag [kRAPIBlockDownloadFeature] is successfully set. Current state [enabled] 2025-08-30T15:07:34.195145Z 37868 [569e497b] ACPLLiteStorageClientImpl INF acp::local::lite::impl::ACPLLiteStorageClientImpl::initializeDCXFeatures::::operator () #1787 : DCX Featureflag [kRAPIBlockUploadFeature] is successfully set. Current state [enabled] 2025-08-30T15:07:34.195173Z 37868 [569e497b] ACPLLiteStorageClientImpl INF acp::local::lite::impl::ACPLLiteStorageClientImpl::initializeDCXFeatures::::operator () #1787 : DCX Featureflag [kRAPILinksAPIFeature] is successfully set. Current state [enabled] 2025-08-30T15:07:34.195200Z 37868 [569e497b] Analytics INF acp::local::impl::SDKAnalyticsWrapper::subscribeNetworkStatusForAnalytics #1146 : Subscribing to NotificationRequest::NotificationType 3 through NotificationRequestProcessor. 2025-08-30T15:07:34.195255Z 37868 [569e497b] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: NETWORKSTATUS 2025-08-30T15:07:34.195301Z 37868 [569e497b] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: NETWORKSTATUS::NONE::0] [subscriptionId: 788a5141-c483-4546-88c1-5166b867ca3e] 2025-08-30T15:07:34.195868Z 37868 [569e497b] Analytics INF acp::local::impl::SDKAnalyticsWrapper::updateNetworkStatus #1060 : updated network availability = 1 2025-08-30T15:07:34.195938Z 37868 [569e497b] ACPLLiteStorageClientImpl INF acp::local::lite::impl::ACPLLiteStorageClientImpl::create #81 : HL API ACPLStorageClient created successfully 2025-08-30T15:07:34.196079Z 37868 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [260e5b61-6cee-4941-9d92-69a0f12a0b95] 2025-08-30T15:07:34.196114Z 37868 [260e5b61] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 260e5b61-6cee-4941-9d92-69a0f12a0b95. This will be truncated in the following lines. 2025-08-30T15:07:34.196139Z 37868 [260e5b61] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-08-30T15:07:34.196285Z 37868 [260e5b61] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Req78669ea8-1dfa-4838-8e36-ae31e04743c9 2025-08-30T15:07:34.196345Z 37868 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [bae2ff4c-de33-4723-ba58-b07a005be3e0] 2025-08-30T15:07:34.196375Z 37868 [bae2ff4c] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is bae2ff4c-de33-4723-ba58-b07a005be3e0. This will be truncated in the following lines. 2025-08-30T15:07:34.196403Z 37868 [bae2ff4c] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-08-30T15:07:34.196454Z 37868 [bae2ff4c] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Reqcad6f718-6db3-4c9d-a253-a3c76e4fdbb6 2025-08-30T15:07:34.196527Z 31924 [260e5b61] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.196575Z 37868 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [b034cfde-f0c4-4d52-a7ed-3c34162a27b6] 2025-08-30T15:07:34.196623Z 14696 [bae2ff4c] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.196668Z 31924 [260e5b61] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: USER_NOT_REGISTERED_FOR_SYNC 2025-08-30T15:07:34.196736Z 37868 [b034cfde] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is b034cfde-f0c4-4d52-a7ed-3c34162a27b6. This will be truncated in the following lines. 2025-08-30T15:07:34.196777Z 37868 [b034cfde] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-08-30T15:07:34.196814Z 31924 [260e5b61] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: USER_NOT_REGISTERED_FOR_SYNC::NONE::0] [subscriptionId: b94d9cc0-ec08-47f4-baf4-664e9668a334] 2025-08-30T15:07:34.196866Z 14696 [bae2ff4c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: USER_REGISTERED_FOR_SYNC 2025-08-30T15:07:34.196916Z 37868 [b034cfde] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Req8376acc9-c1eb-49ab-9bc7-90c7c758cd42 2025-08-30T15:07:34.196960Z 31924 [260e5b61] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-08-30T15:07:34.197007Z 14696 [bae2ff4c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: USER_REGISTERED_FOR_SYNC::NONE::0] [subscriptionId: 2a6d1f2e-3bae-45e9-8195-8945bc8af15f] 2025-08-30T15:07:34.197047Z 37868 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [41ed9241-fd9f-4020-bbd7-8b9d3a3a4722] 2025-08-30T15:07:34.197085Z 28292 [b034cfde] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.197121Z 31924 [260e5b61] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Req78669ea8-1dfa-4838-8e36-ae31e04743c9 2025-08-30T15:07:34.197161Z 14696 [bae2ff4c] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-08-30T15:07:34.197202Z 37868 [41ed9241] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 41ed9241-fd9f-4020-bbd7-8b9d3a3a4722. This will be truncated in the following lines. 2025-08-30T15:07:34.197251Z 37868 [41ed9241] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-08-30T15:07:34.197284Z 14696 [bae2ff4c] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Reqcad6f718-6db3-4c9d-a253-a3c76e4fdbb6 2025-08-30T15:07:34.197328Z 28292 [b034cfde] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: SYNCWORKING 2025-08-30T15:07:34.197384Z 37868 [41ed9241] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Req21b16490-5c42-47a9-9741-0895efe8ca05 2025-08-30T15:07:34.197449Z 31924 [41ed9241] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.197486Z 28292 [b034cfde] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: SYNCWORKING::NONE::0] [subscriptionId: e047c14e-881a-4ea8-b272-73636b81d559] 2025-08-30T15:07:34.197529Z 37868 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [adc70b44-3dc7-4b14-aeb7-0ab2216a0c67] 2025-08-30T15:07:34.197571Z 31924 [41ed9241] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: SYNCDOWN 2025-08-30T15:07:34.197612Z 28292 [b034cfde] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-08-30T15:07:34.197653Z 37868 [adc70b44] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is adc70b44-3dc7-4b14-aeb7-0ab2216a0c67. This will be truncated in the following lines. 2025-08-30T15:07:34.197690Z 37868 [adc70b44] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-08-30T15:07:34.197719Z 28292 [b034cfde] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Req8376acc9-c1eb-49ab-9bc7-90c7c758cd42 2025-08-30T15:07:34.197759Z 31924 [41ed9241] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: SYNCDOWN::NONE::0] [subscriptionId: 38577dbe-05f3-47e6-9ebc-40af001ca21f] 2025-08-30T15:07:34.197808Z 37868 [adc70b44] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Reqcb8d4858-be85-4e5f-bd8e-935f82c53ea2 2025-08-30T15:07:34.197850Z 14696 [adc70b44] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.197887Z 31924 [41ed9241] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-08-30T15:07:34.197926Z 37868 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [141a3629-cbe4-4b5e-83b5-5971ebc5d5dd] 2025-08-30T15:07:34.197964Z 14696 [adc70b44] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: SYNC_ENGINE_STATUS 2025-08-30T15:07:34.198001Z 31924 [41ed9241] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Req21b16490-5c42-47a9-9741-0895efe8ca05 2025-08-30T15:07:34.198040Z 37868 [141a3629] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 141a3629-cbe4-4b5e-83b5-5971ebc5d5dd. This will be truncated in the following lines. 2025-08-30T15:07:34.198072Z 37868 [141a3629] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-08-30T15:07:34.198100Z 14696 [adc70b44] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: SYNC_ENGINE_STATUS::NONE::0] [subscriptionId: bf00ec96-da8c-4cdc-bed9-5696a9757939] 2025-08-30T15:07:34.198136Z 31924 [141a3629] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.198170Z 37868 [141a3629] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Req40eac12f-861f-46ff-b4e8-6cac25a6c081 2025-08-30T15:07:34.198205Z 14696 [adc70b44] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-08-30T15:07:34.198241Z 31924 [141a3629] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: NETWORKSTATUS 2025-08-30T15:07:34.198283Z 37868 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [b1b7256c-5a47-46e4-a76f-af000bed54fa] 2025-08-30T15:07:34.198326Z 14696 [adc70b44] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Reqcb8d4858-be85-4e5f-bd8e-935f82c53ea2 2025-08-30T15:07:34.198377Z 31924 [141a3629] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: NETWORKSTATUS::NONE::0] [subscriptionId: a220df9b-8e82-40fe-b150-b6eff7f63b9b] 2025-08-30T15:07:34.198420Z 37868 [b1b7256c] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is b1b7256c-5a47-46e4-a76f-af000bed54fa. This will be truncated in the following lines. 2025-08-30T15:07:34.198453Z 37868 [b1b7256c] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-08-30T15:07:34.198500Z 37868 [b1b7256c] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Req91c3b1e2-2086-4ca2-b7fb-8cb23ba19527 2025-08-30T15:07:34.198534Z 14696 [b1b7256c] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.198571Z 37868 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [0d449c66-3499-429e-b405-ce172f04b7c6] 2025-08-30T15:07:34.198612Z 14696 [b1b7256c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: DBCORRUPTED 2025-08-30T15:07:34.198647Z 37868 [0d449c66] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 0d449c66-3499-429e-b405-ce172f04b7c6. This will be truncated in the following lines. 2025-08-30T15:07:34.198727Z 37868 [0d449c66] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-08-30T15:07:34.198759Z 14696 [b1b7256c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: DBCORRUPTED::NONE::0] [subscriptionId: 47dff8ae-3836-4477-8899-fd31b13d7a26] 2025-08-30T15:07:34.198796Z 14696 [b1b7256c] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-08-30T15:07:34.198834Z 37868 [0d449c66] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Reqf42364d9-0821-4f7f-8f87-5418c2311d57 2025-08-30T15:07:34.198886Z 28292 [0d449c66] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.198940Z 14696 [b1b7256c] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Req91c3b1e2-2086-4ca2-b7fb-8cb23ba19527 2025-08-30T15:07:34.198985Z 31924 [141a3629] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-08-30T15:07:34.199036Z 28292 [0d449c66] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: DBRECREATED 2025-08-30T15:07:34.199078Z 37868 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [5f3f483c-a430-4dac-8db4-22b078597c20] 2025-08-30T15:07:34.199119Z 31924 [141a3629] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Req40eac12f-861f-46ff-b4e8-6cac25a6c081 2025-08-30T15:07:34.199161Z 28292 [0d449c66] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: DBRECREATED::NONE::0] [subscriptionId: 14388a30-2fb7-4ce6-bc22-d2bbbe7765fd] 2025-08-30T15:07:34.199203Z 37868 [5f3f483c] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 5f3f483c-a430-4dac-8db4-22b078597c20. This will be truncated in the following lines. 2025-08-30T15:07:34.199239Z 37868 [5f3f483c] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::RegisterUser called. 2025-08-30T15:07:34.199267Z 28292 [0d449c66] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-08-30T15:07:34.199324Z 28292 [0d449c66] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Reqf42364d9-0821-4f7f-8f87-5418c2311d57 2025-08-30T15:07:34.199361Z 37868 [5f3f483c] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = RegisterUser with request id = Req1c7ffaf9-8e80-4b4d-8939-c07afe7c525d 2025-08-30T15:07:34.199399Z 31924 [5f3f483c] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.199431Z 31924 [5f3f483c] StateChangeManager INF acp::local::lite::impl::StateChangeManager::executeRequest #52 : executeRequest : scoRequestID[Req1c7ffaf9-8e80-4b4d-8939-c07afe7c525d], requestPriority[1]. 2025-08-30T15:07:34.199460Z 31924 [5f3f483c] State-Engine DBG acp::local::lite::impl::StateEngine::setScoRequestIDWithReason #75 : setScoRequestID scoRequestID [Req1c7ffaf9-8e80-4b4d-8939-c07afe7c525d], reason [DB_PATH_AVAILABLE] 2025-08-30T15:07:34.199492Z 31924 [5f3f483c] State-Engine DBG acp::local::lite::impl::StateEngine::setSCO::::operator () #210 : Starting SCO. Currently m_currentState = State::APP_INIT. Setting m_nextPossibleState to State::CRUD_ENABLED_NO_SYNC with reason = DB_PATH_AVAILABLE 2025-08-30T15:07:34.199523Z 31924 [5f3f483c] State-Engine DBG acp::local::lite::impl::StateEngine::setNextPossibleState #90 : Request Req1c7ffaf9-8e80-4b4d-8939-c07afe7c525d set NPS to State::CRUD_ENABLED_NO_SYNC 2025-08-30T15:07:34.199574Z 31924 [5f3f483c] UserOperations DBG acp::local::lite::impl::ACPLLiteUserOperations::registerCRUDAccessForUser #67 : registerCRUDAccessForUser userID 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.199611Z 31924 [5f3f483c] UserOperations DBG acp::local::lite::impl::ACPLLiteUserOperations::checkPrerequisitesForRegisterUser #153 : checkPrerequisitesForRegisterUser userId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.199646Z 31924 [5f3f483c] UserOperations DBG acp::local::lite::impl::ACPLLiteUserOperations::initAnalyticsAndSetupSessionFacade #182 : initAnalyticsAndSetupSessionFacade 2025-08-30T15:07:34.199682Z 31924 [5f3f483c] Analytics DBG acp::local::impl::SDKAnalyticsLogger::log #1006 : Register User details for userId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.199730Z 31924 [5f3f483c] ACPLClient INF acp::local::impl::genUserAgentString::::operator () #1102 : Created new User-Agent header: [AdobeAcrobat9/14.3.0 ACPL/5.8.0 And Windows 10.0.26100] 2025-08-30T15:07:34.199759Z 31924 [5f3f483c] Analytics INF acp::local::impl::SDKAnalyticsWrapper::initAnalytics #193 : Analytics Library is initialized for user 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.200987Z 31924 [5f3f483c] Analytics INF acp::local::impl::SDKAnalyticsLogger::log #1006 : Analytics Library Initialized successfully for appACPL 2025-08-30T15:07:34.201897Z 31924 [5f3f483c] StorageSessionManager INF acp::local::impl::StorageSessionManagerImpl::StorageSessionManagerImpl #14 : SetUp Composite Storage Session Facade 2025-08-30T15:07:34.201982Z 31924 [5f3f483c] CosyManager DBG acp::local::lite::impl::CosyManager::createCosyLibControllers #368 : Creating cosylib controllers [User: 7C4B055F46F3F71B992015A8@AdobeID] [Session: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981] 2025-08-30T15:07:34.202014Z 31924 [5f3f483c] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getSyncController #74 : CosyLibImpl::getSyncController 2025-08-30T15:07:34.202046Z 31924 [5f3f483c] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::SyncControllerImpl #70 : SyncControllerImpl::SyncControllerImpl 2025-08-30T15:07:34.202070Z 31924 [5f3f483c] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getSyncController #86 : CosyLibImpl::Creating a new SyncController 2025-08-30T15:07:34.202093Z 31924 [5f3f483c] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getUserManager #52 : CosyLibImpl::getUserManager 2025-08-30T15:07:34.202122Z 31924 [5f3f483c] UserManagerImpl DBG acp::local::lite::cosylib::UserManagerImpl::UserManagerImpl #44 : UserManagerImpl::UserManagerImpl 2025-08-30T15:07:34.202144Z 31924 [5f3f483c] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getUserManager #62 : CosyLibImpl::Creating a new UserManager 2025-08-30T15:07:34.202171Z 31924 [5f3f483c] CosyManager DBG acp::local::lite::impl::CosyManager::createObserver #449 : createObserver 2025-08-30T15:07:34.202191Z 31924 [5f3f483c] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getSyncController #74 : CosyLibImpl::getSyncController 2025-08-30T15:07:34.202219Z 31924 [5f3f483c] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::createObserver #91 : SyncControllerImpl::createObserver 2025-08-30T15:07:34.202257Z 31924 [5f3f483c] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::createObserver::::operator () #97 : SyncControllerImpl:: create observer request sent from SyncControllerImpl 2025-08-30T15:07:34.202303Z 31924 [5f3f483c] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::send #44 : InProcessMessenger::send 2025-08-30T15:07:34.202326Z 31924 [5f3f483c] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::handleRequest #112 : CoreSyncControllerImpl::handleRequest 2025-08-30T15:07:34.202381Z 31924 [5f3f483c] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000002 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T15:07:34.202449Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling 2 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T15:07:34.202496Z 31924 [5f3f483c] SqliteCommonDataAccess INF acp::local::lite::impl::SqliteCommonDataAccess::initialiseDb #394 : SqliteCommonDataAccess::initialiseDb baseDir ACPLocal.Next 2025-08-30T15:07:34.202541Z 23716 [] SyncComponentsController INF messageHandlerWrapper #56 : doPerform notification - AppOperationRequest. Inner Request: Notification Type: 1 Request: ReqId: 122512e1-d0db-46fb-be1b-2400c324b84b SourceAppId: AdobeAcrobat9 SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.202589Z 23716 [] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::doPerform #160 : App Operation request - AppOperationRequest. Inner Request: Notification Type: 1 Request: ReqId: 122512e1-d0db-46fb-be1b-2400c324b84b SourceAppId: AdobeAcrobat9 SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 UserId: 7C4B055F46F3F71B992015A8@AdobeID. 2025-08-30T15:07:34.202639Z 23716 [] ObservationBridge DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #138 : Enqueuing 101000000000001 create for acp::local::lite::impl::ObservationBridgeImpl::handleCreateRequest at ObservationBridge.cpp:114 2025-08-30T15:07:34.202677Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-08-30T15:07:34.202706Z 18676 [] ObservationBridge DBG handlerWrapper #108 : Handling 1 create for acp::local::lite::impl::ObservationBridgeImpl::handleCreateRequest at ObservationBridge.cpp:114 2025-08-30T15:07:34.202752Z 18676 [] ObservationBridge INF handlerWrapper #111 : create Request - Notification Type: 1 Request: ReqId: 122512e1-d0db-46fb-be1b-2400c324b84b SourceAppId: AdobeAcrobat9 SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.202788Z 18676 [] ObservationBridge DBG acp::local::lite::impl::ObservationBridgeImpl::createHandler #163 : Creating new Observer appID = AdobeAcrobat9, sessionId = 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981, observerID = c5d3f5ab-e3b0-4db5-9af0-c166b0d33398 2025-08-30T15:07:34.202833Z 18676 [] ObservationBridge INF handlerWrapper #113 : create Response - Notification Type: 1 Response: ReqId: 122512e1-d0db-46fb-be1b-2400c324b84b TargetAppId: AdobeAcrobat9 SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 UserId: 7C4B055F46F3F71B992015A8@AdobeID Error: nullptr ObserverId: c5d3f5ab-e3b0-4db5-9af0-c166b0d33398 2025-08-30T15:07:34.202872Z 18676 [] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::sendResponse #150 : CoreSyncControllerImpl::sendResponse 2025-08-30T15:07:34.202896Z 18676 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-08-30T15:07:34.202927Z 31924 [5f3f483c] SqliteCommonDataAccess INF acp::local::lite::impl::SqliteCommonDataAccess::openDB #452 : ACPLocal.Next\CommonDB\1\acplnext-common.db.db successfully opened 2025-08-30T15:07:34.202967Z 31924 [5f3f483c] SqliteCommonDataAccess INF acp::local::lite::impl::SqliteCommonDataAccess::_initialiseDb #389 : Opened database with SQLITE linked version: 3.40.0 and header version: 3.40.0 2025-08-30T15:07:34.203002Z 18676 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 1 2025-08-30T15:07:34.203035Z 31924 [5f3f483c] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: PRAGMA foreign_keys = ON 2025-08-30T15:07:34.203069Z 18676 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #662 : CosyControllerImpl::handleResponse Unable to handle message of type : 1 2025-08-30T15:07:34.203102Z 31924 [5f3f483c] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getUserBaseDirName #745 : Successfully fetched userBaseDirName. user: 7C4B055F46F3F71B992015A8@AdobeID, userBaseDirName: 7C4B055F46F3F71B992015A8@ADOBEID 2025-08-30T15:07:34.203145Z 18676 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::handleResponse #772 : SyncControllerImpl::handleResponse Received message of type: 1 2025-08-30T15:07:34.203180Z 31924 [5f3f483c] UserOperations DBG acp::local::lite::impl::ACPLLiteUserOperations::registerCRUDAccessForUser::::operator () #111 : getUserBaseDirName returned success and we proceed to initDataAccessAndCreateAssetStorage 2025-08-30T15:07:34.203215Z 31924 [5f3f483c] SqliteDataAccess DBG acp::local::lite::impl::SqliteDataAccess::initUserDataAccess #66 : In initUserDataAccess. userId: 7C4B055F46F3F71B992015A8@AdobeID, sessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981, userBaseDirName: 7C4B055F46F3F71B992015A8@ADOBEID 2025-08-30T15:07:34.203249Z 18676 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::processCreateObserverResponse #459 : SyncControllerImpl::CreateObserver callback 2025-08-30T15:07:34.203291Z 31924 [5f3f483c] PathUtils INF acp::local::lite::getDeviceStoragePath #61 : getDeviceStoragePath: Returning the dcx Path as ACPLocal.Next\7C4B055F46F3F71B992015A8@ADOBEID/dcx/1. recovery: false 2025-08-30T15:07:34.203326Z 18676 [5f3f483c] CosyManager INF acp::local::lite::impl::getCosyCallback::::operator () #128 : cosylib response received for acp::local::lite::impl::CosyManager::createObserver with status [1] and message [success]. 2025-08-30T15:07:34.203375Z 18676 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::processCreateObserverResponse #482 : SyncControllerImpl::Callback handled of type: 1, requestId: 122512e1-d0db-46fb-be1b-2400c324b84b 2025-08-30T15:07:34.240712Z 31924 [5f3f483c] AssetDeviceStorage INF acp::local::lite::AssetStorage::create #56 : Calling AssetStorage::create() for user[7C4B055F46F3F71B992015A8@AdobeID] 2025-08-30T15:07:34.240802Z 31924 [5f3f483c] AssetDeviceStorage INF acp::local::lite::AssetDeviceStorage::AssetDeviceStorage #83 : Calling AssetDeviceStorage() 2025-08-30T15:07:34.240835Z 31924 [5f3f483c] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getUserBaseDirName #745 : Successfully fetched userBaseDirName. user: 7C4B055F46F3F71B992015A8@AdobeID, userBaseDirName: 7C4B055F46F3F71B992015A8@ADOBEID 2025-08-30T15:07:34.240966Z 31924 [5f3f483c] PathUtils INF acp::local::lite::getDeviceStoragePath #61 : getDeviceStoragePath: Returning the dcx Path as ACPLocal.Next\7C4B055F46F3F71B992015A8@ADOBEID/dcx/1. recovery: false 2025-08-30T15:07:34.241602Z 31924 [5f3f483c] UserOperations DBG acp::local::lite::impl::ACPLLiteUserOperations::registerCRUDAccessForUser::::operator () #139 : registerCRUDAccessForUser cacheIndexDocument initiated 2025-08-30T15:07:34.241732Z 31924 [5f3f483c] HDIManager INF acp::local::lite::impl::ACPLLiteHDIManager::cacheIndexDocumentInternal #88 : Starting HDI caching.. 2025-08-30T15:07:34.241767Z 31924 [5f3f483c] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getSyncController #74 : CosyLibImpl::getSyncController 2025-08-30T15:07:34.241805Z 31924 [5f3f483c] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::getIndexResource #332 : SyncControllerImpl::getIndexResource 2025-08-30T15:07:34.241850Z 31924 [5f3f483c] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::send #44 : InProcessMessenger::send 2025-08-30T15:07:34.241883Z 31924 [5f3f483c] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::handleRequest #112 : CoreSyncControllerImpl::handleRequest 2025-08-30T15:07:34.241922Z 31924 [5f3f483c] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000002 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T15:07:34.241968Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling 2 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T15:07:34.242031Z 31924 [5f3f483c] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::RegisterUser. 2025-08-30T15:07:34.242076Z 23716 [] SyncComponentsController INF messageHandlerWrapper #56 : doPerform notification - AppOperationRequest. Inner Request: Notification Type: d0000 Request: ReqId: 1b7e4090-a2f6-460c-b62d-262d8f0331f4 SourceAppId: AdobeAcrobat9 SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.242136Z 31924 [5f3f483c] State-Engine DBG acp::local::lite::impl::StateEngine::stateChangeOpCompleted #109 : State Change Operation Completed. Clearing scoRequestID. Currently m_nextPossibleState = State::CRUD_ENABLED_NO_SYNC. Setting m_currentState to State::CRUD_ENABLED_NO_SYNC with m_reason = DB_PATH_AVAILABLE 2025-08-30T15:07:34.242298Z 31924 [5f3f483c] StateChangeManager INF acp::local::lite::impl::StateChangeManager::processNextSCO #86 : processNextSCO 2025-08-30T15:07:34.242339Z 31924 [5f3f483c] StateChangeManager INF acp::local::lite::impl::StateChangeManager::processNextSCO #90 : processNextSCO : There is no pending request in queue to process 2025-08-30T15:07:34.242373Z 23716 [] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::doPerform #160 : App Operation request - AppOperationRequest. Inner Request: Notification Type: d0000 Request: ReqId: 1b7e4090-a2f6-460c-b62d-262d8f0331f4 SourceAppId: AdobeAcrobat9 SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 UserId: 7C4B055F46F3F71B992015A8@AdobeID. 2025-08-30T15:07:34.242451Z 31924 [5f3f483c] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = RegisterUser with request id = Req1c7ffaf9-8e80-4b4d-8939-c07afe7c525d 2025-08-30T15:07:34.242513Z 23716 [] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 1010000000d0000 getIndexResourceRequestHandler for acp::local::lite::impl::SyncComponentsControllerImpl::handleGetIndexResourceRequest at SyncComponentsControllerImpl.cpp:265 2025-08-30T15:07:34.242570Z 31924 [5f3f483c] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [d5404f8c-8edb-4f4f-8858-2bd430c8186a] 2025-08-30T15:07:34.242614Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-08-30T15:07:34.242656Z 31924 [d5404f8c] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is d5404f8c-8edb-4f4f-8858-2bd430c8186a. This will be truncated in the following lines. 2025-08-30T15:07:34.242694Z 31924 [d5404f8c] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::operator () called. 2025-08-30T15:07:34.242725Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling D0000 getIndexResourceRequestHandler for acp::local::lite::impl::SyncComponentsControllerImpl::handleGetIndexResourceRequest at SyncComponentsControllerImpl.cpp:265 2025-08-30T15:07:34.242764Z 23716 [] SyncComponentsController INF messageHandlerWrapper #56 : getIndexResourceRequestHandler notification - Notification Type: d0000 Request: ReqId: 1b7e4090-a2f6-460c-b62d-262d8f0331f4 SourceAppId: AdobeAcrobat9 SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.242800Z 23716 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getUserBaseDirName #745 : Successfully fetched userBaseDirName. user: 7C4B055F46F3F71B992015A8@AdobeID, userBaseDirName: 7C4B055F46F3F71B992015A8@ADOBEID 2025-08-30T15:07:34.242840Z 31924 [d5404f8c] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = operator () with request id = Reqb8160f84-c2b1-484a-b5a6-21da96a3a725 2025-08-30T15:07:34.242907Z 23716 [] IndexResourceManager ERR acp::local::lite::impl::IndexResourceManagerImpl::fetchIndexResourceFromFSCacheInternal #295 : Index file at path: ACPLocal.Next\7C4B055F46F3F71B992015A8@ADOBEID/Index.json, not present. Error: Unknown 2025-08-30T15:07:34.242965Z 28292 [d5404f8c] StateChangeManager INF acp::local::lite::impl::StateChangeManager::executeRequest #52 : executeRequest : scoRequestID[Reqb8160f84-c2b1-484a-b5a6-21da96a3a725], requestPriority[2]. 2025-08-30T15:07:34.243012Z 31924 [5f3f483c] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [b57121d3-b7a4-4c71-9da2-1ff630c4eede] 2025-08-30T15:07:34.243066Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-08-30T15:07:34.243114Z 28292 [d5404f8c] State-Engine DBG acp::local::lite::impl::StateEngine::setScoRequestIDWithReason #75 : setScoRequestID scoRequestID [Reqb8160f84-c2b1-484a-b5a6-21da96a3a725], reason [AUTH_SYNC_ENABLED] 2025-08-30T15:07:34.243178Z 31924 [b57121d3] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is b57121d3-b7a4-4c71-9da2-1ff630c4eede. This will be truncated in the following lines. 2025-08-30T15:07:34.243216Z 31924 [b57121d3] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-08-30T15:07:34.243253Z 28292 [d5404f8c] State-Engine DBG acp::local::lite::impl::StateEngine::setSCO::::operator () #210 : Starting SCO. Currently m_currentState = State::CRUD_ENABLED_NO_SYNC. Setting m_nextPossibleState to State::CRUD_AND_SYNC with reason = AUTH_SYNC_ENABLED 2025-08-30T15:07:34.243314Z 14696 [b57121d3] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.243362Z 31924 [b57121d3] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Req97c1a9e4-dad2-4b69-a3b1-7c1c556fdec2 2025-08-30T15:07:34.243429Z 28292 [d5404f8c] State-Engine DBG acp::local::lite::impl::StateEngine::setNextPossibleState #90 : Request Reqb8160f84-c2b1-484a-b5a6-21da96a3a725 set NPS to State::CRUD_AND_SYNC 2025-08-30T15:07:34.243491Z 23716 [] SyncComponentsController DBG acp::local::lite::notification::ExceptionSafeHandler::exceptionSafeWrapper #22 : Doing SyncComponentsControllerImpl::sendResponse for acp::local::lite::impl::SyncComponentsControllerImpl::getIndexResourceRequestHandler::::operator () at SyncComponentsControllerImpl.cpp:278 2025-08-30T15:07:34.243540Z 31924 [5f3f483c] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [0a778fc9-56b2-43e4-919d-0a7ff257da65] 2025-08-30T15:07:34.243601Z 28292 [d5404f8c] UserOperations DBG acp::local::lite::impl::ACPLLiteUserOperations::registerFullAccessForUser #202 : registerFullAccessForUser userID: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.243662Z 14696 [b57121d3] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: SYNCPROGRESS 2025-08-30T15:07:34.243709Z 23716 [] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::sendResponse #150 : CoreSyncControllerImpl::sendResponse 2025-08-30T15:07:34.243755Z 23716 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-08-30T15:07:34.243791Z 28292 [d5404f8c] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getSyncController #74 : CosyLibImpl::getSyncController 2025-08-30T15:07:34.243829Z 28292 [d5404f8c] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getUserManager #52 : CosyLibImpl::getUserManager 2025-08-30T15:07:34.243858Z 28292 [d5404f8c] CosyManager INF acp::local::lite::impl::CosyManager::subscribeToCosylib #603 : Subscribing to User specific CoreSync events.. 2025-08-30T15:07:34.243893Z 23716 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 851968 2025-08-30T15:07:34.243943Z 14696 [b57121d3] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: SYNCPROGRESS::SYNC_PROGRESS::DOWNLOAD] [subscriptionId: 2eb9d8b7-c2c1-4eb6-a623-6924dea0f200] 2025-08-30T15:07:34.243988Z 31924 [0a778fc9] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 0a778fc9-56b2-43e4-919d-0a7ff257da65. This will be truncated in the following lines. 2025-08-30T15:07:34.244027Z 31924 [0a778fc9] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::GetSystemStatus called. 2025-08-30T15:07:34.244062Z 23716 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #662 : CosyControllerImpl::handleResponse Unable to handle message of type : 851968 2025-08-30T15:07:34.244108Z 14696 [b57121d3] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-08-30T15:07:34.244154Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: ASSETSYNC 2025-08-30T15:07:34.244197Z 23716 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::handleResponse #772 : SyncControllerImpl::handleResponse Received message of type: 851968 2025-08-30T15:07:34.244234Z 23716 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::processGetIndexResourceResponse #726 : SyncControllerImpl::processGetIndexResourceResponse 2025-08-30T15:07:34.244272Z 14696 [b57121d3] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Req97c1a9e4-dad2-4b69-a3b1-7c1c556fdec2 2025-08-30T15:07:34.244321Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::CLOUD_MODIFIED] [subscriptionId: 9cfff54c-fbc6-4adf-8337-b859fccefce6] 2025-08-30T15:07:34.244387Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::CLOUD_ARCHIVED] [subscriptionId: 9cfff54c-fbc6-4adf-8337-b859fccefce6] 2025-08-30T15:07:34.244423Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::CLOUD_DELETED] [subscriptionId: 9cfff54c-fbc6-4adf-8337-b859fccefce6] 2025-08-30T15:07:34.244455Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::LOCAL_CREATED] [subscriptionId: 9cfff54c-fbc6-4adf-8337-b859fccefce6] 2025-08-30T15:07:34.244488Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::DOWNLOAD_CLOUD_ONLY_ASSET] [subscriptionId: 9cfff54c-fbc6-4adf-8337-b859fccefce6] 2025-08-30T15:07:34.244523Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::LOCAL_MODIFIED] [subscriptionId: 9cfff54c-fbc6-4adf-8337-b859fccefce6] 2025-08-30T15:07:34.244563Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::CLOUD_DISCARDED] [subscriptionId: 9cfff54c-fbc6-4adf-8337-b859fccefce6] 2025-08-30T15:07:34.244593Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::CLOUD_MODIFIED] [subscriptionId: 9cfff54c-fbc6-4adf-8337-b859fccefce6] 2025-08-30T15:07:34.244623Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::CLOUD_ARCHIVED] [subscriptionId: 9cfff54c-fbc6-4adf-8337-b859fccefce6] 2025-08-30T15:07:34.244653Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::CLOUD_DELETED] [subscriptionId: 9cfff54c-fbc6-4adf-8337-b859fccefce6] 2025-08-30T15:07:34.244688Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::LOCAL_CREATED] [subscriptionId: 9cfff54c-fbc6-4adf-8337-b859fccefce6] 2025-08-30T15:07:34.244723Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::DOWNLOAD_CLOUD_ONLY_ASSET] [subscriptionId: 9cfff54c-fbc6-4adf-8337-b859fccefce6] 2025-08-30T15:07:34.244758Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::LOCAL_MODIFIED] [subscriptionId: 9cfff54c-fbc6-4adf-8337-b859fccefce6] 2025-08-30T15:07:34.244794Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::CLOUD_DISCARDED] [subscriptionId: 9cfff54c-fbc6-4adf-8337-b859fccefce6] 2025-08-30T15:07:34.244833Z 23716 [5f3f483c] CosyManager INF acp::local::lite::impl::getIndexResourceCallback::::operator () #342 : cosylib response received for acp::local::lite::impl::CosyManager::getIndexResource with status [0] and message [Could not fetch IndexResource From FSCache]. 2025-08-30T15:07:34.245106Z 38300 [0a778fc9] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.245155Z 31924 [0a778fc9] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = GetSystemStatus with request id = Req62350886-f527-4a14-8108-af84ca6f2e66 2025-08-30T15:07:34.245204Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::CLOUD_MODIFIED] [subscriptionId: 9cfff54c-fbc6-4adf-8337-b859fccefce6] 2025-08-30T15:07:34.245248Z 23716 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::processGetIndexResourceResponse #745 : SyncControllerImpl::Callback handled of type: 851968, requestId: 1b7e4090-a2f6-460c-b62d-262d8f0331f4 2025-08-30T15:07:34.245295Z 14696 [5f3f483c] HDIManager ERR acp::local::lite::impl::ACPLLiteHDIManager::cacheIndexDocumentInternal::::operator () #132 : Failed to cache HDI. error:[50000:Could not fetch IndexResource From FSCache] 2025-08-30T15:07:34.245335Z 14696 [5f3f483c] HDIManager INF acp::local::lite::impl::ACPLLiteHDIManager::completeWaitPromises #155 : Triggering all waiting promises.. 2025-08-30T15:07:34.245368Z 31924 [5f3f483c] ACPLLiteStorageClientImpl DBG acp::local::lite::impl::ACPLLiteStorageClientImpl::RegisterUser::::operator () #311 : RegisterUser successCallback is invoked for returning user 2025-08-30T15:07:34.245413Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::CLOUD_ARCHIVED] [subscriptionId: 9cfff54c-fbc6-4adf-8337-b859fccefce6] 2025-08-30T15:07:34.245452Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::CLOUD_DELETED] [subscriptionId: 9cfff54c-fbc6-4adf-8337-b859fccefce6] 2025-08-30T15:07:34.245482Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::LOCAL_CREATED] [subscriptionId: 9cfff54c-fbc6-4adf-8337-b859fccefce6] 2025-08-30T15:07:34.245512Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::DOWNLOAD_CLOUD_ONLY_ASSET] [subscriptionId: 9cfff54c-fbc6-4adf-8337-b859fccefce6] 2025-08-30T15:07:34.245542Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::LOCAL_MODIFIED] [subscriptionId: 9cfff54c-fbc6-4adf-8337-b859fccefce6] 2025-08-30T15:07:34.245582Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::CLOUD_DISCARDED] [subscriptionId: 9cfff54c-fbc6-4adf-8337-b859fccefce6] 2025-08-30T15:07:34.245621Z 38300 [0a778fc9] SystemOperations INF acp::local::lite::impl::ACPLLiteSystemOperations::getSystemStatus #169 : Getting System Status. 2025-08-30T15:07:34.245666Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: NETWORKSTATUS 2025-08-30T15:07:34.245717Z 38300 [0a778fc9] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::GetSystemStatus. 2025-08-30T15:07:34.245768Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: NETWORKSTATUS::NONE::0] [subscriptionId: 0eb3939d-5f62-479d-9b6d-da7bcce18d2f] 2025-08-30T15:07:34.245818Z 38300 [0a778fc9] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = GetSystemStatus with request id = Req62350886-f527-4a14-8108-af84ca6f2e66 2025-08-30T15:07:34.246377Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: SYNCPROGRESS 2025-08-30T15:07:34.246418Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: SYNCPROGRESS::SYNC_PROGRESS::UPLOAD] [subscriptionId: 51567f76-4291-4da1-bd21-5825ebb7005f] 2025-08-30T15:07:34.246450Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: SYNCPROGRESS::SYNC_PROGRESS::DOWNLOAD] [subscriptionId: 51567f76-4291-4da1-bd21-5825ebb7005f] 2025-08-30T15:07:34.246499Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: ASSETCHANGE 2025-08-30T15:07:34.246529Z 28292 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::LOCAL::LOCAL_PURGE] [subscriptionId: 93e292c2-c7fd-460d-932f-b8caa4f6a29c] 2025-08-30T15:07:34.246578Z 28292 [d5404f8c] CosyManager DBG acp::local::lite::impl::CosyManager::createObserver #449 : createObserver 2025-08-30T15:07:34.246601Z 28292 [d5404f8c] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getSyncController #74 : CosyLibImpl::getSyncController 2025-08-30T15:07:34.246624Z 28292 [d5404f8c] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::createObserver #91 : SyncControllerImpl::createObserver 2025-08-30T15:07:34.246646Z 28292 [d5404f8c] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::createObserver #110 : SyncControllerImpl:: observer already exists 2025-08-30T15:07:34.246668Z 28292 [d5404f8c] CosyManager INF acp::local::lite::impl::getCosyCallback::::operator () #128 : cosylib response received for acp::local::lite::impl::CosyManager::createObserver with status [1] and message [success]. 2025-08-30T15:07:34.246734Z 38300 [d5404f8c] CosyManager DBG acp::local::lite::impl::CosyManager::getAuthStatusForUser #517 : GetAuthStatus user [7C4B055F46F3F71B992015A8@AdobeID] 2025-08-30T15:07:34.246767Z 38300 [d5404f8c] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getUserManager #52 : CosyLibImpl::getUserManager 2025-08-30T15:07:34.246800Z 38300 [d5404f8c] UserManagerImpl DBG acp::local::lite::cosylib::UserManagerImpl::getAuthStatusForUser #111 : UserManagerImpl::getAuthStatus 2025-08-30T15:07:34.246823Z 38300 [d5404f8c] UserManagerImpl DBG acp::local::lite::cosylib::UserManagerImpl::getAuthStatusForUser #123 : GetAuthStatus for user with id: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.246859Z 38300 [d5404f8c] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::send #44 : InProcessMessenger::send 2025-08-30T15:07:34.246882Z 38300 [d5404f8c] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::handleRequest #112 : CoreSyncControllerImpl::handleRequest 2025-08-30T15:07:34.246913Z 38300 [d5404f8c] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000002 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T15:07:34.246952Z 37868 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [6967fc6a-0a20-41dd-8643-544127acc32d] 2025-08-30T15:07:34.247011Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling 2 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T15:07:34.247070Z 37868 [6967fc6a] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 6967fc6a-0a20-41dd-8643-544127acc32d. This will be truncated in the following lines. 2025-08-30T15:07:34.247106Z 37868 [6967fc6a] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::GetRepoMetadata called. 2025-08-30T15:07:34.247136Z 23716 [] SyncComponentsController INF messageHandlerWrapper #56 : doPerform notification - AppOperationRequest. Inner Request: Notification Type: 150000 Request: ReqId: 1da53dc2-095f-4dec-aa06-2ed878fbdfbf SourceAppId: AdobeAcrobat9 SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.247183Z 23716 [] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::doPerform #160 : App Operation request - AppOperationRequest. Inner Request: Notification Type: 150000 Request: ReqId: 1da53dc2-095f-4dec-aa06-2ed878fbdfbf SourceAppId: AdobeAcrobat9 SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 UserId: 7C4B055F46F3F71B992015A8@AdobeID. 2025-08-30T15:07:34.247226Z 37868 [6967fc6a] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = GetRepoMetadata with request id = Reqf0e5d653-7751-4bb5-8afc-6dd199cf04d8 2025-08-30T15:07:34.247262Z 38300 [6967fc6a] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.247296Z 23716 [] SyncComponentsController ERR acp::local::lite::impl::SyncComponentsControllerImpl::shouldDispatch #194 : Send registerUser request prior to other user related requests for - 7C4B055F46F3F71B992015A8@AdobeID. 2025-08-30T15:07:34.247337Z 38300 [6967fc6a] AssetDeviceStorage INF acp::local::lite::AssetDeviceStorage::getAssetDescriptor #597 : Calling getAssetDescriptor for composite [{"cloud_id":"urn:aaid:sc:US:f3b3a232-9d98-4e57-8591-019b31472f51","preference":2,"storage_area":255}] 2025-08-30T15:07:34.247370Z 38300 [6967fc6a] AssetDeviceStorage DBG acp::local::lite::AssetDeviceStorage::getAssetDescriptor #605 : Calling getAssetDescriptor for composite with cloudId 2025-08-30T15:07:34.247398Z 23716 [] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::sendResponse #150 : CoreSyncControllerImpl::sendResponse 2025-08-30T15:07:34.247427Z 23716 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-08-30T15:07:34.247451Z 23716 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 1376256 2025-08-30T15:07:34.247474Z 23716 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #662 : CosyControllerImpl::handleResponse Unable to handle message of type : 1376256 2025-08-30T15:07:34.247498Z 23716 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::handleResponse #772 : SyncControllerImpl::handleResponse Received message of type: 1376256 2025-08-30T15:07:34.247526Z 23716 [] SyncControllerEventMapper DBG acp::local::lite::cosylib::SyncControllerEventMapper::processEvents #228 : SyncControllerEventMapper::processEvents Received message of type: 1376256 2025-08-30T15:07:34.247551Z 23716 [] UserManagerImpl DBG acp::local::lite::cosylib::UserManagerImpl::handleResponse #234 : UserManagerImpl::handleResponse Received message of type: 1376256 2025-08-30T15:07:34.247578Z 23716 [] UserManagerImpl DBG acp::local::lite::cosylib::UserManagerImpl::processGetAuthStatusResponse #157 : UserManagerImpl::processGetAuthStatusResponse 2025-08-30T15:07:34.247607Z 23716 [d5404f8c] CosyManager INF acp::local::lite::impl::getAuthStatusCallback::::operator () #178 : cosylib response received for acp::local::lite::impl::CosyManager::getAuthStatusForUser with status [0] and message [User not registered]. 2025-08-30T15:07:34.247643Z 38300 [6967fc6a] AssetDeviceStorage ERR acp::local::lite::AssetDeviceStorage::getAssetDescriptor #619 : getAssetDescriptor failed for [{"cloud_id":"urn:aaid:sc:US:f3b3a232-9d98-4e57-8591-019b31472f51","preference":2,"storage_area":255}] with error : Error with domain: AdobeDCXErrorDomain error code: 18 2025-08-30T15:07:34.247693Z 38300 [6967fc6a] ACPLSyncError INF acp::local::lite::impl::ACPLSyncError::dcxErrorToACPLSyncError #98 : DCX error code translating to ACPL status code: 18 2025-08-30T15:07:34.247730Z 28292 [d5404f8c] UserOperations DBG acp::local::lite::impl::ACPLLiteUserOperations::registerFullAccessForUser::::operator () #248 : authState 0 2025-08-30T15:07:34.247770Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-08-30T15:07:34.247810Z 38300 [6967fc6a] AssetOperations DBG acp::local::lite::impl::ACPLLiteAssetOperations::getRepoMetadata #120 : GET REPO METADATA: Asset[{"cloud_id":"urn:aaid:sc:US:f3b3a232-9d98-4e57-8591-019b31472f51","preference":2,"storage_area":255}] 2025-08-30T15:07:34.247851Z 28292 [d5404f8c] CosyManager INF acp::local::lite::impl::CosyManager::registerUserDetails #482 : Registering user [7C4B055F46F3F71B992015A8@AdobeID] 2025-08-30T15:07:34.247884Z 28292 [d5404f8c] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getUserManager #52 : CosyLibImpl::getUserManager 2025-08-30T15:07:34.247911Z 38300 [6967fc6a] AssetOperations INF acp::local::lite::impl::ACPLLiteAssetOperations::getLocalRepoMetadata #149 : GET Local REPO METADATA: Asset[{"cloud_id":"urn:aaid:sc:US:f3b3a232-9d98-4e57-8591-019b31472f51","preference":2,"storage_area":255}] 2025-08-30T15:07:34.247948Z 28292 [d5404f8c] UserManagerImpl DBG acp::local::lite::cosylib::UserManagerImpl::registerUserDetails #57 : UserManagerImpl::registerUserDetails 2025-08-30T15:07:34.247975Z 28292 [d5404f8c] UserManagerImpl DBG acp::local::lite::cosylib::UserManagerImpl::registerUserDetails #69 : Registering user with id: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.248004Z 38300 [6967fc6a] AssetDeviceStorage INF acp::local::lite::AssetDeviceStorage::getAssetDescriptor #597 : Calling getAssetDescriptor for composite [{"cloud_id":"urn:aaid:sc:US:f3b3a232-9d98-4e57-8591-019b31472f51","preference":2,"storage_area":255}] 2025-08-30T15:07:34.248039Z 38300 [6967fc6a] AssetDeviceStorage DBG acp::local::lite::AssetDeviceStorage::getAssetDescriptor #605 : Calling getAssetDescriptor for composite with cloudId 2025-08-30T15:07:34.248067Z 28292 [d5404f8c] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::send #44 : InProcessMessenger::send 2025-08-30T15:07:34.248094Z 38300 [6967fc6a] AssetDeviceStorage ERR acp::local::lite::AssetDeviceStorage::getAssetDescriptor #619 : getAssetDescriptor failed for [{"cloud_id":"urn:aaid:sc:US:f3b3a232-9d98-4e57-8591-019b31472f51","preference":2,"storage_area":255}] with error : Error with domain: AdobeDCXErrorDomain error code: 18 2025-08-30T15:07:34.248129Z 38300 [6967fc6a] ACPLSyncError INF acp::local::lite::impl::ACPLSyncError::dcxErrorToACPLSyncError #98 : DCX error code translating to ACPL status code: 18 2025-08-30T15:07:34.248155Z 38300 [6967fc6a] ACPLError INF acp::local::impl::translateDCXErrorsToACPLStatusCode #38 : DCX error code translating to ACPL status code: 18 2025-08-30T15:07:34.248195Z 28292 [d5404f8c] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::handleRequest #112 : CoreSyncControllerImpl::handleRequest 2025-08-30T15:07:34.248248Z 28292 [d5404f8c] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000002 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T15:07:34.248282Z 38300 [6967fc6a] RequestManager ERR acp::local::impl::RequestManager::executeRequest::::operator () #186 : Sending error response with status code 40400, Status Message: for HL API StorageClient::GetRepoMetadata. 2025-08-30T15:07:34.248323Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling 2 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T15:07:34.248364Z 38300 [6967fc6a] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #213 : Request removed for api = GetRepoMetadata with request id = Reqf0e5d653-7751-4bb5-8afc-6dd199cf04d8 2025-08-30T15:07:34.248442Z 23716 [] SyncComponentsController INF messageHandlerWrapper #56 : doPerform notification - AppOperationRequest. Inner Request: Notification Type: 3 Request: ReqId: 1237ebae-37fa-4a1e-85f2-0256eb5052f5 SourceAppId: AdobeAcrobat9 SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 UserId: 7C4B055F46F3F71B992015A8@AdobeID User Details: Env: prod, ImsProfile: empty, Token: redacted, UserId: 7C4B055F46F3F71B992015A8@AdobeID, IPCSourceAppId: AdobeAcrobat9, IMAppId: 2025-08-30T15:07:34.248496Z 38300 [6967fc6a] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [781036f5-1cef-4e4a-a79f-7c26944d492b] 2025-08-30T15:07:34.248533Z 23716 [] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::doPerform #160 : App Operation request - AppOperationRequest. Inner Request: Notification Type: 3 Request: ReqId: 1237ebae-37fa-4a1e-85f2-0256eb5052f5 SourceAppId: AdobeAcrobat9 SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 UserId: 7C4B055F46F3F71B992015A8@AdobeID User Details: Env: prod, ImsProfile: empty, Token: redacted, UserId: 7C4B055F46F3F71B992015A8@AdobeID, IPCSourceAppId: AdobeAcrobat9, IMAppId: . 2025-08-30T15:07:34.248585Z 23716 [] SyncComponentsController INF acp::local::lite::impl::SyncComponentsControllerImpl::beforeCreateSyncController #338 : Only allow one SSO user to exist. Iterate through exising registered users... 2025-08-30T15:07:34.248613Z 23716 [] SyncComponentsController INF acp::local::lite::impl::SyncComponentsControllerImpl::createSyncController #356 : Creating SyncController for - UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:07:34.248647Z 38300 [781036f5] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 781036f5-1cef-4e4a-a79f-7c26944d492b. This will be truncated in the following lines. 2025-08-30T15:07:34.248679Z 38300 [781036f5] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::GetRepoMetadata called. 2025-08-30T15:07:34.248710Z 23716 [] AuthController DBG acp::local::lite::impl::AuthControllerImpl::AuthControllerImpl #77 : Constructing AuthController 2025-08-30T15:07:34.248746Z 23716 [] SyncController DBG acp::local::lite::impl::SyncControllerImpl::SyncControllerImpl #116 : Constructing SyncController 2025-08-30T15:07:34.248774Z 38300 [781036f5] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = GetRepoMetadata with request id = Reqf66c4d55-87bf-4352-9dd2-011ec70cf69b 2025-08-30T15:07:34.248847Z 28292 [781036f5] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.248905Z 28292 [781036f5] AssetDeviceStorage INF acp::local::lite::AssetDeviceStorage::getAssetDescriptor #597 : Calling getAssetDescriptor for composite [{"cloud_id":"urn:aaid:sc:US:f3b3a232-9d98-4e57-8591-019b31472f51","preference":2,"storage_area":255}] 2025-08-30T15:07:34.248939Z 28292 [781036f5] AssetDeviceStorage DBG acp::local::lite::AssetDeviceStorage::getAssetDescriptor #605 : Calling getAssetDescriptor for composite with cloudId 2025-08-30T15:07:34.248986Z 28292 [781036f5] AssetDeviceStorage ERR acp::local::lite::AssetDeviceStorage::getAssetDescriptor #619 : getAssetDescriptor failed for [{"cloud_id":"urn:aaid:sc:US:f3b3a232-9d98-4e57-8591-019b31472f51","preference":2,"storage_area":255}] with error : Error with domain: AdobeDCXErrorDomain error code: 18 2025-08-30T15:07:34.249022Z 28292 [781036f5] ACPLSyncError INF acp::local::lite::impl::ACPLSyncError::dcxErrorToACPLSyncError #98 : DCX error code translating to ACPL status code: 18 2025-08-30T15:07:34.249051Z 23716 [] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::createSyncController #370 : Created SynController - 1340034592 2025-08-30T15:07:34.249102Z 23716 [] SyncController DBG acp::local::lite::notification::TaskOnQueueHandler::postAsyncTaskOnQueue #100 : Enqueuing 101000000000003 SyncControllerImpl::userRegistrationHandler for acp::local::lite::impl::SyncControllerImpl::handleUserRegistration at SyncControllerImpl.cpp:225 2025-08-30T15:07:34.249138Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-08-30T15:07:34.249204Z 28292 [781036f5] HDIManager INF acp::local::lite::impl::ACPLLiteHDIManager::cacheIndexDocumentInternal #88 : Starting HDI caching.. 2025-08-30T15:07:34.249244Z 38336 [] SyncController DBG handlerWrapper #72 : Handling 3 SyncControllerImpl::userRegistrationHandler for acp::local::lite::impl::SyncControllerImpl::handleUserRegistration at SyncControllerImpl.cpp:225 2025-08-30T15:07:34.249290Z 38336 [] SyncController INF handlerWrapper #74 : SyncControllerImpl::userRegistrationHandler Request - Notification Type: 3 Request: ReqId: 1237ebae-37fa-4a1e-85f2-0256eb5052f5 SourceAppId: AdobeAcrobat9 SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 UserId: 7C4B055F46F3F71B992015A8@AdobeID User Details: Env: prod, ImsProfile: empty, Token: redacted, UserId: 7C4B055F46F3F71B992015A8@AdobeID, IPCSourceAppId: AdobeAcrobat9, IMAppId: 2025-08-30T15:07:34.249343Z 38336 [] SyncController DBG acp::local::lite::impl::SyncControllerImpl::userRegistrationHandler #443 : In userRegistrationHandler. RequestId: 1237ebae-37fa-4a1e-85f2-0256eb5052f5, userId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.249377Z 38336 [] SyncController DBG acp::local::lite::impl::SyncControllerImpl::userRegistrationHandler #447 : In userRegistrationHandler. SyncEngineStateTrigger: 1 2025-08-30T15:07:34.249408Z 28292 [781036f5] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getSyncController #74 : CosyLibImpl::getSyncController 2025-08-30T15:07:34.249446Z 28292 [781036f5] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::getIndexResource #332 : SyncControllerImpl::getIndexResource 2025-08-30T15:07:34.249475Z 38336 [] SyncController INF acp::local::lite::impl::SyncControllerImpl::createRepoAPISession #646 : Creating RepoAPISession for User - 7C4B055F46F3F71B992015A8@AdobeID, SessionId - 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:07:34.249512Z 28292 [781036f5] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::send #44 : InProcessMessenger::send 2025-08-30T15:07:34.249540Z 28292 [781036f5] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::handleRequest #112 : CoreSyncControllerImpl::handleRequest 2025-08-30T15:07:34.249566Z 38336 [] dcx.http INF AdobeDCX::DcxHTTPSessionFactory::create #102 : DcxHTTPSessionFactory::create http://www.adobe.com/unknownAdobeAcrobat9AdobeAcrobat9/14.3.0 ACPL/5.8.0 And Windows 10.0.26100 2025-08-30T15:07:34.249604Z 28292 [781036f5] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000002 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T15:07:34.249641Z 38336 [] dcx.http INF AdobeDCX::DcxHTTPSession::create #137 : DcxHTTPSession::create http://www.adobe.com/unknown AdobeAcrobat9 AdobeAcrobat9/14.3.0 ACPL/5.8.0 And Windows 10.0.26100 ACPLocal.Next\GUDE 2025-08-30T15:07:34.249674Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling 2 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T15:07:34.249708Z 38336 [] dcx.http INF AdobeDCX::DcxHTTPSession::DcxHTTPSession #149 : Creating an instance of DCXHttpSession : 000002004FEF6BD0 2025-08-30T15:07:34.249737Z 23716 [] SyncComponentsController INF messageHandlerWrapper #56 : doPerform notification - AppOperationRequest. Inner Request: Notification Type: d0000 Request: ReqId: 0d6967b9-9a3e-4017-b4af-6cf92705bd2f SourceAppId: AdobeAcrobat9 SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.249777Z 38336 [] dcx.http INF AdobeDCX::DcxHTTPSession::initSession #161 : DcxHTTPSession::initSession AdobeAcrobat9/14.3.0 ACPL/5.8.0 And Windows 10.0.26100 2025-08-30T15:07:34.249808Z 23716 [] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::doPerform #160 : App Operation request - AppOperationRequest. Inner Request: Notification Type: d0000 Request: ReqId: 0d6967b9-9a3e-4017-b4af-6cf92705bd2f SourceAppId: AdobeAcrobat9 SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 UserId: 7C4B055F46F3F71B992015A8@AdobeID. 2025-08-30T15:07:34.249850Z 23716 [] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 1010000000d0000 getIndexResourceRequestHandler for acp::local::lite::impl::SyncComponentsControllerImpl::handleGetIndexResourceRequest at SyncComponentsControllerImpl.cpp:265 2025-08-30T15:07:34.249882Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-08-30T15:07:34.249902Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling D0000 getIndexResourceRequestHandler for acp::local::lite::impl::SyncComponentsControllerImpl::handleGetIndexResourceRequest at SyncComponentsControllerImpl.cpp:265 2025-08-30T15:07:34.249930Z 23716 [] SyncComponentsController INF messageHandlerWrapper #56 : getIndexResourceRequestHandler notification - Notification Type: d0000 Request: ReqId: 0d6967b9-9a3e-4017-b4af-6cf92705bd2f SourceAppId: AdobeAcrobat9 SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.249979Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-08-30T15:07:34.251609Z 38336 [] GUDE WAR gude::gudeInitLog #137 : Ignoring attempt to reinit logging to C:\Users\luctr\AppData\LocalLow\Adobe\Acrobat\DC\SAM\ACPLocal.Next\GUDE\gude at level 4 retaining 3 days of logs 2025-08-30T15:07:34.251924Z 38336 [] GUDE INF gude::SqliteResumeCache::openDB #391 : SqliteResumeCache::openDB sqliteResumeTransfer.db successfully opened 2025-08-30T15:07:34.251970Z 38336 [] GUDE INF gude::SqliteResumeCache::createTables #636 : SqliteResumeCache::createTables sqliteResumeTransfer.db being created in C:\Users\luctr\AppData\LocalLow\Adobe\Acrobat\DC\SAM\ACPLocal.Next\GUDE\sqliteResumeTransfer.db 2025-08-30T15:07:34.252001Z 38336 [] GUDE INF gude::SqliteResumeCache::executeQuery #595 : SqliteResumeCache::executeQuery Executing Query BEGIN EXCLUSIVE TRANSACTION 2025-08-30T15:07:34.252289Z 38336 [] GUDE INF gude::SqliteResumeCache::executeQuery #614 : Successful in Executing query BEGIN EXCLUSIVE TRANSACTION 2025-08-30T15:07:34.252321Z 38336 [] GUDE INF gude::SqliteResumeCache::createTables #645 : SqliteResumeCache::createTables BEGIN TRANSACTION 2025-08-30T15:07:34.252443Z 38336 [] GUDE INF gude::SqliteResumeCache::createTable #590 : SqliteResumeCache::createTables downloadChunkedStatus successfully created 2025-08-30T15:07:34.252528Z 38336 [] GUDE INF gude::SqliteResumeCache::createTable #590 : SqliteResumeCache::createTables responseTable successfully created 2025-08-30T15:07:34.252610Z 38336 [] GUDE INF gude::SqliteResumeCache::createTable #590 : SqliteResumeCache::createTables uploadChunkStatus successfully created 2025-08-30T15:07:34.252671Z 38336 [] GUDE INF gude::SqliteResumeCache::createTable #590 : SqliteResumeCache::createTables VersionTable successfully created 2025-08-30T15:07:34.252748Z 38336 [] GUDE INF gude::SqliteResumeCache::createTable #590 : SqliteResumeCache::createTables uploadChunkStatus_RAPI successfully created 2025-08-30T15:07:34.252823Z 38336 [] GUDE INF gude::SqliteResumeCache::createTable #590 : SqliteResumeCache::createTables responseTable successfully created 2025-08-30T15:07:34.252851Z 38336 [] GUDE INF gude::SqliteResumeCache::executeQuery #595 : SqliteResumeCache::executeQuery Executing Query COMMIT 2025-08-30T15:07:34.262682Z 38336 [] GUDE INF gude::SqliteResumeCache::executeQuery #614 : Successful in Executing query COMMIT 2025-08-30T15:07:34.262746Z 38336 [] GUDE INF gude::SqliteResumeCache::createTables #653 : SqliteResumeCache::createTables has created all four tables and commited the transaction 2025-08-30T15:07:34.269876Z 38336 [] GUDE INF gude::SqliteResumeCache::createTables #668 : SqliteResumeCache::createTables insertVersion successful 2025-08-30T15:07:34.269946Z 38336 [] GUDE INF gude::::operator () #81 : SqliteResumeCache.sqlOperation : Database Integrity Verification Started 2025-08-30T15:07:34.270154Z 38336 [] GUDE INF gude::::operator () #81 : SqliteResumeCache.sqlOperation : Database Integrity Verification Succeeded 2025-08-30T15:07:34.270204Z 38336 [] GUDE INF gude::::operator () #81 : SqliteResumeCache.sqlOperation : Database Schema Verification Started 2025-08-30T15:07:34.270714Z 38336 [] GUDE INF gude::::operator () #81 : SqliteResumeCache.sqlOperation : Database Schema Verification Succeeded 2025-08-30T15:07:34.270745Z 38336 [] GUDE INF gude::::operator () #81 : SqliteResumeCache.sqlOperation : Database Foreign Key Verification Started 2025-08-30T15:07:34.270813Z 38336 [] GUDE INF gude::::operator () #81 : SqliteResumeCache.sqlOperation : Database Foreign Key Verification Succeeded 2025-08-30T15:07:34.270841Z 38336 [] GUDE INF gude::SqliteResumeCache::SqliteResumeCache #360 : SqliteResumeCache::SqliteResumeCache sqliteResumeTransfer.db successfully opened 2025-08-30T15:07:34.270870Z 38336 [] GUDE INF gude::SqliteResumeCache::enableForeignKeyConstraints #1791 : SQL success in enabling foreign key constraint 2025-08-30T15:07:34.270894Z 38336 [] GUDE WAR gude::SqliteResumeCache::clearOutdatedCache #806 : SqliteResumeCache::clearOutdatedCache deleting outdated cache 2025-08-30T15:07:34.271051Z 38336 [] GUDE INF gude::SqliteResumeCache::SqliteResumeCache #366 : SqliteResumeCache::SqliteResumeCache sqliteResumeTransfer.db successfully opened 2025-08-30T15:07:34.271176Z 38336 [] GUDE INF gude::GudeEngineImpl::GudeEngineImpl #76 : gude policy POLICY_USER limit (8,16,2) chunk 10485760, chunking (UL 0 DL 1), resXfer 1, adapt 0, NSURL 1, timeout 86400 2025-08-30T15:07:34.271213Z 38336 [] GUDE INF gudeCreate::::operator () #44 : Initialized -- gude-lib version: v0.17.6 app: gude 2025-08-30T15:07:34.271296Z 38336 [] SyncController DBG acp::local::lite::impl::SyncControllerImpl::createRepoAPISession #686 : Created RepoAPISession - 1337074608 2025-08-30T15:07:34.271334Z 38336 [] SyncController INF acp::local::lite::impl::SyncControllerImpl::createDiscoveryManager #762 : Creating DiscoveryManager for User - 7C4B055F46F3F71B992015A8@AdobeID, SessionId - 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:07:34.271384Z 38336 [] SyncController DBG acp::local::lite::impl::SyncControllerImpl::createDiscoveryManager #768 : Created DiscoveryManager - 1341559296 2025-08-30T15:07:34.271436Z 38336 [] dcx.http INF AdobeDCX::DcxHTTPSession::createRequest #198 : DcxHTTPSession::request get https://scss.adobesc.com/api/v1 2025-08-30T15:07:34.271500Z 38336 [] dcx.http INF AdobeDCX::DcxHTTPRequest::invoke #511 : DcxHTTPRequest::invoke GET https://scss.adobesc.com/api/v1 2025-08-30T15:07:34.271541Z 38336 [] dcx.http INF AdobeDCX::DcxHTTPSession::invoke #265 : Scheduling request url=https://scss.adobesc.com/api/v1, isHighPriority=0 2025-08-30T15:07:34.271583Z 38336 [] dcx.http INF AdobeDCX::DcxHTTPSession::_invoke #420 : requestid=e9257b87-3dcb-47bc-88d7-537479a025be url=https://scss.adobesc.com/api/v1 2025-08-30T15:07:34.271608Z 38336 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest #577 : DcxHTTPRequest::executeRequest GET https://scss.adobesc.com/api/v1 2025-08-30T15:07:34.271741Z 38336 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest #751 : ThreadGotTheContext: url=https://scss.adobesc.com/api/v1with response compression enabled as : 1 2025-08-30T15:07:34.271817Z 38336 [] SyncController INF acp::local::lite::impl::SyncControllerImpl::fetchDiscovery #366 : Waiting for discovery for userId: 7C4B055F46F3F71B992015A8@AdobeID .... 2025-08-30T15:07:34.493587Z 37600 [] transfer DBG jura::AbstractTransferRequestImpl::onCompletion #909 : Normal completion accepted for request 1 2025-08-30T15:07:34.493666Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest::::operator () #603 : DcxHTTPRequest::executeRequest:completionFn Request completed with status: 200 and Acsl error: ErrNone 2025-08-30T15:07:34.493705Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPRequest::handle #817 : Process response for url=https://scss.adobesc.com/api/v1 err=0 requestid=e9257b87-3dcb-47bc-88d7-537479a025be 2025-08-30T15:07:34.493738Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPRequest::handleResponse #533 : DcxHTTPRequest::handleResponse 200 url=https://scss.adobesc.com/api/v1 2025-08-30T15:07:34.493803Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPSession::invokeIfPending #330 : No pending requests or excess outstanding requests 2025-08-30T15:07:34.494125Z 38160 [] DiscoveryManager INF acp::local::lite::impl::DiscoveryManagerImpl::getDiscovery::::operator () #79 : Time taken by discovery call 222.694300 2025-08-30T15:07:34.494171Z 38160 [] DiscoveryManager INF acp::local::lite::impl::DiscoveryManagerImpl::sendAnalyticEvent #161 : Sending Discovery ingest Event 2025-08-30T15:07:34.494239Z 38160 [] AnalyticsEventListener INF acp::local::lite::impl::AnalyticsEventListenerImpl::processEvent #77 : Sending Cosylib Analytics with requestId [29ed9e66-9e01-4fa9-b380-5cd7041281f6]! 2025-08-30T15:07:34.494325Z 38160 [] Analytics ERR acp::local::lite::SyncComponentsAnalyticsWrapper::sendEventAndErase #123 : Couldn't send the event with request ID : 2025-08-30T15:07:34.494356Z 38160 [] DiscoveryManager INF acp::local::lite::impl::DiscoveryManagerImpl::getDiscovery::::operator () #144 : Successfully cached the discovery response 2025-08-30T15:07:34.494429Z 38336 [] SyncController INF acp::local::lite::impl::SyncControllerImpl::fetchDiscovery #369 : Wait for discovery completed for userId: 7C4B055F46F3F71B992015A8@AdobeID .... 2025-08-30T15:07:34.494499Z 38336 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getUserBaseDirName #745 : Successfully fetched userBaseDirName. user: 7C4B055F46F3F71B992015A8@AdobeID, userBaseDirName: 7C4B055F46F3F71B992015A8@ADOBEID 2025-08-30T15:07:34.494557Z 38336 [] SqliteDataAccess DBG acp::local::lite::impl::SqliteDataAccess::deInitUserDataAccess #102 : In deInitUserDataAccess. userId: 7C4B055F46F3F71B992015A8@AdobeID, sessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:07:34.494597Z 38336 [] SqliteDataAccess DBG acp::local::lite::impl::SqliteDataAccess::initUserDataAccess #66 : In initUserDataAccess. userId: 7C4B055F46F3F71B992015A8@AdobeID, sessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981, userBaseDirName: 7C4B055F46F3F71B992015A8@ADOBEID 2025-08-30T15:07:34.494749Z 38336 [] PathUtils INF acp::local::lite::getDeviceStoragePath #61 : getDeviceStoragePath: Returning the dcx Path as ACPLocal.Next\7C4B055F46F3F71B992015A8@ADOBEID/dcx/1. recovery: false 2025-08-30T15:07:34.495003Z 38336 [] AssetDeviceStorage INF acp::local::lite::AssetStorage::create #56 : Calling AssetStorage::create() for user[7C4B055F46F3F71B992015A8@AdobeID] 2025-08-30T15:07:34.495032Z 38336 [] AssetDeviceStorage INF acp::local::lite::AssetDeviceStorage::AssetDeviceStorage #83 : Calling AssetDeviceStorage() 2025-08-30T15:07:34.495054Z 38336 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getUserBaseDirName #745 : Successfully fetched userBaseDirName. user: 7C4B055F46F3F71B992015A8@AdobeID, userBaseDirName: 7C4B055F46F3F71B992015A8@ADOBEID 2025-08-30T15:07:34.495134Z 38336 [] PathUtils INF acp::local::lite::getDeviceStoragePath #61 : getDeviceStoragePath: Returning the dcx Path as ACPLocal.Next\7C4B055F46F3F71B992015A8@ADOBEID/dcx/1. recovery: false 2025-08-30T15:07:34.495304Z 38336 [] Analytics INF acp::local::lite::SyncComponentsAnalyticsWrapper::disableAnalytics #141 : Disabling analytics. 2025-08-30T15:07:34.495335Z 38336 [] Analytics DBG acp::local::lite::SyncComponentsAnalyticsLogger::log #216 : Register User details for userId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.495372Z 38336 [] Analytics INF acp::local::lite::SyncComponentsAnalyticsWrapper::initAnalytics #92 : Analytics Library is initialized for user 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.496405Z 38336 [] Analytics INF acp::local::lite::SyncComponentsAnalyticsLogger::log #216 : Analytics Library Initialized successfully for appACPLNext_SyncComponents 2025-08-30T15:07:34.497097Z 38336 [] SyncController DBG acp::local::lite::impl::SyncControllerImpl::createCloudCacheSyncManager #737 : Fetched CloudCacheSyncManager - 1347626816 2025-08-30T15:07:34.497162Z 38336 [] SyncController INF acp::local::lite::impl::SyncControllerImpl::createCacheManager #830 : Creating Cache Manager for user: 7C4B055F46F3F71B992015A8@AdobeID, session id: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:07:34.497208Z 38336 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getUserBaseDirName #745 : Successfully fetched userBaseDirName. user: 7C4B055F46F3F71B992015A8@AdobeID, userBaseDirName: 7C4B055F46F3F71B992015A8@ADOBEID 2025-08-30T15:07:34.497415Z 38336 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::startTimer #155 : Starting CacheManagerTimer 2025-08-30T15:07:34.497621Z 38336 [] AssetPurgeManager INF acp::local::lite::impl::AssetPurgeManagerImpl::AssetPurgeManagerImpl #64 : Started AssetPurgeManager 2025-08-30T15:07:34.497672Z 38336 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::CacheManagerImpl #113 : Creating Rendition Cache Manager for user: 7C4B055F46F3F71B992015A8@AdobeID, session id: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 and user base dir 7C4B055F46F3F71B992015A8@ADOBEID 2025-08-30T15:07:34.497725Z 38296 [] AssetPurgeManager DBG acp::local::lite::notification::ExceptionSafeHandler::exceptionSafeWrapper #22 : Doing AssetPurgeManagerImpl::AssetPurgeManagerImpl for acp::local::lite::impl::AssetPurgeManagerImpl::AssetPurgeManagerImpl at AssetPurgeManagerImpl.cpp:69 2025-08-30T15:07:34.497854Z 38336 [] RenditionCacheManager INF acp::local::lite::impl::RenditionCacheManagerImpl::startTimer #151 : Starting RenditionCacheManager 2025-08-30T15:07:34.497911Z 38336 [] RenditionCacheManager INF acp::local::lite::impl::RenditionCacheManagerImpl::startTimer #155 : RenditionCacheManager::start oldDuration for Directories = 2592000, oldDuration for Files = 7776000, coolOffDuration = 300 and gcInervalDuration = 86400 2025-08-30T15:07:34.497977Z 38336 [] RenditionCacheManager INF acp::local::lite::impl::RenditionCacheManagerImpl::startTimer #158 : Scheduling GC after cooloff value of 300 seconds 2025-08-30T15:07:34.498024Z 38336 [] RenditionCacheManager INF acp::local::lite::impl::RenditionCacheManagerImpl::startGCAfter #203 : Scheduling GC after 300 seconds 2025-08-30T15:07:34.498063Z 38336 [] RenditionCacheManager INF acp::local::lite::impl::RenditionCacheManagerImpl::RenditionCacheManagerImpl #81 : Started RenditionCacheManager 2025-08-30T15:07:34.498102Z 38336 [] CacheManager DBG acp::local::lite::impl::CacheManagerImpl::CacheManagerImpl #115 : Created Rendition Cache Manager 1349432496 2025-08-30T15:07:34.498137Z 38336 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::CacheManagerImpl #117 : Started CacheManager 2025-08-30T15:07:34.498177Z 38336 [] SyncController DBG acp::local::lite::impl::SyncControllerImpl::createCacheManager #841 : Created Cache Manager 1349163424 2025-08-30T15:07:34.498217Z 38336 [] SyncController INF acp::local::lite::impl::SyncControllerImpl::createIndexResourceManager #692 : Creating IndexResourceManager for User - 7C4B055F46F3F71B992015A8@AdobeID, SessionId - 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:07:34.498270Z 38336 [] IndexResourceManager INF acp::local::lite::IndexResourceManager::create #73 : IndexResourceManager::create: Creating IndexResourceManager for user: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.498348Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 3600, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:07:34.498445Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:07:34.498488Z 38336 [] SyncController DBG acp::local::lite::impl::SyncControllerImpl::createIndexResourceManager #694 : Created IndexResourceManager - 1342026176 2025-08-30T15:07:34.498537Z 38336 [] SyncController INF acp::local::lite::impl::SyncControllerImpl::createSyncJobController #711 : Creating SyncJobController for User - 7C4B055F46F3F71B992015A8@AdobeID, SessionId - 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:07:34.498596Z 38336 [] SyncJobController INF acp::local::lite::SyncJobController::create #55 : SyncJobController::create() SessionId - 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 SyncConfig: Interval - 30000 2025-08-30T15:07:34.498676Z 38336 [] SyncManager INF acp::local::lite::SyncManager::create #161 : SyncManager::create() SessionId - 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:07:34.499012Z 38336 [] SyncController DBG acp::local::lite::impl::SyncControllerImpl::createSyncJobController #716 : Created SyncJobController - 1343366896 2025-08-30T15:07:34.499086Z 38336 [] SyncController INF acp::local::lite::impl::SyncControllerImpl::createSyncJobController #719 : Started Sync Job. 2025-08-30T15:07:34.499129Z 38336 [] SyncController INF acp::local::lite::impl::SyncControllerImpl::createMigrationManager #701 : Creating MigrationManager for User - 7C4B055F46F3F71B992015A8@AdobeID, SessionId - 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:07:34.499186Z 38336 [] MigrationManager INF acp::local::lite::MigrationManager::create #38 : MigrationManager::create: Creating MigrationManager for user: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.499236Z 38336 [] MigrationManager INF acp::local::lite::impl::MigrationManagerImpl::MigrationManagerImpl #45 : MigrationManagerImpl::MigrationManagerImpl is created. 2025-08-30T15:07:34.499280Z 38336 [] SyncController DBG acp::local::lite::impl::SyncControllerImpl::createMigrationManager #705 : Created MigrationManager - 1335747696 2025-08-30T15:07:34.499323Z 38336 [] SyncController INF acp::local::lite::impl::SyncControllerImpl::createRemoteFSMonitor #749 : Creating RemoteFSMonitor for User - 7C4B055F46F3F71B992015A8@AdobeID, SessionId - 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:07:34.499384Z 36348 [] SyncJobController DBG acp::local::lite::notification::ExceptionSafeHandler::exceptionSafeWrapper #22 : Doing SyncJobControllerImpl::startHandler for acp::local::lite::impl::SyncJobControllerImpl::start at SyncJobControllerImpl.cpp:132 2025-08-30T15:07:34.499477Z 36348 [] ObservationBridge DBG acp::local::lite::impl::ObservationBridgeImpl::bridge #102 : Got a Bridge notification: Bridge Notification. Inner Notification: Notification Type: 80000 Target AppId: SessionId: TargetIpcData: IPCData: appId: appVersion: sourceId: 2025-08-30T15:07:34.499522Z 38336 [] RemoteFSMonitor DBG acp::local::lite::impl::RemoteFSMonitorImpl::RemoteFSMonitorImpl #126 : RemoteFS Monitor created with MonitoringConfig: assetRecencyWindow=7, performImplicitMonitoring=false 2025-08-30T15:07:34.499600Z 36348 [] ObservationBridge DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000001 bridge for acp::local::lite::impl::ObservationBridgeImpl::bridge at ObservationBridge.cpp:105 2025-08-30T15:07:34.499669Z 38336 [] SyncController INF acp::local::lite::impl::SyncControllerImpl::createRemoteFSMonitor #756 : Started RemoteFSMonitor. 2025-08-30T15:07:34.499727Z 38336 [] SyncController DBG acp::local::lite::impl::SyncControllerImpl::createRemoteFSMonitor #758 : Created RemoteFSMonitor - 1352358608 2025-08-30T15:07:34.499775Z 38336 [] SyncController INF acp::local::lite::impl::SyncControllerImpl::createLocalFSMonitor #742 : Creating LocalFSMonitor for User - 7C4B055F46F3F71B992015A8@AdobeID, SessionId - 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:07:34.499838Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:07:34.499899Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:07:34.499960Z 18676 [] ObservationBridge DBG messageHandlerWrapper #54 : Handling 1 bridge for acp::local::lite::impl::ObservationBridgeImpl::bridge at ObservationBridge.cpp:105 2025-08-30T15:07:34.500026Z 38336 [] LocalFSMonitor INF acp::local::lite::impl::LocalFSMonitorImpl::LocalFSMonitorImpl #75 : Constructing Local File System monitoring. 2025-08-30T15:07:34.500076Z 38016 [] RemoteFSMonitor DBG acp::local::lite::notification::ExceptionSafeHandler::exceptionSafeWrapper #22 : Doing RemoteFSMonitorImpl::start for acp::local::lite::impl::RemoteFSMonitorImpl::start at RemoteFSMonitorImpl.cpp:135 2025-08-30T15:07:34.500155Z 18676 [] ObservationBridge INF messageHandlerWrapper #56 : bridge notification - Bridge Notification. Inner Notification: Notification Type: 80000 Target AppId: SessionId: TargetIpcData: IPCData: appId: appVersion: sourceId: 2025-08-30T15:07:34.500219Z 38016 [] RemoteFSMonitor INF acp::local::lite::impl::RemoteFSMonitorImpl::startHandler::::operator () #163 : Starting RemoteFSMonitor with ONS 2025-08-30T15:07:34.500285Z 18676 [] ObservationBridge DBG acp::local::lite::impl::ObservationBridgeImpl::bridgeHandler #138 : Bridge Notification. Inner Notification: Notification Type: 80000 Target AppId: SessionId: TargetIpcData: IPCData: appId: appVersion: sourceId: 2025-08-30T15:07:34.500337Z 38336 [] SyncController DBG acp::local::lite::impl::SyncControllerImpl::createLocalFSMonitor #745 : Created LocalFSMonitor - 1347727104 2025-08-30T15:07:34.500377Z 38016 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getUserBaseDirName #745 : Successfully fetched userBaseDirName. user: 7C4B055F46F3F71B992015A8@AdobeID, userBaseDirName: 7C4B055F46F3F71B992015A8@ADOBEID 2025-08-30T15:07:34.500426Z 18676 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-08-30T15:07:34.500476Z 38336 [] AuthController INF acp::local::lite::impl::AuthControllerImpl::updateStateTransitionReason #124 : AuthState transitioned due to reason: request 2025-08-30T15:07:34.500515Z 38016 [] ONS:subscriptionmanager INF SubscriptionManagerImpl #66 : Constructing SubscriptionManager 2025-08-30T15:07:34.500552Z 18676 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 524288 2025-08-30T15:07:34.500602Z 18676 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #662 : CosyControllerImpl::handleResponse Unable to handle message of type : 524288 2025-08-30T15:07:34.500632Z 18676 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::handleResponse #772 : SyncControllerImpl::handleResponse Received message of type: 524288 2025-08-30T15:07:34.500662Z 18676 [] SyncControllerEventMapper DBG acp::local::lite::cosylib::SyncControllerEventMapper::processEvents #228 : SyncControllerEventMapper::processEvents Received message of type: 524288 2025-08-30T15:07:34.500713Z 38336 [] AuthController INF acp::local::lite::impl::AuthControllerImpl::setState #96 : AuthState transitioned from signedout to granted with reason : request 2025-08-30T15:07:34.500770Z 38336 [] AuthController INF acp::local::lite::impl::AuthControllerImpl::setState::::operator () #106 : Sending Auth Change Event 2025-08-30T15:07:34.500824Z 18676 [428d3be4] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 428d3be4-7a18-42d4-ab24-ef4f6f1c9287. This will be truncated in the following lines. 2025-08-30T15:07:34.500884Z 18676 [428d3be4] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent #830 : Entry: EventHandlerImpl::eventHandler, cosylib::EventType = 11 2025-08-30T15:07:34.500937Z 38336 [] AnalyticsEventListener INF acp::local::lite::impl::AnalyticsEventListenerImpl::processEvent #77 : Sending Cosylib Analytics with requestId [54762a09-1b6b-48f7-8c2f-3aed3614d1fc]! 2025-08-30T15:07:34.500997Z 38016 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getAllSubscriptions #887 : Successfully fetched subscriptions from DB 2025-08-30T15:07:34.501038Z 18676 [428d3be4] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent #1101 : Exit: EventHandlerImpl::eventHandler 2025-08-30T15:07:34.501095Z 12892 [428d3be4] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent::::operator () #855 : Processing cosylib event, EventType = 11 2025-08-30T15:07:34.501164Z 38336 [] Analytics ERR acp::local::lite::SyncComponentsAnalyticsWrapper::sendEventAndErase #123 : Couldn't send the event with request ID : 2025-08-30T15:07:34.501222Z 38016 [] ONS:subscriptionmanager INF initializeSubscriptionIfRequired #1936 : Total subscriptions fetched from Previous Session : 0 2025-08-30T15:07:34.501263Z 18676 [] ObservationBridge DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-08-30T15:07:34.501315Z 12892 [428d3be4] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent::::operator () #990 : Received SyncWorkingEvent 2025-08-30T15:07:34.501377Z 38336 [] AuthController INF acp::local::lite::impl::AuthControllerImpl::sendAuthGranted #215 : Notifying AuthGranted for UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:07:34.501443Z 38336 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-08-30T15:07:34.501486Z 38336 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 917504 2025-08-30T15:07:34.501529Z 38336 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #662 : CosyControllerImpl::handleResponse Unable to handle message of type : 917504 2025-08-30T15:07:34.501580Z 38336 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::handleResponse #772 : SyncControllerImpl::handleResponse Received message of type: 917504 2025-08-30T15:07:34.501624Z 38336 [] SyncControllerEventMapper DBG acp::local::lite::cosylib::SyncControllerEventMapper::processEvents #228 : SyncControllerEventMapper::processEvents Received message of type: 917504 2025-08-30T15:07:34.501666Z 38336 [] UserManagerImpl DBG acp::local::lite::cosylib::UserManagerImpl::handleResponse #234 : UserManagerImpl::handleResponse Received message of type: 917504 2025-08-30T15:07:34.501705Z 38336 [] UserManagerImpl DBG acp::local::lite::cosylib::UserManagerImpl::processEvents #224 : Auth granted for user id 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.501753Z 12892 [428d3be4] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::invokeCallbacks #124 : Invoking callbacks for the notification of type : SYNC_ENGINE_STATUS, [Midtier notification type = 0 ] 2025-08-30T15:07:34.501827Z 38016 [] ONS:AxonSubscriptionObserver DBG AxonSubscriptionObserver #97 : AxonSubscriptionObserver constructed. 2025-08-30T15:07:34.501884Z 38336 [6f1240ee] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 6f1240ee-5e0a-47fb-9f33-f38211a29e3b. This will be truncated in the following lines. 2025-08-30T15:07:34.501951Z 12892 [428d3be4] NotificationOperations INF acp::local::lite::impl::ACPLLiteNotificationOperations::invokeCallbacks #130 : Started calling 1 callbacks found for SYNC_ENGINE_STATUS::NONE::0 notification 2025-08-30T15:07:34.502008Z 38016 [] ONS:DefaultONSMonitor DBG DefaultONSMonitor #44 : DefaultONSMonitor constructed. 2025-08-30T15:07:34.502065Z 38336 [6f1240ee] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent #830 : Entry: EventHandlerImpl::eventHandler, cosylib::EventType = 15 2025-08-30T15:07:34.502122Z 12892 [428d3be4] NotificationOperations INF acp::local::lite::impl::ACPLLiteNotificationOperations::invokeCallbacks #135 : Completed calling 1 callbacks found for SYNC_ENGINE_STATUS::NONE::0 notification 2025-08-30T15:07:34.502186Z 37244 [] ONS:AxonSubscriptionObserver DBG startHandler #112 : startHandler invoked 2025-08-30T15:07:34.502240Z 38336 [6f1240ee] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent #1101 : Exit: EventHandlerImpl::eventHandler 2025-08-30T15:07:34.502296Z 12892 [428d3be4] ACPLLiteStorageClientImpl INF acp::local::lite::impl::ACPLLiteStorageClientImpl::scOperationCallback #2018 : scOperationCallback type [1] . 2025-08-30T15:07:34.502355Z 37244 [] ONS:AxonSubscriptionObserver DBG startHandler #122 : AxonSubscriptionObserver not started as it is not required as of now. 2025-08-30T15:07:34.502413Z 38128 [] ONS:ChangeLogProviderImpl DBG startHandler #67 : startHandler 2025-08-30T15:07:34.502470Z 38336 [] UserManagerImpl DBG acp::local::lite::cosylib::UserManagerImpl::handleResponse #251 : UserManagerImpl::handleResponse Event dispatched of type: 917504 2025-08-30T15:07:34.502530Z 12892 [428d3be4] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [faed3f32-35ea-4683-b527-d6d2b2e98e8b] 2025-08-30T15:07:34.502593Z 12892 [faed3f32] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is faed3f32-35ea-4683-b527-d6d2b2e98e8b. This will be truncated in the following lines. 2025-08-30T15:07:34.502637Z 12892 [faed3f32] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::handleSyncWorking called. 2025-08-30T15:07:34.502674Z 38336 [] SqliteCommonDataAccess ERR acp::local::lite::impl::SqliteCommonDataAccess::doesTopLevelDirectoryExist #1250 : Entry not found for top level directory /cloud-content for user 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.502728Z 12892 [faed3f32] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = handleSyncWorking with request id = Req807401ac-a225-4abe-beee-cae137ff9dd8 2025-08-30T15:07:34.502782Z 11052 [] IndexResourceManager DBG acp::local::lite::notification::ExceptionSafeHandler::exceptionSafeWrapper #22 : Doing IndexResourceManagerImpl::getIndexResource for acp::local::lite::impl::IndexResourceManagerImpl::getIndexResource at IndexResourceManagerImpl.cpp:104 2025-08-30T15:07:34.502851Z 28292 [faed3f32] StateChangeManager INF acp::local::lite::impl::StateChangeManager::executeRequest #52 : executeRequest : scoRequestID[Req807401ac-a225-4abe-beee-cae137ff9dd8], requestPriority[2]. 2025-08-30T15:07:34.502917Z 12892 [6f1240ee] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent::::operator () #855 : Processing cosylib event, EventType = 15 2025-08-30T15:07:34.502957Z 12892 [6f1240ee] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent::::operator () #986 : Received UserAuthGrantedEvent 2025-08-30T15:07:34.502995Z 28292 [faed3f32] StateChangeManager INF acp::local::lite::impl::StateChangeManager::executeRequest #77 : executeRequest : SCO is already in progress , adding this request to queue scoRequestID[Req807401ac-a225-4abe-beee-cae137ff9dd8], requestPriority[2]. 2025-08-30T15:07:34.503060Z 11052 [] IndexResourceManager INF acp::local::lite::impl::IndexResourceManagerImpl::getIndexResourceHandler #231 : In IndexResourceManagerImpl::getIndexResourceHandler 2025-08-30T15:07:34.503097Z 11052 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getUserBaseDirName #745 : Successfully fetched userBaseDirName. user: 7C4B055F46F3F71B992015A8@AdobeID, userBaseDirName: 7C4B055F46F3F71B992015A8@ADOBEID 2025-08-30T15:07:34.503126Z 11052 [] IndexResourceManager DBG acp::local::lite::impl::IndexResourceManagerImpl::fetchIndexResourceFromCache #270 : In IndexResourceManagerImpl::fetchIndexResourceFromCache 2025-08-30T15:07:34.503190Z 11052 [] IndexResourceManager ERR acp::local::lite::impl::IndexResourceManagerImpl::fetchIndexResourceFromFSCacheInternal #295 : Index file at path: ACPLocal.Next\7C4B055F46F3F71B992015A8@ADOBEID/Index.json, not present. Error: Unknown 2025-08-30T15:07:34.503219Z 11052 [] IndexResourceManager INF acp::local::lite::impl::IndexResourceManagerImpl::getIndexResourceHandler #249 : Index resource fetched from Cache: 2025-08-30T15:07:34.503260Z 11052 [] IndexResourceManager WAR acp::local::lite::impl::IndexResourceManagerImpl::getIndexResourceHandler #261 : Index resource fetched from cache is invalid, error: Error with domain: AdobeDCXErrorDomain description: Expected a JSON object error code: 50 2025-08-30T15:07:34.503293Z 11052 [] IndexResourceManager INF acp::local::lite::impl::IndexResourceManagerImpl::fetchIndexResourceFromServer #320 : In IndexResourceManagerImpl::fetchIndexResourceFromServer 2025-08-30T15:07:34.503375Z 11052 [] dcx.http INF AdobeDCX::DcxHTTPSession::createRequest #198 : DcxHTTPSession::request GET https://platform-cs-edge.adobe.io/index 2025-08-30T15:07:34.503427Z 11052 [] dcx.http INF AdobeDCX::DcxHTTPRequest::invoke #511 : DcxHTTPRequest::invoke GET https://platform-cs-edge.adobe.io/index 2025-08-30T15:07:34.503462Z 11052 [] dcx.http INF AdobeDCX::DcxHTTPSession::invoke #265 : Scheduling request url=https://platform-cs-edge.adobe.io/index, isHighPriority=0 2025-08-30T15:07:34.503500Z 11052 [] dcx.http INF AdobeDCX::DcxHTTPSession::_invoke #420 : requestid=aa456ebc-2e91-4161-b393-890974051601 url=https://platform-cs-edge.adobe.io/index 2025-08-30T15:07:34.503525Z 11052 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest #577 : DcxHTTPRequest::executeRequest GET https://platform-cs-edge.adobe.io/index 2025-08-30T15:07:34.503585Z 11052 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest #751 : ThreadGotTheContext: url=https://platform-cs-edge.adobe.io/indexwith response compression enabled as : 1 2025-08-30T15:07:34.526055Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 27.555800 ms 2025-08-30T15:07:34.526105Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:07:34.526147Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:07:34.526175Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:07:34.687535Z 37600 [] transfer DBG jura::AbstractTransferRequestImpl::onCompletion #909 : Normal completion accepted for request 2 2025-08-30T15:07:34.687642Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest::::operator () #603 : DcxHTTPRequest::executeRequest:completionFn Request completed with status: 200 and Acsl error: ErrNone 2025-08-30T15:07:34.687706Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPRequest::handle #817 : Process response for url=https://platform-cs-edge.adobe.io/index err=0 requestid=aa456ebc-2e91-4161-b393-890974051601 2025-08-30T15:07:34.687756Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPRequest::handleResponse #533 : DcxHTTPRequest::handleResponse 200 url=https://platform-cs-edge.adobe.io/index 2025-08-30T15:07:34.688894Z 11052 [] IndexResourceManager INF acp::local::lite::impl::IndexResourceManagerImpl::fetchIndexResourceFromServer::::operator () #331 : Handling index response received from server 2025-08-30T15:07:34.688992Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPSession::invokeIfPending #330 : No pending requests or excess outstanding requests 2025-08-30T15:07:34.689046Z 11052 [] IndexResourceManager DBG acp::local::lite::impl::IndexResourceManagerImpl::sendAnalyticsEvent #225 : Sending Index ingest Event for subType auth_grant. 2025-08-30T15:07:34.689131Z 11052 [] AnalyticsEventListener INF acp::local::lite::impl::AnalyticsEventListenerImpl::processEvent #77 : Sending Cosylib Analytics with requestId [3b452e02-86b7-4334-bf93-afc9a84a5a10]! 2025-08-30T15:07:34.689201Z 11052 [] Analytics ERR acp::local::lite::SyncComponentsAnalyticsWrapper::sendEventAndErase #123 : Couldn't send the event with request ID : 2025-08-30T15:07:34.689482Z 11052 [] IndexResourceManager INF acp::local::lite::impl::IndexResourceManagerImpl::persistIndexResource #379 : In IndexResourceManagerImpl::persistIndexResource 2025-08-30T15:07:34.690680Z 38336 [] dcx.http INF AdobeDCX::DcxHTTPSession::createRequest #198 : DcxHTTPSession::request POST https://platform-cs-edge-va6.adobe.io/content/storage/id/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd/:create?path=cloud-content&intermediates=true 2025-08-30T15:07:34.690880Z 38336 [] dcx.http INF AdobeDCX::DcxHTTPRequest::invoke #511 : DcxHTTPRequest::invoke POST https://platform-cs-edge-va6.adobe.io/content/storage/id/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd/:create?path=cloud-content&intermediates=true 2025-08-30T15:07:34.691070Z 38336 [] dcx.http INF AdobeDCX::DcxHTTPSession::invoke #265 : Scheduling request url=https://platform-cs-edge-va6.adobe.io/content/storage/id/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd/:create?path=cloud-content&intermediates=true, isHighPriority=0 2025-08-30T15:07:34.691123Z 38336 [] dcx.http INF AdobeDCX::DcxHTTPSession::_invoke #420 : requestid=2937a948-92e6-4251-a90f-a3312f00f38d url=https://platform-cs-edge-va6.adobe.io/content/storage/id/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd/:create?path=cloud-content&intermediates=true 2025-08-30T15:07:34.691164Z 38336 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest #577 : DcxHTTPRequest::executeRequest POST https://platform-cs-edge-va6.adobe.io/content/storage/id/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd/:create?path=cloud-content&intermediates=true 2025-08-30T15:07:34.691243Z 38336 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest #751 : ThreadGotTheContext: url=https://platform-cs-edge-va6.adobe.io/content/storage/id/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd/:create?path=cloud-content&intermediates=truewith response compression enabled as : 0 2025-08-30T15:07:34.694798Z 37868 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [66b40b43-00ff-4c45-975a-9a919240c0d1] 2025-08-30T15:07:34.694886Z 37868 [66b40b43] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 66b40b43-00ff-4c45-975a-9a919240c0d1. This will be truncated in the following lines. 2025-08-30T15:07:34.694939Z 37868 [66b40b43] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::GetRepoMetadata called. 2025-08-30T15:07:34.695035Z 37868 [66b40b43] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = GetRepoMetadata with request id = Req6a105f40-4403-4e7f-97f7-04bfa8028ec3 2025-08-30T15:07:34.695115Z 28292 [66b40b43] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.695184Z 28292 [66b40b43] AssetDeviceStorage INF acp::local::lite::AssetDeviceStorage::getAssetDescriptor #597 : Calling getAssetDescriptor for composite [{"cloud_id":"urn:aaid:sc:US:ae23c680-9d41-47f0-a191-b2668d4e04da","preference":2,"storage_area":255}] 2025-08-30T15:07:34.695218Z 28292 [66b40b43] AssetDeviceStorage DBG acp::local::lite::AssetDeviceStorage::getAssetDescriptor #605 : Calling getAssetDescriptor for composite with cloudId 2025-08-30T15:07:34.695412Z 28292 [66b40b43] AssetDeviceStorage ERR acp::local::lite::AssetDeviceStorage::getAssetDescriptor #619 : getAssetDescriptor failed for [{"cloud_id":"urn:aaid:sc:US:ae23c680-9d41-47f0-a191-b2668d4e04da","preference":2,"storage_area":255}] with error : Error with domain: AdobeDCXErrorDomain error code: 18 2025-08-30T15:07:34.695448Z 28292 [66b40b43] ACPLSyncError INF acp::local::lite::impl::ACPLSyncError::dcxErrorToACPLSyncError #98 : DCX error code translating to ACPL status code: 18 2025-08-30T15:07:34.695488Z 28292 [66b40b43] AssetOperations DBG acp::local::lite::impl::ACPLLiteAssetOperations::getRepoMetadata #120 : GET REPO METADATA: Asset[{"cloud_id":"urn:aaid:sc:US:ae23c680-9d41-47f0-a191-b2668d4e04da","preference":2,"storage_area":255}] 2025-08-30T15:07:34.695523Z 28292 [66b40b43] AssetOperations INF acp::local::lite::impl::ACPLLiteAssetOperations::getLocalRepoMetadata #149 : GET Local REPO METADATA: Asset[{"cloud_id":"urn:aaid:sc:US:ae23c680-9d41-47f0-a191-b2668d4e04da","preference":2,"storage_area":255}] 2025-08-30T15:07:34.695567Z 28292 [66b40b43] AssetDeviceStorage INF acp::local::lite::AssetDeviceStorage::getAssetDescriptor #597 : Calling getAssetDescriptor for composite [{"cloud_id":"urn:aaid:sc:US:ae23c680-9d41-47f0-a191-b2668d4e04da","preference":2,"storage_area":255}] 2025-08-30T15:07:34.695669Z 28292 [66b40b43] AssetDeviceStorage DBG acp::local::lite::AssetDeviceStorage::getAssetDescriptor #605 : Calling getAssetDescriptor for composite with cloudId 2025-08-30T15:07:34.695722Z 28292 [66b40b43] AssetDeviceStorage ERR acp::local::lite::AssetDeviceStorage::getAssetDescriptor #619 : getAssetDescriptor failed for [{"cloud_id":"urn:aaid:sc:US:ae23c680-9d41-47f0-a191-b2668d4e04da","preference":2,"storage_area":255}] with error : Error with domain: AdobeDCXErrorDomain error code: 18 2025-08-30T15:07:34.695755Z 28292 [66b40b43] ACPLSyncError INF acp::local::lite::impl::ACPLSyncError::dcxErrorToACPLSyncError #98 : DCX error code translating to ACPL status code: 18 2025-08-30T15:07:34.695778Z 28292 [66b40b43] ACPLError INF acp::local::impl::translateDCXErrorsToACPLStatusCode #38 : DCX error code translating to ACPL status code: 18 2025-08-30T15:07:34.695847Z 28292 [66b40b43] RequestManager ERR acp::local::impl::RequestManager::executeRequest::::operator () #186 : Sending error response with status code 40400, Status Message: for HL API StorageClient::GetRepoMetadata. 2025-08-30T15:07:34.695902Z 28292 [66b40b43] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #213 : Request removed for api = GetRepoMetadata with request id = Req6a105f40-4403-4e7f-97f7-04bfa8028ec3 2025-08-30T15:07:34.695986Z 28292 [66b40b43] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [1912089e-7c15-471c-a10f-f2cf0ea0c659] 2025-08-30T15:07:34.696025Z 37868 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [b12b8e57-c12b-423a-8eb7-6c42e6a06a07] 2025-08-30T15:07:34.696071Z 28292 [1912089e] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 1912089e-7c15-471c-a10f-f2cf0ea0c659. This will be truncated in the following lines. 2025-08-30T15:07:34.696112Z 28292 [1912089e] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::GetRepoMetadata called. 2025-08-30T15:07:34.696144Z 37868 [b12b8e57] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is b12b8e57-c12b-423a-8eb7-6c42e6a06a07. This will be truncated in the following lines. 2025-08-30T15:07:34.696186Z 37868 [b12b8e57] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::GetRepoMetadata called. 2025-08-30T15:07:34.696223Z 28292 [1912089e] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = GetRepoMetadata with request id = Req0e881eaa-d058-4799-b1fd-822b917df372 2025-08-30T15:07:34.696281Z 38300 [1912089e] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.696322Z 28292 [b12b8e57] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.696360Z 37868 [b12b8e57] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = GetRepoMetadata with request id = Reqa3d7c7ee-ba27-4d00-8fa3-aebaf84d118a 2025-08-30T15:07:34.696403Z 38300 [1912089e] AssetDeviceStorage INF acp::local::lite::AssetDeviceStorage::getAssetDescriptor #597 : Calling getAssetDescriptor for composite [{"cloud_id":"urn:aaid:sc:US:ae23c680-9d41-47f0-a191-b2668d4e04da","preference":2,"storage_area":255}] 2025-08-30T15:07:34.696440Z 38300 [1912089e] AssetDeviceStorage DBG acp::local::lite::AssetDeviceStorage::getAssetDescriptor #605 : Calling getAssetDescriptor for composite with cloudId 2025-08-30T15:07:34.696491Z 38300 [1912089e] AssetDeviceStorage ERR acp::local::lite::AssetDeviceStorage::getAssetDescriptor #619 : getAssetDescriptor failed for [{"cloud_id":"urn:aaid:sc:US:ae23c680-9d41-47f0-a191-b2668d4e04da","preference":2,"storage_area":255}] with error : Error with domain: AdobeDCXErrorDomain error code: 18 2025-08-30T15:07:34.696554Z 38300 [1912089e] ACPLSyncError INF acp::local::lite::impl::ACPLSyncError::dcxErrorToACPLSyncError #98 : DCX error code translating to ACPL status code: 18 2025-08-30T15:07:34.696602Z 28292 [b12b8e57] AssetDeviceStorage INF acp::local::lite::AssetDeviceStorage::getAssetDescriptor #597 : Calling getAssetDescriptor for composite [{"cloud_id":"urn:aaid:sc:US:f4849dee-5c47-45a5-9dec-36ff042f0312","preference":2,"storage_area":255}] 2025-08-30T15:07:34.696654Z 28292 [b12b8e57] AssetDeviceStorage DBG acp::local::lite::AssetDeviceStorage::getAssetDescriptor #605 : Calling getAssetDescriptor for composite with cloudId 2025-08-30T15:07:34.696703Z 28292 [b12b8e57] AssetDeviceStorage ERR acp::local::lite::AssetDeviceStorage::getAssetDescriptor #619 : getAssetDescriptor failed for [{"cloud_id":"urn:aaid:sc:US:f4849dee-5c47-45a5-9dec-36ff042f0312","preference":2,"storage_area":255}] with error : Error with domain: AdobeDCXErrorDomain error code: 18 2025-08-30T15:07:34.696736Z 28292 [b12b8e57] ACPLSyncError INF acp::local::lite::impl::ACPLSyncError::dcxErrorToACPLSyncError #98 : DCX error code translating to ACPL status code: 18 2025-08-30T15:07:34.696769Z 28292 [b12b8e57] AssetOperations DBG acp::local::lite::impl::ACPLLiteAssetOperations::getRepoMetadata #120 : GET REPO METADATA: Asset[{"cloud_id":"urn:aaid:sc:US:f4849dee-5c47-45a5-9dec-36ff042f0312","preference":2,"storage_area":255}] 2025-08-30T15:07:34.696802Z 28292 [b12b8e57] AssetOperations INF acp::local::lite::impl::ACPLLiteAssetOperations::getLocalRepoMetadata #149 : GET Local REPO METADATA: Asset[{"cloud_id":"urn:aaid:sc:US:f4849dee-5c47-45a5-9dec-36ff042f0312","preference":2,"storage_area":255}] 2025-08-30T15:07:34.696841Z 28292 [b12b8e57] AssetDeviceStorage INF acp::local::lite::AssetDeviceStorage::getAssetDescriptor #597 : Calling getAssetDescriptor for composite [{"cloud_id":"urn:aaid:sc:US:f4849dee-5c47-45a5-9dec-36ff042f0312","preference":2,"storage_area":255}] 2025-08-30T15:07:34.696869Z 28292 [b12b8e57] AssetDeviceStorage DBG acp::local::lite::AssetDeviceStorage::getAssetDescriptor #605 : Calling getAssetDescriptor for composite with cloudId 2025-08-30T15:07:34.696909Z 28292 [b12b8e57] AssetDeviceStorage ERR acp::local::lite::AssetDeviceStorage::getAssetDescriptor #619 : getAssetDescriptor failed for [{"cloud_id":"urn:aaid:sc:US:f4849dee-5c47-45a5-9dec-36ff042f0312","preference":2,"storage_area":255}] with error : Error with domain: AdobeDCXErrorDomain error code: 18 2025-08-30T15:07:34.696942Z 28292 [b12b8e57] ACPLSyncError INF acp::local::lite::impl::ACPLSyncError::dcxErrorToACPLSyncError #98 : DCX error code translating to ACPL status code: 18 2025-08-30T15:07:34.696965Z 28292 [b12b8e57] ACPLError INF acp::local::impl::translateDCXErrorsToACPLStatusCode #38 : DCX error code translating to ACPL status code: 18 2025-08-30T15:07:34.697006Z 28292 [b12b8e57] RequestManager ERR acp::local::impl::RequestManager::executeRequest::::operator () #186 : Sending error response with status code 40400, Status Message: for HL API StorageClient::GetRepoMetadata. 2025-08-30T15:07:34.697055Z 28292 [b12b8e57] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #213 : Request removed for api = GetRepoMetadata with request id = Reqa3d7c7ee-ba27-4d00-8fa3-aebaf84d118a 2025-08-30T15:07:34.697114Z 28292 [b12b8e57] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [15fb7017-1b05-45a9-bd52-d3ce7ef976c6] 2025-08-30T15:07:34.697147Z 28292 [15fb7017] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 15fb7017-1b05-45a9-bd52-d3ce7ef976c6. This will be truncated in the following lines. 2025-08-30T15:07:34.697173Z 28292 [15fb7017] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::GetRepoMetadata called. 2025-08-30T15:07:34.697253Z 28292 [15fb7017] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = GetRepoMetadata with request id = Req734b1151-364e-4e3e-9a13-1691197e1430 2025-08-30T15:07:34.697321Z 38300 [15fb7017] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.697376Z 38300 [15fb7017] AssetDeviceStorage INF acp::local::lite::AssetDeviceStorage::getAssetDescriptor #597 : Calling getAssetDescriptor for composite [{"cloud_id":"urn:aaid:sc:US:f4849dee-5c47-45a5-9dec-36ff042f0312","preference":2,"storage_area":255}] 2025-08-30T15:07:34.697408Z 38300 [15fb7017] AssetDeviceStorage DBG acp::local::lite::AssetDeviceStorage::getAssetDescriptor #605 : Calling getAssetDescriptor for composite with cloudId 2025-08-30T15:07:34.697457Z 38300 [15fb7017] AssetDeviceStorage ERR acp::local::lite::AssetDeviceStorage::getAssetDescriptor #619 : getAssetDescriptor failed for [{"cloud_id":"urn:aaid:sc:US:f4849dee-5c47-45a5-9dec-36ff042f0312","preference":2,"storage_area":255}] with error : Error with domain: AdobeDCXErrorDomain error code: 18 2025-08-30T15:07:34.697490Z 38300 [15fb7017] ACPLSyncError INF acp::local::lite::impl::ACPLSyncError::dcxErrorToACPLSyncError #98 : DCX error code translating to ACPL status code: 18 2025-08-30T15:07:34.850854Z 37600 [] transfer DBG jura::AbstractTransferRequestImpl::onCompletion #909 : Normal completion accepted for request 3 2025-08-30T15:07:34.850940Z 37600 [] jura.JsonParser ERR jura::logParseError #270 : JsonParser Failed to parse at: -1 Reason: The document is empty. 2025-08-30T15:07:34.850989Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest::::operator () #603 : DcxHTTPRequest::executeRequest:completionFn Request completed with status: 409 and Acsl error: ErrForbiddenOperation 2025-08-30T15:07:34.851031Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPRequest::handle #817 : Process response for url=https://platform-cs-edge-va6.adobe.io/content/storage/id/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd/:create?path=cloud-content&intermediates=true err=25 requestid=2937a948-92e6-4251-a90f-a3312f00f38d 2025-08-30T15:07:34.851065Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPSession::retryCallback #229 : DcxHTTPSession::retryCallback url=https://platform-cs-edge-va6.adobe.io/content/storage/id/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd/:create?path=cloud-content&intermediates=true 2025-08-30T15:07:34.851097Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPRequest::handle #828 : Will not retry err=25 url=https://platform-cs-edge-va6.adobe.io/content/storage/id/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd/:create?path=cloud-content&intermediates=true 2025-08-30T15:07:34.851126Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPRequest::handleResponse #533 : DcxHTTPRequest::handleResponse 409 url=https://platform-cs-edge-va6.adobe.io/content/storage/id/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd/:create?path=cloud-content&intermediates=true 2025-08-30T15:07:34.851307Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPSession::invokeIfPending #330 : No pending requests or excess outstanding requests 2025-08-30T15:07:34.851355Z 38336 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: INSERT INTO user_top_level_dir(user_id, path) VALUES(:user_id, :path) 2025-08-30T15:07:34.858584Z 38336 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::insertTopLevelDirectory #1275 : Record (7C4B055F46F3F71B992015A8@AdobeID,/cloud-content) inserted into user_top_level_dir. 2025-08-30T15:07:34.858698Z 38336 [] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::sendResponse #150 : CoreSyncControllerImpl::sendResponse 2025-08-30T15:07:34.858728Z 38336 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-08-30T15:07:34.858756Z 38336 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 3 2025-08-30T15:07:34.858782Z 38336 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #662 : CosyControllerImpl::handleResponse Unable to handle message of type : 3 2025-08-30T15:07:34.858805Z 38336 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::handleResponse #772 : SyncControllerImpl::handleResponse Received message of type: 3 2025-08-30T15:07:34.858827Z 38336 [] SyncControllerEventMapper DBG acp::local::lite::cosylib::SyncControllerEventMapper::processEvents #228 : SyncControllerEventMapper::processEvents Received message of type: 3 2025-08-30T15:07:34.858850Z 38336 [] UserManagerImpl DBG acp::local::lite::cosylib::UserManagerImpl::handleResponse #234 : UserManagerImpl::handleResponse Received message of type: 3 2025-08-30T15:07:34.858872Z 38336 [] UserManagerImpl DBG acp::local::lite::cosylib::UserManagerImpl::processRegisterUserDetailsResponse #196 : UserManagerImpl::processRegisterUserDetailsResponse 2025-08-30T15:07:34.858900Z 38336 [d5404f8c] CosyManager INF acp::local::lite::impl::getCosyCallback::::operator () #128 : cosylib response received for acp::local::lite::impl::CosyManager::registerUserDetails with status [1] and message [success]. 2025-08-30T15:07:34.858952Z 38336 [] SyncController DBG acp::local::lite::notification::ExceptionSafeHandler::exceptionSafeWrapper #22 : Doing SyncControllerImpl::getIndexResource for acp::local::lite::impl::SyncControllerImpl::getIndexResource at SyncControllerImpl.cpp:1093 2025-08-30T15:07:34.858997Z 38300 [d5404f8c] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getUserBaseDirName #745 : Successfully fetched userBaseDirName. user: 7C4B055F46F3F71B992015A8@AdobeID, userBaseDirName: 7C4B055F46F3F71B992015A8@ADOBEID 2025-08-30T15:07:34.859042Z 38300 [d5404f8c] UserOperations INF acp::local::lite::impl::ACPLLiteUserOperations::registerFullAccessForUser::::operator () #223 : User is now registered successfully in ACPL 2025-08-30T15:07:34.859073Z 38300 [d5404f8c] State-Engine DBG acp::local::lite::impl::StateEngine::updateIsUserRegistered #151 : Request Reqb8160f84-c2b1-484a-b5a6-21da96a3a725 updated isUserRegistered to 1 2025-08-30T15:07:34.859101Z 38300 [d5404f8c] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getSyncController #74 : CosyLibImpl::getSyncController 2025-08-30T15:07:34.859123Z 38300 [d5404f8c] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::notifyLocalAssetMigration #668 : SyncControllerImpl::notifyLocalAssetMigration 2025-08-30T15:07:34.859149Z 38300 [d5404f8c] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::send #44 : InProcessMessenger::send 2025-08-30T15:07:34.859171Z 38300 [d5404f8c] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::handleRequest #112 : CoreSyncControllerImpl::handleRequest 2025-08-30T15:07:34.859202Z 11052 [] IndexResourceManager DBG acp::local::lite::notification::ExceptionSafeHandler::exceptionSafeWrapper #22 : Doing IndexResourceManagerImpl::getIndexResource for acp::local::lite::impl::IndexResourceManagerImpl::getIndexResource at IndexResourceManagerImpl.cpp:104 2025-08-30T15:07:34.859249Z 11052 [] IndexResourceManager INF acp::local::lite::impl::IndexResourceManagerImpl::getIndexResourceHandler #231 : In IndexResourceManagerImpl::getIndexResourceHandler 2025-08-30T15:07:34.859277Z 11052 [] IndexResourceManager DBG acp::local::lite::impl::IndexResourceManagerImpl::fetchIndexResourceFromCache #270 : In IndexResourceManagerImpl::fetchIndexResourceFromCache 2025-08-30T15:07:34.859305Z 11052 [] IndexResourceManager INF acp::local::lite::impl::IndexResourceManagerImpl::getIndexResourceHandler #249 : Index resource fetched from Cache: {"repo:regions":["VA6C2","VA6"],"_links":{"http://ns.adobe.com/adobecloud/rel/resolve/id":{"href":"https://platform-cs-edge.adobe.io/content/directory/resolve{?repositoryId,id,resource,mode,version}","templated":true},"http://ns.adobe.com/adobecloud/rel/resolve/path":{"href":"https://platform-cs-edge.adobe.io/content/directory/resolve{?repositoryId,path,resource,mode,version}","templated":true},"http://ns.adobe.com/adobecloud/rel/ops":{"href":"https://platform-cs-edge.adobe.io/content/directory/ops","templated":false}},"children":[{"_embedded":{"http://ns.adobe.com/adobecloud/rel/metadata/repository":{"repo:repositoryId":"urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd","repo:assetId":"urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd","repo:name":"","repo:path":"/","repo:assetClass":"directory","repo:ancestors":[],"storage:directoryType":"assigned","dc:format":"application/vnd.adobecloud.directory+json","repo:etag":"W/\"f3d8848457ea876e42c168ed6de82a46\"","repo:state":"ACTIVE","repo:createDate":"2014-03-27T22:00:42.556Z","repo:modifyDate":"2025-08-17T11:14:30.050Z","storage:assignee":{"id":"7C4B055F46F3F71B992015A8@AdobeID","type":"user"},"storage:region":"VA6","_links":{"http://ns.adobe.com/adobecloud/rel/metadata/peruser":[{"href":"https://platform-cs-edge-va6.adobe.io/metadata/peruser/id/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd","mode":"id","type":"application/json"},{"href":"https://platform-cs-edge-va6.adobe.io/metadata/peruser/path/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd","mode":"path","type":"application/json"}],"http://ns.adobe.com/adobecloud/rel/page":[{"href":"https://platform-cs-edge-va6.adobe.io/content/storage/id/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd/resource:{resource}/:page{?orderBy,start,limit,type,embed,filter}","mode":"id","templated":true,"type":"application/vnd.adobecloud.directory+json"},{"href":"https://platform-cs-edge-va6.adobe.io/content/storage/path/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd/resource:{resource}/:page{?orderBy,start,limit,type,embed,filter}","mode":"path","templated":true,"type":"application/vnd.adobecloud.directory+json"}],"http://ns.adobe.com/adobecloud/rel/metadata/repository":[{"href":"https://platform-cs-edge-va6.adobe.io/content/storage/id/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd/:repometadata","mode":"id","type":"application/json"},{"href":"https://platform-cs-edge-va6.adobe.io/content/storage/path/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd/:repometadata","mode":"path","type":"application/json"}],"http://ns.adobe.com/adobecloud/rel/quota":[{"href":"https://platform-cs-edge-va6.adobe.io/content/quota/assigned/id/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd?currentAssetRegion=US"}],"http://ns.adobe.com/adobecloud/rel/block/init":[{"href":"https://platform-cs-edge-va6.adobe.io/content/storage/id/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd/:block_upload","mode":"id","repo:maxSingleTransferSize":10485760,"repo:minBlockTransferSize":1},{"href":"https://platform-cs-edge-va6.adobe.io/content/storage/path/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd/:block_upload","mode":"path","repo:maxSingleTransferSize":10485760,"repo:minBlockTransferSize":1}],"http://ns.adobe.com/adobecloud/rel/ac/policy":[{"href":"https://platform-cs-edge-va6.adobe.io/content/acl/policy/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd"}],"http://ns.adobe.com/adobecloud/rel/ops":[{"href":"https://platform-cs-edge.adobe.io/content/directory/repo/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd/ops"}],"http://ns.adobe.com/adobecloud/rel/ac/check":[{"href":"https://platform-cs-edge-va6.adobe.io/content/acl/check/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd{?privilege,relation}","templated":true}],"http://ns.adobe.com/adobecloud/rel/repository":{"href":"https://platform-cs-edge.adobe.io/content/directory/repo/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd/repositoryResource"},"http://ns.adobe.com/adobecloud/rel/bulk":[{"href":"https://platform-cs-edge-va6.adobe.io/co2025-08-30T15:07:34.859538Z 38300 [d5404f8c] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::operator (). 2025-08-30T15:07:34.859618Z 38300 [d5404f8c] State-Engine DBG acp::local::lite::impl::StateEngine::stateChangeOpCompleted #109 : State Change Operation Completed. Clearing scoRequestID. Currently m_nextPossibleState = State::CRUD_AND_SYNC. Setting m_currentState to State::CRUD_AND_SYNC with m_reason = AUTH_SYNC_ENABLED 2025-08-30T15:07:34.859652Z 38300 [d5404f8c] StateChangeManager INF acp::local::lite::impl::StateChangeManager::processNextSCO #86 : processNextSCO 2025-08-30T15:07:34.859693Z 38300 [d5404f8c] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = operator () with request id = Reqb8160f84-c2b1-484a-b5a6-21da96a3a725 2025-08-30T15:07:34.859732Z 28292 [d5404f8c] StateChangeManager INF acp::local::lite::impl::StateChangeManager::processNextSCO::::operator () #100 : processNextSCO : Processing SCO Request from Queue scoRequestID[Req807401ac-a225-4abe-beee-cae137ff9dd8], requestPriority[2]. 2025-08-30T15:07:34.859779Z 28292 [d5404f8c] State-Engine DBG acp::local::lite::impl::StateEngine::setScoRequestIDWithReason #75 : setScoRequestID scoRequestID [Req807401ac-a225-4abe-beee-cae137ff9dd8], reason [SYNC_JOB_RUNNING] 2025-08-30T15:07:34.859820Z 38300 [d5404f8c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::invokeCallbacks #124 : Invoking callbacks for the notification of type : USER_REGISTERED_FOR_SYNC, [Midtier notification type = 0 ] 2025-08-30T15:07:34.859878Z 38300 [d5404f8c] NotificationOperations INF acp::local::lite::impl::ACPLLiteNotificationOperations::invokeCallbacks #130 : Started calling 1 callbacks found for USER_REGISTERED_FOR_SYNC::NONE::0 notification 2025-08-30T15:07:34.859917Z 28292 [d5404f8c] State-Engine DBG acp::local::lite::impl::StateEngine::setSCO::::operator () #210 : Starting SCO. Currently m_currentState = State::CRUD_AND_SYNC. Setting m_nextPossibleState to State::CRUD_AND_SYNC with reason = SYNC_JOB_RUNNING 2025-08-30T15:07:34.859962Z 28292 [d5404f8c] State-Engine DBG acp::local::lite::impl::StateEngine::setNextPossibleState #90 : Request Req807401ac-a225-4abe-beee-cae137ff9dd8 set NPS to State::CRUD_AND_SYNC 2025-08-30T15:07:34.859997Z 38300 [d5404f8c] NotificationOperations INF acp::local::lite::impl::ACPLLiteNotificationOperations::invokeCallbacks #135 : Completed calling 1 callbacks found for USER_REGISTERED_FOR_SYNC::NONE::0 notification 2025-08-30T15:07:34.860045Z 28292 [d5404f8c] SystemOperations INF acp::local::lite::impl::ACPLLiteSystemOperations::handleSyncWorking #300 : handleSyncWorking - isUserRegistered - 1 2025-08-30T15:07:34.860087Z 38300 [d5404f8c] UserOperations DBG acp::local::lite::impl::ACPLLiteUserOperations::registerFullAccessForUser::::()::::operator () #305 : initiate cacheIndexDocument for firstTimeLogin in registerFullAccessForUser 2025-08-30T15:07:34.860135Z 28292 [d5404f8c] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::handleSyncWorking. 2025-08-30T15:07:34.860189Z 28292 [d5404f8c] State-Engine DBG acp::local::lite::impl::StateEngine::stateChangeOpCompleted #109 : State Change Operation Completed. Clearing scoRequestID. Currently m_nextPossibleState = State::CRUD_AND_SYNC. Setting m_currentState to State::CRUD_AND_SYNC with m_reason = SYNC_JOB_RUNNING 2025-08-30T15:07:34.860221Z 28292 [d5404f8c] StateChangeManager INF acp::local::lite::impl::StateChangeManager::processNextSCO #86 : processNextSCO 2025-08-30T15:07:34.860243Z 28292 [d5404f8c] StateChangeManager INF acp::local::lite::impl::StateChangeManager::processNextSCO #90 : processNextSCO : There is no pending request in queue to process 2025-08-30T15:07:34.860274Z 28292 [d5404f8c] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = handleSyncWorking with request id = Req807401ac-a225-4abe-beee-cae137ff9dd8 2025-08-30T15:07:34.860311Z 11052 [] IndexResourceManager INF acp::local::lite::impl::IndexResourceManagerImpl::getIndexResourceHandler #253 : RepoAPISession is hydrated with index data fetched from cache 2025-08-30T15:07:34.860379Z 23716 [] SyncComponentsController DBG acp::local::lite::notification::ExceptionSafeHandler::exceptionSafeWrapper #22 : Doing SyncComponentsControllerImpl::sendResponse for acp::local::lite::impl::SyncComponentsControllerImpl::getIndexResourceRequestHandler::::operator () at SyncComponentsControllerImpl.cpp:278 2025-08-30T15:07:34.860426Z 23716 [] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::sendResponse #150 : CoreSyncControllerImpl::sendResponse 2025-08-30T15:07:34.860449Z 23716 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-08-30T15:07:34.860472Z 23716 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 851968 2025-08-30T15:07:34.860496Z 23716 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #662 : CosyControllerImpl::handleResponse Unable to handle message of type : 851968 2025-08-30T15:07:34.860519Z 23716 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::handleResponse #772 : SyncControllerImpl::handleResponse Received message of type: 851968 2025-08-30T15:07:34.860541Z 23716 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::processGetIndexResourceResponse #726 : SyncControllerImpl::processGetIndexResourceResponse 2025-08-30T15:07:34.860569Z 23716 [781036f5] CosyManager INF acp::local::lite::impl::getIndexResourceCallback::::operator () #342 : cosylib response received for acp::local::lite::impl::CosyManager::getIndexResource with status [1] and message [success]. 2025-08-30T15:07:34.860611Z 23716 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::processGetIndexResourceResponse #745 : SyncControllerImpl::Callback handled of type: 851968, requestId: 0d6967b9-9a3e-4017-b4af-6cf92705bd2f 2025-08-30T15:07:34.861360Z 28292 [781036f5] HDIManager INF acp::local::lite::impl::ACPLLiteHDIManager::cacheIndexDocumentInternal::::operator () #134 : Successfully cached HDI! 2025-08-30T15:07:34.861440Z 28292 [781036f5] HDIManager INF acp::local::lite::impl::ACPLLiteHDIManager::logHDI #178 : HDI INFO: path[/], repoID[urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd]. 2025-08-30T15:07:34.861469Z 28292 [781036f5] HDIManager INF acp::local::lite::impl::ACPLLiteHDIManager::completeWaitPromises #155 : Triggering all waiting promises.. 2025-08-30T15:07:34.861510Z 28292 [781036f5] AssetOperations DBG acp::local::lite::impl::ACPLLiteAssetOperations::getRepoMetadata #120 : GET REPO METADATA: Asset[{"cloud_id":"urn:aaid:sc:US:f3b3a232-9d98-4e57-8591-019b31472f51","preference":2,"storage_area":255}] 2025-08-30T15:07:34.861551Z 38300 [1912089e] AssetOperations DBG acp::local::lite::impl::ACPLLiteAssetOperations::getRepoMetadata #120 : GET REPO METADATA: Asset[{"cloud_id":"urn:aaid:sc:US:ae23c680-9d41-47f0-a191-b2668d4e04da","preference":2,"storage_area":255}] 2025-08-30T15:07:34.861599Z 31924 [15fb7017] AssetOperations DBG acp::local::lite::impl::ACPLLiteAssetOperations::getRepoMetadata #120 : GET REPO METADATA: Asset[{"cloud_id":"urn:aaid:sc:US:f4849dee-5c47-45a5-9dec-36ff042f0312","preference":2,"storage_area":255}] 2025-08-30T15:07:34.861650Z 28292 [781036f5] AssetOperations INF acp::local::lite::impl::ACPLLiteAssetOperations::getCloudRepoMetadata #266 : GET Cloud REPO METADATA: Asset[{"cloud_id":"urn:aaid:sc:US:f3b3a232-9d98-4e57-8591-019b31472f51","preference":2,"storage_area":255}] 2025-08-30T15:07:34.861695Z 38300 [1912089e] AssetOperations INF acp::local::lite::impl::ACPLLiteAssetOperations::getCloudRepoMetadata #266 : GET Cloud REPO METADATA: Asset[{"cloud_id":"urn:aaid:sc:US:ae23c680-9d41-47f0-a191-b2668d4e04da","preference":2,"storage_area":255}] 2025-08-30T15:07:34.861734Z 31924 [15fb7017] AssetOperations INF acp::local::lite::impl::ACPLLiteAssetOperations::getCloudRepoMetadata #266 : GET Cloud REPO METADATA: Asset[{"cloud_id":"urn:aaid:sc:US:f4849dee-5c47-45a5-9dec-36ff042f0312","preference":2,"storage_area":255}] 2025-08-30T15:07:34.861774Z 28292 [781036f5] AssetOperations DBG acp::local::lite::impl::ACPLLiteAssetOperations::getCloudRepoMetadata::::operator () #274 : GET REPO METADATA (Cloud): Request received with assetRef {"cloud_id":"urn:aaid:sc:US:f3b3a232-9d98-4e57-8591-019b31472f51","preference":2,"storage_area":255}, storage area UNKNOWN 2025-08-30T15:07:34.861818Z 38300 [1912089e] AssetOperations DBG acp::local::lite::impl::ACPLLiteAssetOperations::getCloudRepoMetadata::::operator () #274 : GET REPO METADATA (Cloud): Request received with assetRef {"cloud_id":"urn:aaid:sc:US:ae23c680-9d41-47f0-a191-b2668d4e04da","preference":2,"storage_area":255}, storage area UNKNOWN 2025-08-30T15:07:34.861860Z 31924 [15fb7017] AssetOperations DBG acp::local::lite::impl::ACPLLiteAssetOperations::getCloudRepoMetadata::::operator () #274 : GET REPO METADATA (Cloud): Request received with assetRef {"cloud_id":"urn:aaid:sc:US:f4849dee-5c47-45a5-9dec-36ff042f0312","preference":2,"storage_area":255}, storage area UNKNOWN 2025-08-30T15:07:34.861904Z 28292 [781036f5] PromisifiedSessionFacade INF acp::local::impl::PromisifiedSessionFacade::getRepoMetadata #288 : PromisifiedSessionFacade::getRepoMetadata called. 2025-08-30T15:07:34.861938Z 38300 [1912089e] PromisifiedSessionFacade INF acp::local::impl::PromisifiedSessionFacade::getRepoMetadata #288 : PromisifiedSessionFacade::getRepoMetadata called. 2025-08-30T15:07:34.861971Z 31924 [15fb7017] PromisifiedSessionFacade INF acp::local::impl::PromisifiedSessionFacade::getRepoMetadata #288 : PromisifiedSessionFacade::getRepoMetadata called. 2025-08-30T15:07:34.911858Z 38304 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [dd73c462-7856-4736-a48f-2215d601c8ac] 2025-08-30T15:07:34.911927Z 38304 [dd73c462] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is dd73c462-7856-4736-a48f-2215d601c8ac. This will be truncated in the following lines. 2025-08-30T15:07:34.911956Z 38304 [dd73c462] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::GetCacheConfig called. 2025-08-30T15:07:34.912029Z 38304 [dd73c462] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = GetCacheConfig with request id = Req1aa908d2-9ba0-421e-9df7-5e3c2ac7b1e1 2025-08-30T15:07:34.912066Z 31924 [dd73c462] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.912110Z 38304 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [7fddde39-90d3-4703-989b-780f8900ce9a] 2025-08-30T15:07:34.912154Z 38304 [7fddde39] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 7fddde39-90d3-4703-989b-780f8900ce9a. This will be truncated in the following lines. 2025-08-30T15:07:34.912182Z 38304 [7fddde39] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-08-30T15:07:34.912241Z 38304 [7fddde39] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Req320f6810-b300-4d04-9135-b9feb7fc5020 2025-08-30T15:07:34.912287Z 38304 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [2f7220a7-b91a-4a2c-8665-211063e06c58] 2025-08-30T15:07:34.912319Z 31924 [dd73c462] SystemOperations INF acp::local::lite::impl::ACPLLiteSystemOperations::getCacheConfig #148 : Getting cache configuration. 2025-08-30T15:07:34.912363Z 28292 [7fddde39] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.912408Z 38304 [2f7220a7] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 2f7220a7-b91a-4a2c-8665-211063e06c58. This will be truncated in the following lines. 2025-08-30T15:07:34.912445Z 38304 [2f7220a7] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-08-30T15:07:34.912476Z 28292 [7fddde39] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: ASSETCHANGE 2025-08-30T15:07:34.912514Z 31924 [dd73c462] CosyManager DBG acp::local::lite::impl::CosyManager::getCacheManagerConfig #784 : Fetching Cache Manager Config 2025-08-30T15:07:34.912550Z 31924 [dd73c462] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::getCacheManagerConfig #58 : CosyControllerImpl::getCacheManagerConfig 2025-08-30T15:07:34.912583Z 38304 [2f7220a7] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Req0738d974-50eb-430c-945d-3f1c039b4411 2025-08-30T15:07:34.912628Z 38300 [2f7220a7] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.912672Z 28292 [7fddde39] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::LOCAL::CREATED] [subscriptionId: 4b9a853b-2f73-4b7f-a8b7-1b832bd47f75] 2025-08-30T15:07:34.912711Z 31924 [dd73c462] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::send #44 : InProcessMessenger::send 2025-08-30T15:07:34.912742Z 31924 [dd73c462] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::handleRequest #112 : CoreSyncControllerImpl::handleRequest 2025-08-30T15:07:34.912774Z 38300 [2f7220a7] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: ASSETCHANGE 2025-08-30T15:07:34.912815Z 28292 [7fddde39] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::LOCAL::MODIFIED] [subscriptionId: 4b9a853b-2f73-4b7f-a8b7-1b832bd47f75] 2025-08-30T15:07:34.912852Z 28292 [7fddde39] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::LOCAL::FORKED] [subscriptionId: 4b9a853b-2f73-4b7f-a8b7-1b832bd47f75] 2025-08-30T15:07:34.912884Z 28292 [7fddde39] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::LOCAL::MOVED] [subscriptionId: 4b9a853b-2f73-4b7f-a8b7-1b832bd47f75] 2025-08-30T15:07:34.912914Z 28292 [7fddde39] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::LOCAL::PURGE] [subscriptionId: 4b9a853b-2f73-4b7f-a8b7-1b832bd47f75] 2025-08-30T15:07:34.912947Z 28292 [7fddde39] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::CLOUD::CREATED] [subscriptionId: 4b9a853b-2f73-4b7f-a8b7-1b832bd47f75] 2025-08-30T15:07:34.912980Z 28292 [7fddde39] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::CLOUD::MODIFIED] [subscriptionId: 4b9a853b-2f73-4b7f-a8b7-1b832bd47f75] 2025-08-30T15:07:34.913010Z 28292 [7fddde39] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::CLOUD::FORKED] [subscriptionId: 4b9a853b-2f73-4b7f-a8b7-1b832bd47f75] 2025-08-30T15:07:34.913040Z 28292 [7fddde39] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::CLOUD::MOVED] [subscriptionId: 4b9a853b-2f73-4b7f-a8b7-1b832bd47f75] 2025-08-30T15:07:34.913070Z 28292 [7fddde39] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::CLOUD::PURGE] [subscriptionId: 4b9a853b-2f73-4b7f-a8b7-1b832bd47f75] 2025-08-30T15:07:34.913102Z 38300 [2f7220a7] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::CLOUD::CLOUD_ARCHIVED] [subscriptionId: 91359cee-712a-4ea3-b08b-7f614567e06b] 2025-08-30T15:07:34.913140Z 38300 [2f7220a7] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::CLOUD::CLOUD_DELETED] [subscriptionId: 91359cee-712a-4ea3-b08b-7f614567e06b] 2025-08-30T15:07:34.913173Z 31924 [dd73c462] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000002 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T15:07:34.913216Z 28292 [7fddde39] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-08-30T15:07:34.913263Z 38304 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [7953dd0e-4097-43ce-b621-83a56a120781] 2025-08-30T15:07:34.913300Z 38300 [2f7220a7] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::CLOUD::CLOUD_DISCARDED] [subscriptionId: 91359cee-712a-4ea3-b08b-7f614567e06b] 2025-08-30T15:07:34.913339Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling 2 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T15:07:34.913380Z 28292 [7fddde39] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Req320f6810-b300-4d04-9135-b9feb7fc5020 2025-08-30T15:07:34.913420Z 38304 [7953dd0e] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 7953dd0e-4097-43ce-b621-83a56a120781. This will be truncated in the following lines. 2025-08-30T15:07:34.913453Z 38304 [7953dd0e] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-08-30T15:07:34.913482Z 23716 [] SyncComponentsController INF messageHandlerWrapper #56 : doPerform notification - AppOperationRequest. Inner Request: Notification Type: e Request: ReqId: b312a608-1b10-4f12-bd6b-17d20d6dc007 SourceAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.913523Z 28292 [7953dd0e] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.913566Z 38304 [7953dd0e] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Reqfc47effe-2633-44d5-825d-c3bed718a463 2025-08-30T15:07:34.913600Z 38300 [2f7220a7] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-08-30T15:07:34.913635Z 23716 [] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::doPerform #160 : App Operation request - AppOperationRequest. Inner Request: Notification Type: e Request: ReqId: b312a608-1b10-4f12-bd6b-17d20d6dc007 SourceAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID. 2025-08-30T15:07:34.913679Z 28292 [7953dd0e] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: SYNCPROGRESS 2025-08-30T15:07:34.913715Z 38304 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [bb8a40bd-151f-4280-8375-754bcb3db1a4] 2025-08-30T15:07:34.913749Z 38300 [2f7220a7] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Req0738d974-50eb-430c-945d-3f1c039b4411 2025-08-30T15:07:34.913785Z 23716 [] CacheManager DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #138 : Enqueuing 10100000000000e CacheManagerImpl::handleGetCacheConfigRequest for acp::local::lite::impl::CacheManagerImpl::handleGetCacheConfigRequest at CacheManagerImpl.cpp:401 2025-08-30T15:07:34.913823Z 28292 [7953dd0e] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: SYNCPROGRESS::SYNC_PROGRESS::UPLOAD] [subscriptionId: 152098c3-d113-44e4-91b1-30c477870540] 2025-08-30T15:07:34.913862Z 38304 [bb8a40bd] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is bb8a40bd-151f-4280-8375-754bcb3db1a4. This will be truncated in the following lines. 2025-08-30T15:07:34.913895Z 38304 [bb8a40bd] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-08-30T15:07:34.913942Z 38304 [bb8a40bd] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Reqae08b8b4-c7e3-4ad3-9bbb-370993479993 2025-08-30T15:07:34.913973Z 28292 [7953dd0e] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: SYNCPROGRESS::SYNC_PROGRESS::DOWNLOAD] [subscriptionId: 152098c3-d113-44e4-91b1-30c477870540] 2025-08-30T15:07:34.914010Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-08-30T15:07:34.914040Z 38300 [bb8a40bd] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.914075Z 29868 [] CacheManager DBG handlerWrapper #108 : Handling E CacheManagerImpl::handleGetCacheConfigRequest for acp::local::lite::impl::CacheManagerImpl::handleGetCacheConfigRequest at CacheManagerImpl.cpp:401 2025-08-30T15:07:34.914116Z 29868 [] CacheManager INF handlerWrapper #111 : CacheManagerImpl::handleGetCacheConfigRequest Request - Notification Type: e Request: ReqId: b312a608-1b10-4f12-bd6b-17d20d6dc007 SourceAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.914152Z 38304 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [e9c55ab3-e55b-4f74-a062-38b69138b9d7] 2025-08-30T15:07:34.914195Z 38300 [bb8a40bd] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: ASSETSYNC 2025-08-30T15:07:34.914229Z 28292 [7953dd0e] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-08-30T15:07:34.914276Z 28292 [7953dd0e] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Reqfc47effe-2633-44d5-825d-c3bed718a463 2025-08-30T15:07:34.914309Z 38300 [bb8a40bd] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::UPLOAD_CREATED] [subscriptionId: 9c71bc68-e0fc-4781-b6b5-e8aa531080d1] 2025-08-30T15:07:34.914346Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 3600, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:07:34.914402Z 38304 [e9c55ab3] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is e9c55ab3-e55b-4f74-a062-38b69138b9d7. This will be truncated in the following lines. 2025-08-30T15:07:34.914440Z 38304 [e9c55ab3] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-08-30T15:07:34.914470Z 29868 [] CacheManager INF handlerWrapper #113 : CacheManagerImpl::handleGetCacheConfigRequest Response - Notification Type: e Response: ReqId: b312a608-1b10-4f12-bd6b-17d20d6dc007 TargetAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID Error: nullptr Cache Manager Config: Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 3600, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:07:34.914532Z 38300 [bb8a40bd] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::UPLOAD_MODIFIED] [subscriptionId: 9c71bc68-e0fc-4781-b6b5-e8aa531080d1] 2025-08-30T15:07:34.914575Z 38304 [e9c55ab3] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Req89ffa435-7b3f-412c-8157-3d5700eb925e 2025-08-30T15:07:34.914614Z 28292 [e9c55ab3] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.914649Z 29868 [] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::sendResponse #150 : CoreSyncControllerImpl::sendResponse 2025-08-30T15:07:34.914683Z 29868 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-08-30T15:07:34.914714Z 38304 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [cf4e62c8-5adb-409a-af6e-0f58a55775b2] 2025-08-30T15:07:34.914758Z 28292 [e9c55ab3] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: ASSETSYNC 2025-08-30T15:07:34.914792Z 38300 [bb8a40bd] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::DOWNLOAD_CREATED] [subscriptionId: 9c71bc68-e0fc-4781-b6b5-e8aa531080d1] 2025-08-30T15:07:34.914829Z 29868 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 14 2025-08-30T15:07:34.914858Z 29868 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::processGetCacheManagerConfigResponse #293 : CosyControllerImpl::getCacheManagerConfig callback 2025-08-30T15:07:34.914887Z 28292 [e9c55ab3] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::CLOUD_ARCHIVED] [subscriptionId: 5b759b77-f93e-43c5-9b49-78595ba239dd] 2025-08-30T15:07:34.914924Z 38300 [bb8a40bd] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::DOWNLOAD_MODIFIED] [subscriptionId: 9c71bc68-e0fc-4781-b6b5-e8aa531080d1] 2025-08-30T15:07:34.914959Z 38300 [bb8a40bd] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::UPLOAD_CREATED] [subscriptionId: 9c71bc68-e0fc-4781-b6b5-e8aa531080d1] 2025-08-30T15:07:34.914990Z 38300 [bb8a40bd] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::UPLOAD_MODIFIED] [subscriptionId: 9c71bc68-e0fc-4781-b6b5-e8aa531080d1] 2025-08-30T15:07:34.915020Z 38300 [bb8a40bd] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::DOWNLOAD_CREATED] [subscriptionId: 9c71bc68-e0fc-4781-b6b5-e8aa531080d1] 2025-08-30T15:07:34.915050Z 38300 [bb8a40bd] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::DOWNLOAD_MODIFIED] [subscriptionId: 9c71bc68-e0fc-4781-b6b5-e8aa531080d1] 2025-08-30T15:07:34.915079Z 38300 [bb8a40bd] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::UPLOAD_CREATED] [subscriptionId: 9c71bc68-e0fc-4781-b6b5-e8aa531080d1] 2025-08-30T15:07:34.915109Z 38300 [bb8a40bd] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::UPLOAD_MODIFIED] [subscriptionId: 9c71bc68-e0fc-4781-b6b5-e8aa531080d1] 2025-08-30T15:07:34.915139Z 38300 [bb8a40bd] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::DOWNLOAD_CREATED] [subscriptionId: 9c71bc68-e0fc-4781-b6b5-e8aa531080d1] 2025-08-30T15:07:34.915169Z 38300 [bb8a40bd] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::DOWNLOAD_MODIFIED] [subscriptionId: 9c71bc68-e0fc-4781-b6b5-e8aa531080d1] 2025-08-30T15:07:34.915201Z 28292 [e9c55ab3] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::CLOUD_DELETED] [subscriptionId: 5b759b77-f93e-43c5-9b49-78595ba239dd] 2025-08-30T15:07:34.915242Z 38304 [cf4e62c8] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is cf4e62c8-5adb-409a-af6e-0f58a55775b2. This will be truncated in the following lines. 2025-08-30T15:07:34.915279Z 38304 [cf4e62c8] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-08-30T15:07:34.915307Z 38300 [bb8a40bd] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-08-30T15:07:34.915342Z 28292 [e9c55ab3] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::CLOUD_DISCARDED] [subscriptionId: 5b759b77-f93e-43c5-9b49-78595ba239dd] 2025-08-30T15:07:34.915384Z 29868 [] CosyManager INF acp::local::lite::impl::getCacheManagerConfigHelper::::operator () #736 : cosylib response received for acp::local::lite::impl::CosyManager::getCacheManagerConfig with status [1] and message [success]. 2025-08-30T15:07:34.915425Z 38304 [cf4e62c8] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Req641acc35-3482-4592-bb9e-3f8efd7c4640 2025-08-30T15:07:34.915467Z 31924 [cf4e62c8] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.915504Z 38300 [bb8a40bd] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Reqae08b8b4-c7e3-4ad3-9bbb-370993479993 2025-08-30T15:07:34.915548Z 28292 [e9c55ab3] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::CLOUD_ARCHIVED] [subscriptionId: 5b759b77-f93e-43c5-9b49-78595ba239dd] 2025-08-30T15:07:34.915589Z 28292 [e9c55ab3] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::CLOUD_DELETED] [subscriptionId: 5b759b77-f93e-43c5-9b49-78595ba239dd] 2025-08-30T15:07:34.915621Z 28292 [e9c55ab3] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::CLOUD_DISCARDED] [subscriptionId: 5b759b77-f93e-43c5-9b49-78595ba239dd] 2025-08-30T15:07:34.915652Z 28292 [e9c55ab3] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::CLOUD_ARCHIVED] [subscriptionId: 5b759b77-f93e-43c5-9b49-78595ba239dd] 2025-08-30T15:07:34.915683Z 28292 [e9c55ab3] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::CLOUD_DELETED] [subscriptionId: 5b759b77-f93e-43c5-9b49-78595ba239dd] 2025-08-30T15:07:34.915713Z 28292 [e9c55ab3] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::CLOUD_DISCARDED] [subscriptionId: 5b759b77-f93e-43c5-9b49-78595ba239dd] 2025-08-30T15:07:34.915747Z 31924 [cf4e62c8] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: AUTHTOKENEXPIRED 2025-08-30T15:07:34.915789Z 14696 [] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::GetCacheConfig. 2025-08-30T15:07:34.915834Z 38304 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [dbae15ae-f38e-4cb6-971d-9e77dcd329be] 2025-08-30T15:07:34.915873Z 28292 [e9c55ab3] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-08-30T15:07:34.915909Z 31924 [cf4e62c8] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: AUTHTOKENEXPIRED::NONE::0] [subscriptionId: 151a4eda-622f-4928-ac71-09328873ca12] 2025-08-30T15:07:34.915950Z 14696 [] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = GetCacheConfig with request id = Req1aa908d2-9ba0-421e-9df7-5e3c2ac7b1e1 2025-08-30T15:07:34.915989Z 38304 [dbae15ae] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is dbae15ae-f38e-4cb6-971d-9e77dcd329be. This will be truncated in the following lines. 2025-08-30T15:07:34.916024Z 38304 [dbae15ae] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-08-30T15:07:34.916055Z 31924 [cf4e62c8] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-08-30T15:07:34.916102Z 14696 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [a56d9f27-26eb-4ed2-bf04-280b66d0e3f9] 2025-08-30T15:07:34.916143Z 28292 [e9c55ab3] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Req89ffa435-7b3f-412c-8157-3d5700eb925e 2025-08-30T15:07:34.916182Z 38304 [dbae15ae] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Req4148b6e6-7aed-4033-add0-c99f0b1ed8bb 2025-08-30T15:07:34.916217Z 38300 [dbae15ae] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.916251Z 31924 [cf4e62c8] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Req641acc35-3482-4592-bb9e-3f8efd7c4640 2025-08-30T15:07:34.916294Z 14696 [a56d9f27] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is a56d9f27-26eb-4ed2-bf04-280b66d0e3f9. This will be truncated in the following lines. 2025-08-30T15:07:34.916330Z 14696 [a56d9f27] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SetCacheConfig called. 2025-08-30T15:07:34.916358Z 38300 [dbae15ae] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: QUOTAEXCEEDED 2025-08-30T15:07:34.916387Z 14696 [a56d9f27] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SetCacheConfig with request id = Reqf1b33f04-be64-48e2-98ff-7b97406eff31 2025-08-30T15:07:34.916421Z 38304 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [d51f43ad-ea1d-40b6-bb1c-0e80ed3ee9c6] 2025-08-30T15:07:34.916459Z 38300 [dbae15ae] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: QUOTAEXCEEDED::NONE::0] [subscriptionId: 5f75d8c6-a160-4ba2-9097-de9eb1f9fec6] 2025-08-30T15:07:34.916499Z 31924 [a56d9f27] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.916536Z 38304 [d51f43ad] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is d51f43ad-ea1d-40b6-bb1c-0e80ed3ee9c6. This will be truncated in the following lines. 2025-08-30T15:07:34.916572Z 38304 [d51f43ad] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-08-30T15:07:34.916600Z 31924 [a56d9f27] SystemOperations INF acp::local::lite::impl::ACPLLiteSystemOperations::setCacheConfig #180 : Setting cache configuration. 2025-08-30T15:07:34.916632Z 38300 [dbae15ae] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-08-30T15:07:34.916669Z 38304 [d51f43ad] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Reqc55e5db4-755c-4292-8f7e-805ebe5bef97 2025-08-30T15:07:34.916710Z 14696 [d51f43ad] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.916745Z 31924 [a56d9f27] CosyManager DBG acp::local::lite::impl::CosyManager::setCacheManagerConfig #849 : Updating Cache Manager Config 2025-08-30T15:07:34.916779Z 38300 [dbae15ae] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Req4148b6e6-7aed-4033-add0-c99f0b1ed8bb 2025-08-30T15:07:34.916816Z 38304 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [168912ae-4092-49a4-988a-6bcd4d455626] 2025-08-30T15:07:34.916853Z 14696 [d51f43ad] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: ONS_EVENT 2025-08-30T15:07:34.916888Z 31924 [a56d9f27] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::setCacheManagerConfig #82 : CosyControllerImpl::setCacheManagerConfig 2025-08-30T15:07:34.916924Z 38304 [168912ae] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 168912ae-4092-49a4-988a-6bcd4d455626. This will be truncated in the following lines. 2025-08-30T15:07:34.916960Z 38304 [168912ae] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-08-30T15:07:34.916988Z 31924 [a56d9f27] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::send #44 : InProcessMessenger::send 2025-08-30T15:07:34.917017Z 31924 [a56d9f27] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::handleRequest #112 : CoreSyncControllerImpl::handleRequest 2025-08-30T15:07:34.917046Z 38304 [168912ae] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Req36c4f67b-8a8d-4115-b8f2-f442efcc077b 2025-08-30T15:07:34.917082Z 14696 [d51f43ad] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ONS_EVENT::NONE::SUBSCRIBED_ASSET_CHANGE] [subscriptionId: 7acdaa83-58e9-49c7-9b34-3ac24c9141d9] 2025-08-30T15:07:34.917121Z 38300 [168912ae] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.917157Z 31924 [a56d9f27] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000002 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T15:07:34.917196Z 38304 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [77c669d3-8dea-470a-9c09-477283151bf5] 2025-08-30T15:07:34.917230Z 14696 [d51f43ad] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ONS_EVENT::NONE::SUBSCRIPTION_CREATED] [subscriptionId: 7acdaa83-58e9-49c7-9b34-3ac24c9141d9] 2025-08-30T15:07:34.917271Z 38300 [168912ae] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: ASSET_ANNOTATION_CHANGE 2025-08-30T15:07:34.917310Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling 2 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T15:07:34.917356Z 38304 [77c669d3] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 77c669d3-8dea-470a-9c09-477283151bf5. This will be truncated in the following lines. 2025-08-30T15:07:34.917394Z 38304 [77c669d3] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-08-30T15:07:34.917423Z 38300 [168912ae] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSET_ANNOTATION_CHANGE::NONE::0] [subscriptionId: 3e6267eb-d092-499b-b1c8-12acc07ca6a6] 2025-08-30T15:07:34.917460Z 23716 [] SyncComponentsController INF messageHandlerWrapper #56 : doPerform notification - AppOperationRequest. Inner Request: Notification Type: f Request: ReqId: cebb3a3f-1d15-4be2-befb-0a999c29edb9 SourceAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID Cache Manager Config: Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:07:34.917522Z 14696 [d51f43ad] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ONS_EVENT::NONE::SUBSCRIPTION_UPDATED] [subscriptionId: 7acdaa83-58e9-49c7-9b34-3ac24c9141d9] 2025-08-30T15:07:34.917564Z 38304 [77c669d3] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Req91a36db7-3fe8-440c-b2fa-f9307fb6696e 2025-08-30T15:07:34.917601Z 31924 [77c669d3] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.917635Z 38300 [168912ae] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-08-30T15:07:34.917670Z 23716 [] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::doPerform #160 : App Operation request - AppOperationRequest. Inner Request: Notification Type: f Request: ReqId: cebb3a3f-1d15-4be2-befb-0a999c29edb9 SourceAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID Cache Manager Config: Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000. 2025-08-30T15:07:34.917739Z 14696 [d51f43ad] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ONS_EVENT::NONE::SUBSCRIPTION_DELETED] [subscriptionId: 7acdaa83-58e9-49c7-9b34-3ac24c9141d9] 2025-08-30T15:07:34.917782Z 38304 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [3c0473ed-0369-4546-a066-13790b812ed7] 2025-08-30T15:07:34.917821Z 31924 [77c669d3] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: EFFECTIVE_PRIVILEGES_CHANGE 2025-08-30T15:07:34.917865Z 38300 [168912ae] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Req36c4f67b-8a8d-4115-b8f2-f442efcc077b 2025-08-30T15:07:34.917910Z 23716 [] CacheManager DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #138 : Enqueuing 10100000000000f CacheManagerImpl::handleSetCacheConfigRequest for acp::local::lite::impl::CacheManagerImpl::handleSetCacheConfigRequest at CacheManagerImpl.cpp:419 2025-08-30T15:07:34.917955Z 14696 [d51f43ad] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-08-30T15:07:34.917996Z 38304 [3c0473ed] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 3c0473ed-0369-4546-a066-13790b812ed7. This will be truncated in the following lines. 2025-08-30T15:07:34.918038Z 31924 [77c669d3] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: EFFECTIVE_PRIVILEGES_CHANGE::NONE::0] [subscriptionId: 0238bc1c-c166-4969-abc1-7683c43487b2] 2025-08-30T15:07:34.918075Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-08-30T15:07:34.918108Z 29868 [] CacheManager DBG handlerWrapper #108 : Handling F CacheManagerImpl::handleSetCacheConfigRequest for acp::local::lite::impl::CacheManagerImpl::handleSetCacheConfigRequest at CacheManagerImpl.cpp:419 2025-08-30T15:07:34.918277Z 14696 [d51f43ad] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Reqc55e5db4-755c-4292-8f7e-805ebe5bef97 2025-08-30T15:07:34.918322Z 38304 [3c0473ed] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-08-30T15:07:34.918361Z 31924 [77c669d3] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-08-30T15:07:34.918400Z 29868 [] CacheManager INF handlerWrapper #111 : CacheManagerImpl::handleSetCacheConfigRequest Request - Notification Type: f Request: ReqId: cebb3a3f-1d15-4be2-befb-0a999c29edb9 SourceAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID Cache Manager Config: Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:07:34.918464Z 38304 [3c0473ed] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Reqdf12ec0e-0dbd-468a-b067-3e0974202df7 2025-08-30T15:07:34.918506Z 14696 [3c0473ed] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.918540Z 38304 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [9b8b7233-c0f5-4888-bdd2-174ed139a9e2] 2025-08-30T15:07:34.918575Z 29868 [] SqliteUserDataAccess INF acp::local::lite::impl::SqliteUserDataAccess::setActiveAssetInterval #573 : Setting ActiveAsset Interval to 86400 2025-08-30T15:07:34.918611Z 31924 [77c669d3] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Req91a36db7-3fe8-440c-b2fa-f9307fb6696e 2025-08-30T15:07:34.918654Z 14696 [3c0473ed] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: APPLICATION_METADATA_CHANGE 2025-08-30T15:07:34.918690Z 38304 [9b8b7233] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 9b8b7233-c0f5-4888-bdd2-174ed139a9e2. This will be truncated in the following lines. 2025-08-30T15:07:34.918725Z 38304 [9b8b7233] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::GetSyncState called. 2025-08-30T15:07:34.918753Z 14696 [3c0473ed] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: APPLICATION_METADATA_CHANGE::NONE::0] [subscriptionId: df487c51-118a-4d15-8187-9d8489bb4b32] 2025-08-30T15:07:34.918791Z 29868 [] SqliteUserDataAccess INF acp::local::lite::impl::SqliteUserDataAccess::setActiveAssetInterval #573 : Setting ActiveAsset Interval to 86400 2025-08-30T15:07:34.918824Z 38304 [9b8b7233] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = GetSyncState with request id = Req370bb2f6-917f-428e-9110-1743eda0bf54 2025-08-30T15:07:34.918857Z 29868 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: UPDATE cache_config_params SET asset_ttl=:asset_ttl, max_cache_size=:max_cache_size, purge_interval=:purge_interval, threshold_percent=:threshold_percent, purge_by_percent=:purge_by_percent 2025-08-30T15:07:34.918898Z 14696 [3c0473ed] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-08-30T15:07:34.918938Z 31924 [9b8b7233] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.918974Z 38304 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [e81ca6ec-52fc-4455-9cd2-8bd6162221e3] 2025-08-30T15:07:34.919010Z 14696 [3c0473ed] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Reqdf12ec0e-0dbd-468a-b067-3e0974202df7 2025-08-30T15:07:34.919049Z 31924 [9b8b7233] SystemOperations DBG acp::local::lite::impl::ACPLLiteSystemOperations::getSyncState #126 : Get SyncState 2025-08-30T15:07:34.919083Z 31924 [9b8b7233] CosyManager DBG acp::local::lite::impl::CosyManager::isSyncActive #410 : Getting sync active status 2025-08-30T15:07:34.919107Z 31924 [9b8b7233] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getSyncController #74 : CosyLibImpl::getSyncController 2025-08-30T15:07:34.919134Z 31924 [9b8b7233] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::getSyncActiveStatus #256 : SyncControllerImpl::getSyncActiveStatus 2025-08-30T15:07:34.919170Z 38304 [e81ca6ec] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is e81ca6ec-52fc-4455-9cd2-8bd6162221e3. This will be truncated in the following lines. 2025-08-30T15:07:34.919210Z 38304 [e81ca6ec] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::GetStorageMetadata called. 2025-08-30T15:07:34.919243Z 31924 [9b8b7233] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::send #44 : InProcessMessenger::send 2025-08-30T15:07:34.919275Z 31924 [9b8b7233] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::handleRequest #112 : CoreSyncControllerImpl::handleRequest 2025-08-30T15:07:34.919304Z 38304 [e81ca6ec] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = GetStorageMetadata with request id = Req6e5c06f6-78cf-4f11-98ea-ebc06c03853e 2025-08-30T15:07:34.919352Z 14696 [e81ca6ec] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:34.919391Z 31924 [9b8b7233] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000002 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T15:07:34.919436Z 14696 [e81ca6ec] SystemOperations INF acp::local::lite::impl::ACPLLiteSystemOperations::getStorageMetadata #273 : Fetching Storage Metadata 2025-08-30T15:07:34.919466Z 14696 [e81ca6ec] CosyManager DBG acp::local::lite::impl::CosyManager::getQuotaData #531 : getQuotaData user [7C4B055F46F3F71B992015A8@AdobeID] 2025-08-30T15:07:34.919493Z 14696 [e81ca6ec] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getSyncController #74 : CosyLibImpl::getSyncController 2025-08-30T15:07:34.919516Z 14696 [e81ca6ec] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::getQuotaData #305 : SyncControllerImpl::getQuotaData 2025-08-30T15:07:34.919539Z 14696 [e81ca6ec] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::getQuotaData #316 : getQuotaData for user with id: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.919569Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling 2 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T15:07:34.919613Z 14696 [e81ca6ec] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::send #44 : InProcessMessenger::send 2025-08-30T15:07:34.919640Z 14696 [e81ca6ec] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::handleRequest #112 : CoreSyncControllerImpl::handleRequest 2025-08-30T15:07:34.919667Z 23716 [] SyncComponentsController INF messageHandlerWrapper #56 : doPerform notification - AppOperationRequest. Inner Request: Notification Type: d Request: ReqId: 03a9e019-4000-4fc2-9d57-36873d99910c SourceAppId: AdobeAcrobat9 SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.919710Z 14696 [e81ca6ec] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000002 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T15:07:34.919746Z 23716 [] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::doPerform #160 : App Operation request - AppOperationRequest. Inner Request: Notification Type: d Request: ReqId: 03a9e019-4000-4fc2-9d57-36873d99910c SourceAppId: AdobeAcrobat9 SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 UserId: 7C4B055F46F3F71B992015A8@AdobeID. 2025-08-30T15:07:34.919802Z 23716 [] SyncJobController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #138 : Enqueuing 10100000000000d SyncJobControllerImpl::syncActiveStatusHandler for acp::local::lite::impl::SyncJobControllerImpl::handleSyncActiveStatus at SyncJobControllerImpl.cpp:729 2025-08-30T15:07:34.919839Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-08-30T15:07:34.919864Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling 2 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T15:07:34.919895Z 36348 [] SyncJobController DBG handlerWrapper #108 : Handling D SyncJobControllerImpl::syncActiveStatusHandler for acp::local::lite::impl::SyncJobControllerImpl::handleSyncActiveStatus at SyncJobControllerImpl.cpp:729 2025-08-30T15:07:34.919939Z 23716 [] SyncComponentsController INF messageHandlerWrapper #56 : doPerform notification - AppOperationRequest. Inner Request: Notification Type: a00000 Request: ReqId: 3f277c74-c34d-4ab4-a878-cbacf02c08af SourceAppId: COSYLIB SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.919978Z 36348 [] SyncJobController INF handlerWrapper #111 : SyncJobControllerImpl::syncActiveStatusHandler Request - Notification Type: d Request: ReqId: 03a9e019-4000-4fc2-9d57-36873d99910c SourceAppId: AdobeAcrobat9 SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.920019Z 23716 [] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::doPerform #160 : App Operation request - AppOperationRequest. Inner Request: Notification Type: a00000 Request: ReqId: 3f277c74-c34d-4ab4-a878-cbacf02c08af SourceAppId: COSYLIB SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 UserId: 7C4B055F46F3F71B992015A8@AdobeID. 2025-08-30T15:07:34.920061Z 36348 [] SyncJobController INF handlerWrapper #113 : SyncJobControllerImpl::syncActiveStatusHandler Response - Notification Type: d Response: ReqId: 03a9e019-4000-4fc2-9d57-36873d99910c TargetAppId: AdobeAcrobat9 SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 UserId: 7C4B055F46F3F71B992015A8@AdobeID Error: nullptr Active: 1 2025-08-30T15:07:34.920101Z 36348 [] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::sendResponse #150 : CoreSyncControllerImpl::sendResponse 2025-08-30T15:07:34.920125Z 36348 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-08-30T15:07:34.920148Z 36348 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 13 2025-08-30T15:07:34.920172Z 36348 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #662 : CosyControllerImpl::handleResponse Unable to handle message of type : 13 2025-08-30T15:07:34.920195Z 36348 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::handleResponse #772 : SyncControllerImpl::handleResponse Received message of type: 13 2025-08-30T15:07:34.920222Z 23716 [] RemoteFSMonitor DBG acp::local::lite::notification::TaskOnQueueHandler::postAsyncTaskOnQueue #100 : Enqueuing 101000000a00000 RemoteFSMonitorImpl::handleGetQuotaData for acp::local::lite::impl::RemoteFSMonitorImpl::handleGetQuotaData at RemoteFSMonitorImpl.cpp:386 2025-08-30T15:07:34.920259Z 36348 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::processSyncActiveStatusResponse #555 : SyncControllerImpl::processSyncActiveStatusResponse 2025-08-30T15:07:34.920291Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-08-30T15:07:34.920325Z 38016 [] RemoteFSMonitor DBG handlerWrapper #72 : Handling A00000 RemoteFSMonitorImpl::handleGetQuotaData for acp::local::lite::impl::RemoteFSMonitorImpl::handleGetQuotaData at RemoteFSMonitorImpl.cpp:386 2025-08-30T15:07:34.920368Z 36348 [9b8b7233] CosyManager INF acp::local::lite::impl::CosyManager::isSyncActive::::operator () #419 : cosylib response received for acp::local::lite::impl::CosyManager::isSyncActive::::operator () with isActive [1], status [1] and message [success]. 2025-08-30T15:07:34.920407Z 38016 [] RemoteFSMonitor INF handlerWrapper #74 : RemoteFSMonitorImpl::handleGetQuotaData Request - Notification Type: a00000 Request: ReqId: 3f277c74-c34d-4ab4-a878-cbacf02c08af SourceAppId: COSYLIB SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:34.920448Z 36348 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::processSyncActiveStatusResponse #572 : SyncControllerImpl::Callback handled of type: 13, requestId: 03a9e019-4000-4fc2-9d57-36873d99910c 2025-08-30T15:07:34.920485Z 14696 [9b8b7233] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::GetSyncState. 2025-08-30T15:07:34.920525Z 38016 [] RemoteFSMonitor DBG acp::local::lite::impl::RemoteFSMonitorImpl::isCloudFetchForQuotaDataRequired #477 : m_quotaData.m_totalQuota = 0 2025-08-30T15:07:34.920560Z 14696 [9b8b7233] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = GetSyncState with request id = Req370bb2f6-917f-428e-9110-1743eda0bf54 2025-08-30T15:07:34.921111Z 38016 [] dcx.http INF AdobeDCX::DcxHTTPSession::createRequest #198 : DcxHTTPSession::request GET https://platform-cs-edge-va6.adobe.io/content/quota/assigned/id/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd?currentAssetRegion=US 2025-08-30T15:07:34.921238Z 38016 [] dcx.http INF AdobeDCX::DcxHTTPRequest::invoke #511 : DcxHTTPRequest::invoke GET https://platform-cs-edge-va6.adobe.io/content/quota/assigned/id/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd?currentAssetRegion=US 2025-08-30T15:07:34.921320Z 38016 [] dcx.http INF AdobeDCX::DcxHTTPSession::invoke #265 : Scheduling request url=https://platform-cs-edge-va6.adobe.io/content/quota/assigned/id/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd?currentAssetRegion=US, isHighPriority=0 2025-08-30T15:07:34.921354Z 38016 [] dcx.http INF AdobeDCX::DcxHTTPSession::_invoke #420 : requestid=3f277c74-c34d-4ab4-a878-cbacf02c08af url=https://platform-cs-edge-va6.adobe.io/content/quota/assigned/id/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd?currentAssetRegion=US 2025-08-30T15:07:34.921387Z 38016 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest #577 : DcxHTTPRequest::executeRequest GET https://platform-cs-edge-va6.adobe.io/content/quota/assigned/id/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd?currentAssetRegion=US 2025-08-30T15:07:34.921448Z 38016 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest #751 : ThreadGotTheContext: url=https://platform-cs-edge-va6.adobe.io/content/quota/assigned/id/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd?currentAssetRegion=USwith response compression enabled as : 1 2025-08-30T15:07:34.925517Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::setCacheConfig #840 : Successfully updated cache config params in DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:07:34.925575Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::stopTimer #162 : CacheManagerImpl::stopTimer Stopping CacheManagerTimer 2025-08-30T15:07:34.925600Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::startTimer #155 : Starting CacheManagerTimer 2025-08-30T15:07:34.925631Z 29868 [] CacheManager INF handlerWrapper #113 : CacheManagerImpl::handleSetCacheConfigRequest Response - Notification Type: f Response: ReqId: cebb3a3f-1d15-4be2-befb-0a999c29edb9 TargetAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID Error: nullptr 2025-08-30T15:07:34.925661Z 29868 [] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::sendResponse #150 : CoreSyncControllerImpl::sendResponse 2025-08-30T15:07:34.925681Z 29868 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-08-30T15:07:34.925704Z 29868 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 15 2025-08-30T15:07:34.925732Z 29868 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::processSetCacheManagerConfigResponse #371 : CosyControllerImpl::setCacheManagerConfig callback 2025-08-30T15:07:34.925761Z 29868 [a56d9f27] CosyManager INF acp::local::lite::impl::setCacheManagerConfigHelper::::operator () #806 : cosylib response received for acp::local::lite::impl::CosyManager::setCacheManagerConfig with status [1] and message [success]. 2025-08-30T15:07:34.925826Z 14696 [a56d9f27] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SetCacheConfig. 2025-08-30T15:07:34.925883Z 14696 [a56d9f27] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SetCacheConfig with request id = Reqf1b33f04-be64-48e2-98ff-7b97406eff31 2025-08-30T15:07:34.926702Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:07:34.926751Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:07:34.957464Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.680300 ms 2025-08-30T15:07:34.957507Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:07:34.957540Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:07:34.957564Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:07:35.020624Z 37600 [] transfer DBG jura::AbstractTransferRequestImpl::onCompletion #909 : Normal completion accepted for request 4 2025-08-30T15:07:35.020694Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest::::operator () #603 : DcxHTTPRequest::executeRequest:completionFn Request completed with status: 200 and Acsl error: ErrNone 2025-08-30T15:07:35.020738Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPRequest::handle #817 : Process response for url=https://platform-cs-edge-va6.adobe.io/content/quota/assigned/id/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd?currentAssetRegion=US err=0 requestid=3f277c74-c34d-4ab4-a878-cbacf02c08af 2025-08-30T15:07:35.020774Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPRequest::handleResponse #533 : DcxHTTPRequest::handleResponse 200 url=https://platform-cs-edge-va6.adobe.io/content/quota/assigned/id/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd?currentAssetRegion=US 2025-08-30T15:07:35.021140Z 38016 [] RemoteFileSystem INF acp::local::lite::impl::RemoteFileSystemImpl::getQuotaData::::operator () #171 : Received success callback for getQuotaResource 2025-08-30T15:07:35.021191Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPSession::invokeIfPending #330 : No pending requests or excess outstanding requests 2025-08-30T15:07:35.021232Z 38016 [] AnalyticsEventListener INF acp::local::lite::impl::AnalyticsEventListenerImpl::processEvent #77 : Sending Cosylib Analytics with requestId [3f277c74-c34d-4ab4-a878-cbacf02c08af]! 2025-08-30T15:07:35.021277Z 38016 [] Analytics ERR acp::local::lite::SyncComponentsAnalyticsWrapper::sendEventAndErase #123 : Couldn't send the event with request ID : 2025-08-30T15:07:35.021350Z 38016 [] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::sendResponse #150 : CoreSyncControllerImpl::sendResponse 2025-08-30T15:07:35.021378Z 38016 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-08-30T15:07:35.021402Z 38016 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 10485760 2025-08-30T15:07:35.021424Z 38016 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #662 : CosyControllerImpl::handleResponse Unable to handle message of type : 10485760 2025-08-30T15:07:35.021447Z 38016 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::handleResponse #772 : SyncControllerImpl::handleResponse Received message of type: 10485760 2025-08-30T15:07:35.021469Z 38016 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::processQuotaDataResponse #533 : SyncControllerImpl::processQuotaDataResponse 2025-08-30T15:07:35.021509Z 38016 [e81ca6ec] CosyManager INF acp::local::lite::impl::getQuotaDataCallback::::operator () #204 : cosylib response received for acp::local::lite::impl::CosyManager::getQuotaData with status [1] and message [success]. 2025-08-30T15:07:35.021549Z 38016 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::processQuotaDataResponse #550 : SyncControllerImpl::Callback handled of type: 10485760, requestId: 3f277c74-c34d-4ab4-a878-cbacf02c08af 2025-08-30T15:07:35.021577Z 38016 [] SyncControllerEventMapper DBG acp::local::lite::cosylib::SyncControllerEventMapper::processEvents #228 : SyncControllerEventMapper::processEvents Received message of type: 10485760 2025-08-30T15:07:35.021605Z 38016 [] UserManagerImpl DBG acp::local::lite::cosylib::UserManagerImpl::handleResponse #234 : UserManagerImpl::handleResponse Received message of type: 10485760 2025-08-30T15:07:35.021635Z 14696 [e81ca6ec] SystemOperations DBG acp::local::lite::impl::ACPLLiteSystemOperations::getStorageMetadata::::operator () #283 : Successfully fetched Cloud Storage Metadata 2025-08-30T15:07:35.021814Z 14696 [e81ca6ec] SystemOperations DBG acp::local::lite::impl::ACPLLiteSystemOperations::fillCacheSizes #242 : System application cache excluding rendition : [size = 0] 2025-08-30T15:07:35.021845Z 14696 [e81ca6ec] SystemOperations DBG acp::local::lite::impl::ACPLLiteSystemOperations::fillCacheSizes #260 : System application cache including rendition : [size = 0] 2025-08-30T15:07:35.021885Z 14696 [e81ca6ec] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::GetStorageMetadata. 2025-08-30T15:07:35.021929Z 14696 [e81ca6ec] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = GetStorageMetadata with request id = Req6e5c06f6-78cf-4f11-98ea-ebc06c03853e 2025-08-30T15:07:35.039059Z 14696 [781036f5] PromisifiedSessionFacade INF acp::local::impl::FacadePromiseWrapper >::processResult::::operator () #158 : Received success callback for PromisifiedSessionFacade::getRepoMetadata. 2025-08-30T15:07:35.039136Z 14696 [781036f5] AssetOperations DBG acp::local::lite::impl::ACPLLiteAssetOperations::getCloudRepoMetadata::::()::::operator () #336 : GET REPO METADATA (Cloud): Translating repoMetadataResourceResult to PageItem. 2025-08-30T15:07:35.039320Z 14696 [781036f5] AssetDeviceStorage INF acp::local::lite::AssetDeviceStorage::getAssetDescriptor #597 : Calling getAssetDescriptor for composite [{"cloud_id":"urn:aaid:sc:US:f3b3a232-9d98-4e57-8591-019b31472f51","repository_id":"EE9332B3547CC74E0A4C98A1@AdobeOrg","preference":0,"storage_area":1}] 2025-08-30T15:07:35.039355Z 14696 [781036f5] AssetDeviceStorage DBG acp::local::lite::AssetDeviceStorage::getAssetDescriptor #605 : Calling getAssetDescriptor for composite with cloudId 2025-08-30T15:07:35.039552Z 14696 [781036f5] AssetDeviceStorage ERR acp::local::lite::AssetDeviceStorage::getAssetDescriptor #619 : getAssetDescriptor failed for [{"cloud_id":"urn:aaid:sc:US:f3b3a232-9d98-4e57-8591-019b31472f51","repository_id":"EE9332B3547CC74E0A4C98A1@AdobeOrg","preference":0,"storage_area":1}] with error : Error with domain: AdobeDCXErrorDomain error code: 18 2025-08-30T15:07:35.039590Z 14696 [781036f5] ACPLSyncError INF acp::local::lite::impl::ACPLSyncError::dcxErrorToACPLSyncError #98 : DCX error code translating to ACPL status code: 18 2025-08-30T15:07:35.039646Z 14696 [781036f5] PageItem DBG acp::local::lite::impl::ACPLLitePageItemImpl::translateCPRepoMetadataResource #212 : PageItemImpl::translateCPRepoMetadataResource() -- [id = urn:aaid:sc:US:f3b3a232-9d98-4e57-8591-019b31472f51][type = application/vnd.adobecloud.directory+json][created = 2025-05-20T22:22:56.954Z][modified = 2025-05-23T04:52:42.686Z][eTag = W/"0e9fe20c3de5c5670c9de29ca0812d9d"][storage assignee = 581F208E67EE740D0A495FA3@821b1f78631c0ced495c57.e, USER][storage area = OTHER_USER_STORAGE] 2025-08-30T15:07:35.039690Z 14696 [781036f5] AssetService DBG acp::local::lite::impl::ACPLLiteDirectoryItemImpl::translateCPRepoMetadataResource #48 : DirectoryItemImpl::translateCPRepoMetadataResource() -- [CollaborationType = 0] -- [CollaborationRole - ] 2025-08-30T15:07:35.039729Z 14696 [781036f5] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::GetRepoMetadata. 2025-08-30T15:07:35.039768Z 14696 [781036f5] Analytics DBG acp::local::impl::SDKAnalyticsData::send #417 : Not sending success event for workflow: Get Repo Metadata 2025-08-30T15:07:35.039799Z 14696 [781036f5] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = GetRepoMetadata with request id = Reqf66c4d55-87bf-4352-9dd2-011ec70cf69b 2025-08-30T15:07:35.040093Z 14696 [781036f5] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [002cadd0-1f0f-4025-99f2-d1a1ce90c436] 2025-08-30T15:07:35.040137Z 38304 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [b47d5b70-7ca1-4248-9c66-29a8b1a4290e] 2025-08-30T15:07:35.040192Z 14696 [002cadd0] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 002cadd0-1f0f-4025-99f2-d1a1ce90c436. This will be truncated in the following lines. 2025-08-30T15:07:35.040226Z 14696 [002cadd0] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::MonitorAssets called. 2025-08-30T15:07:35.040254Z 38304 [b47d5b70] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is b47d5b70-7ca1-4248-9c66-29a8b1a4290e. This will be truncated in the following lines. 2025-08-30T15:07:35.040289Z 38304 [b47d5b70] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::GetRepoMetadata called. 2025-08-30T15:07:35.040319Z 14696 [002cadd0] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = MonitorAssets with request id = Reqf365fa6c-79c5-43c3-8de1-9316706f6c29 2025-08-30T15:07:35.040359Z 31924 [002cadd0] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:35.040402Z 38304 [b47d5b70] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = GetRepoMetadata with request id = Req647e4ecf-1a98-47ea-925a-0a5b6c91f5c4 2025-08-30T15:07:35.040448Z 38300 [b47d5b70] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:35.040487Z 31924 [002cadd0] ONSSubscriptionOperations INF acp::local::lite::impl::ACPLLiteONSSubscriptionOperations::monitorAssets #87 : ONSSubscriptionOperations: monitorAssets 2025-08-30T15:07:35.040524Z 38300 [b47d5b70] AssetOperations DBG acp::local::lite::impl::ACPLLiteAssetOperations::getRepoMetadata #120 : GET REPO METADATA: Asset[{"repository_id":"EE9332B3547CC74E0A4C98A1@AdobeOrg","preference":3,"storage_area":255}] 2025-08-30T15:07:35.040560Z 31924 [002cadd0] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::monitorAssets #210 : CosyControllerImpl::monitorAsset 2025-08-30T15:07:35.040592Z 38300 [b47d5b70] AssetOperations INF acp::local::lite::impl::ACPLLiteAssetOperations::getLocalRepoMetadata #149 : GET Local REPO METADATA: Asset[{"repository_id":"EE9332B3547CC74E0A4C98A1@AdobeOrg","preference":3,"storage_area":255}] 2025-08-30T15:07:35.040628Z 31924 [002cadd0] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::send #44 : InProcessMessenger::send 2025-08-30T15:07:35.040655Z 31924 [002cadd0] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::handleRequest #112 : CoreSyncControllerImpl::handleRequest 2025-08-30T15:07:35.040687Z 38300 [b47d5b70] RequestManager ERR acp::local::impl::RequestManager::executeRequest::::operator () #186 : Sending error response with status code 40503, Status Message: Get Local RepoMetadata by its path is not supported for HL API StorageClient::GetRepoMetadata. 2025-08-30T15:07:35.040740Z 31924 [002cadd0] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000002 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T15:07:35.040783Z 38300 [b47d5b70] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #213 : Request removed for api = GetRepoMetadata with request id = Req647e4ecf-1a98-47ea-925a-0a5b6c91f5c4 2025-08-30T15:07:35.040825Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling 2 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T15:07:35.040870Z 23716 [] SyncComponentsController INF messageHandlerWrapper #56 : doPerform notification - AppOperationRequest. Inner Request: Notification Type: 9 Request: ReqId: e61d50d9-82dc-4088-8311-b6a5a87d836b SourceAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:35.040909Z 38304 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [cb15651e-5559-4efd-b22b-f0829244c088] 2025-08-30T15:07:35.040947Z 23716 [] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::doPerform #160 : App Operation request - AppOperationRequest. Inner Request: Notification Type: 9 Request: ReqId: e61d50d9-82dc-4088-8311-b6a5a87d836b SourceAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID. 2025-08-30T15:07:35.040988Z 38304 [cb15651e] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is cb15651e-5559-4efd-b22b-f0829244c088. This will be truncated in the following lines. 2025-08-30T15:07:35.041019Z 38304 [cb15651e] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::GetRepoMetadata called. 2025-08-30T15:07:35.041046Z 23716 [] RemoteFSMonitor DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #138 : Enqueuing 101000000000009 RemoteFSMonitorImpl::monitorAssetHandler for acp::local::lite::impl::RemoteFSMonitorImpl::handleMonitorAsset at RemoteFSMonitorImpl.cpp:770 2025-08-30T15:07:35.041084Z 38304 [cb15651e] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = GetRepoMetadata with request id = Reqe6397e24-1e6c-4c3c-acc8-c1649ce05db5 2025-08-30T15:07:35.041119Z 38300 [cb15651e] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:35.041153Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-08-30T15:07:35.041182Z 38016 [] RemoteFSMonitor DBG handlerWrapper #108 : Handling 9 RemoteFSMonitorImpl::monitorAssetHandler for acp::local::lite::impl::RemoteFSMonitorImpl::handleMonitorAsset at RemoteFSMonitorImpl.cpp:770 2025-08-30T15:07:35.041219Z 38300 [cb15651e] AssetOperations DBG acp::local::lite::impl::ACPLLiteAssetOperations::getRepoMetadata #120 : GET REPO METADATA: Asset[{"repository_id":"EE9332B3547CC74E0A4C98A1@AdobeOrg","preference":3,"storage_area":255}] 2025-08-30T15:07:35.041256Z 38016 [] RemoteFSMonitor INF handlerWrapper #111 : RemoteFSMonitorImpl::monitorAssetHandler Request - Notification Type: 9 Request: ReqId: e61d50d9-82dc-4088-8311-b6a5a87d836b SourceAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:35.041293Z 38300 [cb15651e] AssetOperations INF acp::local::lite::impl::ACPLLiteAssetOperations::getCloudRepoMetadata #266 : GET Cloud REPO METADATA: Asset[{"repository_id":"EE9332B3547CC74E0A4C98A1@AdobeOrg","preference":3,"storage_area":255}] 2025-08-30T15:07:35.041328Z 38016 [] ONS:subscriptionmanager DBG addAssetToSubscriptionPool #1210 : Add asset to subscription with tracking level: 1 and asset ID: urn:aaid:sc:US:f3b3a232-9d98-4e57-8591-019b31472f51 resourceFlags: 1 2025-08-30T15:07:35.041364Z 38300 [cb15651e] AssetOperations DBG acp::local::lite::impl::ACPLLiteAssetOperations::getCloudRepoMetadata::::operator () #274 : GET REPO METADATA (Cloud): Request received with assetRef {"repository_id":"EE9332B3547CC74E0A4C98A1@AdobeOrg","preference":3,"storage_area":255}, storage area UNKNOWN 2025-08-30T15:07:35.041410Z 38016 [] ONS:subscriptionmanager INF getMaxSubscriptionLimit #1088 : Maximum subscription limit: 10 2025-08-30T15:07:35.041447Z 38300 [cb15651e] PromisifiedSessionFacade INF acp::local::impl::PromisifiedSessionFacade::getRepoMetadata #288 : PromisifiedSessionFacade::getRepoMetadata called. 2025-08-30T15:07:35.041496Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: BEGIN DEFERRED TRANSACTION; 2025-08-30T15:07:35.041566Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: INSERT INTO subscription (subscription_local_id, subscription_cloud_id, change_log_token, last_synced, state_flags, href, created, modified, etag, expires_at) VALUES (:subscription_local_id,:subscription_cloud_id,:change_log_token,:last_synced,:state_flags,:href,:created,:modified,:etag,:expires_at) 2025-08-30T15:07:35.042156Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: INSERT INTO user_subscription (user_id, subscription_local_id) VALUES (:user_id,:subscription_local_id) 2025-08-30T15:07:35.042269Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: COMMIT TRANSACTION 2025-08-30T15:07:35.048676Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: UPDATE subscription SET state_flags = :state_flags WHERE subscription_local_id = :subscription_local_id 2025-08-30T15:07:35.051578Z 38300 [15fb7017] PromisifiedSessionFacade INF acp::local::impl::FacadePromiseWrapper >::processResult::::operator () #158 : Received success callback for PromisifiedSessionFacade::getRepoMetadata. 2025-08-30T15:07:35.051642Z 38300 [15fb7017] AssetOperations DBG acp::local::lite::impl::ACPLLiteAssetOperations::getCloudRepoMetadata::::()::::operator () #336 : GET REPO METADATA (Cloud): Translating repoMetadataResourceResult to PageItem. 2025-08-30T15:07:35.051943Z 38300 [15fb7017] AssetDeviceStorage INF acp::local::lite::AssetDeviceStorage::getAssetDescriptor #597 : Calling getAssetDescriptor for composite [{"cloud_id":"urn:aaid:sc:US:f4849dee-5c47-45a5-9dec-36ff042f0312","repository_id":"EE9332B3547CC74E0A4C98A1@AdobeOrg","preference":0,"storage_area":1}] 2025-08-30T15:07:35.051980Z 38300 [15fb7017] AssetDeviceStorage DBG acp::local::lite::AssetDeviceStorage::getAssetDescriptor #605 : Calling getAssetDescriptor for composite with cloudId 2025-08-30T15:07:35.052040Z 38300 [15fb7017] AssetDeviceStorage ERR acp::local::lite::AssetDeviceStorage::getAssetDescriptor #619 : getAssetDescriptor failed for [{"cloud_id":"urn:aaid:sc:US:f4849dee-5c47-45a5-9dec-36ff042f0312","repository_id":"EE9332B3547CC74E0A4C98A1@AdobeOrg","preference":0,"storage_area":1}] with error : Error with domain: AdobeDCXErrorDomain error code: 18 2025-08-30T15:07:35.052076Z 38300 [15fb7017] ACPLSyncError INF acp::local::lite::impl::ACPLSyncError::dcxErrorToACPLSyncError #98 : DCX error code translating to ACPL status code: 18 2025-08-30T15:07:35.052111Z 38300 [15fb7017] PageItem DBG acp::local::lite::impl::ACPLLitePageItemImpl::translateCPRepoMetadataResource #212 : PageItemImpl::translateCPRepoMetadataResource() -- [id = urn:aaid:sc:US:f4849dee-5c47-45a5-9dec-36ff042f0312][type = application/vnd.adobecloud.directory+json][created = 2025-05-20T22:22:57.160Z][modified = 2025-05-20T22:22:57.160Z][eTag = W/"2c4ac8a7f137df040f9b5de5d4429f43"][storage assignee = 581F208E67EE740D0A495FA3@821b1f78631c0ced495c57.e, USER][storage area = OTHER_USER_STORAGE] 2025-08-30T15:07:35.052155Z 38300 [15fb7017] AssetService DBG acp::local::lite::impl::ACPLLiteDirectoryItemImpl::translateCPRepoMetadataResource #48 : DirectoryItemImpl::translateCPRepoMetadataResource() -- [CollaborationType = 0] -- [CollaborationRole - ] 2025-08-30T15:07:35.052189Z 38300 [15fb7017] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::GetRepoMetadata. 2025-08-30T15:07:35.052229Z 38300 [15fb7017] Analytics DBG acp::local::impl::SDKAnalyticsData::send #417 : Not sending success event for workflow: Get Repo Metadata 2025-08-30T15:07:35.052264Z 38300 [15fb7017] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = GetRepoMetadata with request id = Req734b1151-364e-4e3e-9a13-1691197e1430 2025-08-30T15:07:35.052404Z 38300 [15fb7017] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [b37d3280-add8-4198-96a8-71e7aa669651] 2025-08-30T15:07:35.052440Z 38300 [b37d3280] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is b37d3280-add8-4198-96a8-71e7aa669651. This will be truncated in the following lines. 2025-08-30T15:07:35.052466Z 38300 [b37d3280] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::MonitorAssets called. 2025-08-30T15:07:35.052519Z 38300 [b37d3280] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = MonitorAssets with request id = Req3eefa9af-0b0e-49e7-b0c1-cbb63e77bf0f 2025-08-30T15:07:35.052547Z 31924 [b37d3280] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:35.052587Z 31924 [b37d3280] ONSSubscriptionOperations INF acp::local::lite::impl::ACPLLiteONSSubscriptionOperations::monitorAssets #87 : ONSSubscriptionOperations: monitorAssets 2025-08-30T15:07:35.052618Z 31924 [b37d3280] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::monitorAssets #210 : CosyControllerImpl::monitorAsset 2025-08-30T15:07:35.052649Z 31924 [b37d3280] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::send #44 : InProcessMessenger::send 2025-08-30T15:07:35.052671Z 31924 [b37d3280] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::handleRequest #112 : CoreSyncControllerImpl::handleRequest 2025-08-30T15:07:35.052702Z 31924 [b37d3280] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000002 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T15:07:35.052744Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling 2 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T15:07:35.052784Z 23716 [] SyncComponentsController INF messageHandlerWrapper #56 : doPerform notification - AppOperationRequest. Inner Request: Notification Type: 9 Request: ReqId: b5fe1949-7bab-48f0-b83b-39cd517d7631 SourceAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:35.052817Z 23716 [] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::doPerform #160 : App Operation request - AppOperationRequest. Inner Request: Notification Type: 9 Request: ReqId: b5fe1949-7bab-48f0-b83b-39cd517d7631 SourceAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID. 2025-08-30T15:07:35.052859Z 23716 [] RemoteFSMonitor DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #138 : Enqueuing 101000000000009 RemoteFSMonitorImpl::monitorAssetHandler for acp::local::lite::impl::RemoteFSMonitorImpl::handleMonitorAsset at RemoteFSMonitorImpl.cpp:770 2025-08-30T15:07:35.052890Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-08-30T15:07:35.054492Z 31924 [1912089e] PromisifiedSessionFacade INF acp::local::impl::FacadePromiseWrapper >::processResult::::operator () #158 : Received success callback for PromisifiedSessionFacade::getRepoMetadata. 2025-08-30T15:07:35.054547Z 31924 [1912089e] AssetOperations DBG acp::local::lite::impl::ACPLLiteAssetOperations::getCloudRepoMetadata::::()::::operator () #336 : GET REPO METADATA (Cloud): Translating repoMetadataResourceResult to PageItem. 2025-08-30T15:07:35.054675Z 31924 [1912089e] AssetDeviceStorage INF acp::local::lite::AssetDeviceStorage::getAssetDescriptor #597 : Calling getAssetDescriptor for composite [{"cloud_id":"urn:aaid:sc:US:ae23c680-9d41-47f0-a191-b2668d4e04da","repository_id":"EE9332B3547CC74E0A4C98A1@AdobeOrg","preference":0,"storage_area":1}] 2025-08-30T15:07:35.054709Z 31924 [1912089e] AssetDeviceStorage DBG acp::local::lite::AssetDeviceStorage::getAssetDescriptor #605 : Calling getAssetDescriptor for composite with cloudId 2025-08-30T15:07:35.054768Z 31924 [1912089e] AssetDeviceStorage ERR acp::local::lite::AssetDeviceStorage::getAssetDescriptor #619 : getAssetDescriptor failed for [{"cloud_id":"urn:aaid:sc:US:ae23c680-9d41-47f0-a191-b2668d4e04da","repository_id":"EE9332B3547CC74E0A4C98A1@AdobeOrg","preference":0,"storage_area":1}] with error : Error with domain: AdobeDCXErrorDomain error code: 18 2025-08-30T15:07:35.054803Z 31924 [1912089e] ACPLSyncError INF acp::local::lite::impl::ACPLSyncError::dcxErrorToACPLSyncError #98 : DCX error code translating to ACPL status code: 18 2025-08-30T15:07:35.054837Z 31924 [1912089e] PageItem DBG acp::local::lite::impl::ACPLLitePageItemImpl::translateCPRepoMetadataResource #212 : PageItemImpl::translateCPRepoMetadataResource() -- [id = urn:aaid:sc:US:ae23c680-9d41-47f0-a191-b2668d4e04da][type = application/vnd.adobecloud.directory+json][created = 2025-05-20T22:22:57.335Z][modified = 2025-05-20T22:23:18.820Z][eTag = W/"c3340a09b4c6ab7d4750774010df423c"][storage assignee = 581F208E67EE740D0A495FA3@821b1f78631c0ced495c57.e, USER][storage area = OTHER_USER_STORAGE] 2025-08-30T15:07:35.054879Z 31924 [1912089e] AssetService DBG acp::local::lite::impl::ACPLLiteDirectoryItemImpl::translateCPRepoMetadataResource #48 : DirectoryItemImpl::translateCPRepoMetadataResource() -- [CollaborationType = 0] -- [CollaborationRole - ] 2025-08-30T15:07:35.054913Z 31924 [1912089e] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::GetRepoMetadata. 2025-08-30T15:07:35.054953Z 31924 [1912089e] Analytics DBG acp::local::impl::SDKAnalyticsData::send #417 : Not sending success event for workflow: Get Repo Metadata 2025-08-30T15:07:35.054984Z 31924 [1912089e] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = GetRepoMetadata with request id = Req0e881eaa-d058-4799-b1fd-822b917df372 2025-08-30T15:07:35.055121Z 31924 [1912089e] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [d7c2096c-457a-4480-8c93-9d31bd6564c1] 2025-08-30T15:07:35.055156Z 38304 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [b80bb2eb-9ee4-4097-9fe2-a3d7d774bb2c] 2025-08-30T15:07:35.055204Z 31924 [d7c2096c] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is d7c2096c-457a-4480-8c93-9d31bd6564c1. This will be truncated in the following lines. 2025-08-30T15:07:35.055244Z 31924 [d7c2096c] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::MonitorAssets called. 2025-08-30T15:07:35.055280Z 38304 [b80bb2eb] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is b80bb2eb-9ee4-4097-9fe2-a3d7d774bb2c. This will be truncated in the following lines. 2025-08-30T15:07:35.055321Z 38304 [b80bb2eb] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::GetRepoMetadata called. 2025-08-30T15:07:35.055356Z 31924 [d7c2096c] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = MonitorAssets with request id = Req11e5f1ba-e2df-496a-baf6-76bf970963d2 2025-08-30T15:07:35.055396Z 38016 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::updateSubscriptionStateFlags #1058 : Successfully updated subscriptionStateFlags into DB 2025-08-30T15:07:35.055443Z 38300 [d7c2096c] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:35.055511Z 38304 [b80bb2eb] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = GetRepoMetadata with request id = Reqb85dd28c-2551-4da5-992b-8a20966f3632 2025-08-30T15:07:35.055588Z 14696 [b80bb2eb] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:35.055681Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: BEGIN DEFERRED TRANSACTION; 2025-08-30T15:07:35.055725Z 38300 [d7c2096c] ONSSubscriptionOperations INF acp::local::lite::impl::ACPLLiteONSSubscriptionOperations::monitorAssets #87 : ONSSubscriptionOperations: monitorAssets 2025-08-30T15:07:35.055767Z 14696 [b80bb2eb] AssetOperations DBG acp::local::lite::impl::ACPLLiteAssetOperations::getRepoMetadata #120 : GET REPO METADATA: Asset[{"repository_id":"EE9332B3547CC74E0A4C98A1@AdobeOrg","preference":3,"storage_area":255}] 2025-08-30T15:07:35.055812Z 14696 [b80bb2eb] AssetOperations INF acp::local::lite::impl::ACPLLiteAssetOperations::getLocalRepoMetadata #149 : GET Local REPO METADATA: Asset[{"repository_id":"EE9332B3547CC74E0A4C98A1@AdobeOrg","preference":3,"storage_area":255}] 2025-08-30T15:07:35.055846Z 38300 [d7c2096c] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::monitorAssets #210 : CosyControllerImpl::monitorAsset 2025-08-30T15:07:35.055886Z 38300 [d7c2096c] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::send #44 : InProcessMessenger::send 2025-08-30T15:07:35.055911Z 38300 [d7c2096c] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::handleRequest #112 : CoreSyncControllerImpl::handleRequest 2025-08-30T15:07:35.055943Z 38300 [d7c2096c] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000002 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T15:07:35.055977Z 14696 [b80bb2eb] RequestManager ERR acp::local::impl::RequestManager::executeRequest::::operator () #186 : Sending error response with status code 40503, Status Message: Get Local RepoMetadata by its path is not supported for HL API StorageClient::GetRepoMetadata. 2025-08-30T15:07:35.056033Z 14696 [b80bb2eb] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #213 : Request removed for api = GetRepoMetadata with request id = Reqb85dd28c-2551-4da5-992b-8a20966f3632 2025-08-30T15:07:35.056071Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling 2 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T15:07:35.056111Z 38304 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [709d3099-1488-4094-9351-14ddd517b2fe] 2025-08-30T15:07:35.056149Z 23716 [] SyncComponentsController INF messageHandlerWrapper #56 : doPerform notification - AppOperationRequest. Inner Request: Notification Type: 9 Request: ReqId: fdbb197a-2502-4296-b0f1-a79da92df3bd SourceAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:35.056187Z 23716 [] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::doPerform #160 : App Operation request - AppOperationRequest. Inner Request: Notification Type: 9 Request: ReqId: fdbb197a-2502-4296-b0f1-a79da92df3bd SourceAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID. 2025-08-30T15:07:35.056286Z 38304 [709d3099] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 709d3099-1488-4094-9351-14ddd517b2fe. This will be truncated in the following lines. 2025-08-30T15:07:35.056321Z 38304 [709d3099] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::GetRepoMetadata called. 2025-08-30T15:07:35.056349Z 23716 [] RemoteFSMonitor DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #138 : Enqueuing 101000000000009 RemoteFSMonitorImpl::monitorAssetHandler for acp::local::lite::impl::RemoteFSMonitorImpl::handleMonitorAsset at RemoteFSMonitorImpl.cpp:770 2025-08-30T15:07:35.056388Z 14696 [709d3099] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T15:07:35.056422Z 38304 [709d3099] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = GetRepoMetadata with request id = Reqbf054686-73d1-415c-be9b-f1d8f1c0bc97 2025-08-30T15:07:35.056458Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-08-30T15:07:35.056519Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: INSERT INTO asset_subscription ( subscription_local_id, asset_id, directory_level, resource_flags, last_monitored_time, created, tracking_level ) VALUES (:subscription_local_id,:asset_id,:directory_level,:resource_flags,:last_monitored_time,:created,:tracking_level) 2025-08-30T15:07:35.056565Z 14696 [709d3099] AssetOperations DBG acp::local::lite::impl::ACPLLiteAssetOperations::getRepoMetadata #120 : GET REPO METADATA: Asset[{"repository_id":"EE9332B3547CC74E0A4C98A1@AdobeOrg","preference":3,"storage_area":255}] 2025-08-30T15:07:35.056611Z 14696 [709d3099] AssetOperations INF acp::local::lite::impl::ACPLLiteAssetOperations::getCloudRepoMetadata #266 : GET Cloud REPO METADATA: Asset[{"repository_id":"EE9332B3547CC74E0A4C98A1@AdobeOrg","preference":3,"storage_area":255}] 2025-08-30T15:07:35.056647Z 14696 [709d3099] AssetOperations DBG acp::local::lite::impl::ACPLLiteAssetOperations::getCloudRepoMetadata::::operator () #274 : GET REPO METADATA (Cloud): Request received with assetRef {"repository_id":"EE9332B3547CC74E0A4C98A1@AdobeOrg","preference":3,"storage_area":255}, storage area UNKNOWN 2025-08-30T15:07:35.056687Z 14696 [709d3099] PromisifiedSessionFacade INF acp::local::impl::PromisifiedSessionFacade::getRepoMetadata #288 : PromisifiedSessionFacade::getRepoMetadata called. 2025-08-30T15:07:35.056974Z 38016 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::addAssetSubscription #1010 : Successfully inserted asset subscriptions into DB 2025-08-30T15:07:35.057038Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: UPDATE asset_subscription SET resource_flags = :resource_flags WHERE asset_id = :asset_id and subscription_local_id = :subscription_local_id 2025-08-30T15:07:35.057090Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: INSERT OR REPLACE INTO asset_ref_count (asset_id, subscription_local_id, resource_type_flag, ref_count) VALUES (:asset_id, :subscription_local_id, :resource_flag, :ref_count) 2025-08-30T15:07:35.057168Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: COMMIT TRANSACTION 2025-08-30T15:07:35.063045Z 38016 [] RemoteFSMonitor INF handlerWrapper #113 : RemoteFSMonitorImpl::monitorAssetHandler Response - Notification Type: 9 Response: ReqId: e61d50d9-82dc-4088-8311-b6a5a87d836b TargetAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID Error: nullptr 2025-08-30T15:07:35.063122Z 38016 [] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::sendResponse #150 : CoreSyncControllerImpl::sendResponse 2025-08-30T15:07:35.063149Z 38016 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-08-30T15:07:35.063173Z 38016 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 9 2025-08-30T15:07:35.063201Z 38016 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::processMonitorAssetsResponse #525 : CosyControllerImpl::processMonitorAssetsResponse 2025-08-30T15:07:35.063233Z 38016 [002cadd0] CosyManager INF acp::local::lite::impl::onsMonitoringAssetCallback::::operator () #309 : cosylib response received for acp::local::lite::impl::CosyManager::monitorAssets with status [1] and message [success]. 2025-08-30T15:07:35.063271Z 38016 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::processMonitorAssetsResponse #544 : CosyControllerImpl::Callback handled of type: 9, requestId: e61d50d9-82dc-4088-8311-b6a5a87d836b 2025-08-30T15:07:35.063314Z 14696 [002cadd0] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::MonitorAssets. 2025-08-30T15:07:35.063365Z 38016 [] RemoteFSMonitor DBG handlerWrapper #108 : Handling 9 RemoteFSMonitorImpl::monitorAssetHandler for acp::local::lite::impl::RemoteFSMonitorImpl::handleMonitorAsset at RemoteFSMonitorImpl.cpp:770 2025-08-30T15:07:35.063415Z 14696 [002cadd0] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = MonitorAssets with request id = Reqf365fa6c-79c5-43c3-8de1-9316706f6c29 2025-08-30T15:07:35.063486Z 38016 [] RemoteFSMonitor INF handlerWrapper #111 : RemoteFSMonitorImpl::monitorAssetHandler Request - Notification Type: 9 Request: ReqId: b5fe1949-7bab-48f0-b83b-39cd517d7631 SourceAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:35.063547Z 38016 [] ONS:subscriptionmanager DBG addAssetToSubscriptionPool #1210 : Add asset to subscription with tracking level: 1 and asset ID: urn:aaid:sc:US:f4849dee-5c47-45a5-9dec-36ff042f0312 resourceFlags: 1 2025-08-30T15:07:35.063618Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: BEGIN DEFERRED TRANSACTION; 2025-08-30T15:07:35.063706Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: INSERT INTO asset_subscription ( subscription_local_id, asset_id, directory_level, resource_flags, last_monitored_time, created, tracking_level ) VALUES (:subscription_local_id,:asset_id,:directory_level,:resource_flags,:last_monitored_time,:created,:tracking_level) 2025-08-30T15:07:35.064482Z 38016 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::addAssetSubscription #1010 : Successfully inserted asset subscriptions into DB 2025-08-30T15:07:35.064545Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: UPDATE asset_subscription SET resource_flags = :resource_flags WHERE asset_id = :asset_id and subscription_local_id = :subscription_local_id 2025-08-30T15:07:35.064598Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: INSERT OR REPLACE INTO asset_ref_count (asset_id, subscription_local_id, resource_type_flag, ref_count) VALUES (:asset_id, :subscription_local_id, :resource_flag, :ref_count) 2025-08-30T15:07:35.064696Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: COMMIT TRANSACTION 2025-08-30T15:07:35.070911Z 38016 [] RemoteFSMonitor INF handlerWrapper #113 : RemoteFSMonitorImpl::monitorAssetHandler Response - Notification Type: 9 Response: ReqId: b5fe1949-7bab-48f0-b83b-39cd517d7631 TargetAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID Error: nullptr 2025-08-30T15:07:35.070963Z 38016 [] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::sendResponse #150 : CoreSyncControllerImpl::sendResponse 2025-08-30T15:07:35.070988Z 38016 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-08-30T15:07:35.071013Z 38016 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 9 2025-08-30T15:07:35.071035Z 38016 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::processMonitorAssetsResponse #525 : CosyControllerImpl::processMonitorAssetsResponse 2025-08-30T15:07:35.071065Z 38016 [b37d3280] CosyManager INF acp::local::lite::impl::onsMonitoringAssetCallback::::operator () #309 : cosylib response received for acp::local::lite::impl::CosyManager::monitorAssets with status [1] and message [success]. 2025-08-30T15:07:35.071103Z 38016 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::processMonitorAssetsResponse #544 : CosyControllerImpl::Callback handled of type: 9, requestId: b5fe1949-7bab-48f0-b83b-39cd517d7631 2025-08-30T15:07:35.071138Z 38016 [] RemoteFSMonitor DBG handlerWrapper #108 : Handling 9 RemoteFSMonitorImpl::monitorAssetHandler for acp::local::lite::impl::RemoteFSMonitorImpl::handleMonitorAsset at RemoteFSMonitorImpl.cpp:770 2025-08-30T15:07:35.071175Z 14696 [b37d3280] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::MonitorAssets. 2025-08-30T15:07:35.071221Z 38016 [] RemoteFSMonitor INF handlerWrapper #111 : RemoteFSMonitorImpl::monitorAssetHandler Request - Notification Type: 9 Request: ReqId: fdbb197a-2502-4296-b0f1-a79da92df3bd SourceAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T15:07:35.071261Z 14696 [b37d3280] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = MonitorAssets with request id = Req3eefa9af-0b0e-49e7-b0c1-cbb63e77bf0f 2025-08-30T15:07:35.071299Z 38016 [] ONS:subscriptionmanager DBG addAssetToSubscriptionPool #1210 : Add asset to subscription with tracking level: 1 and asset ID: urn:aaid:sc:US:ae23c680-9d41-47f0-a191-b2668d4e04da resourceFlags: 1 2025-08-30T15:07:35.071355Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: BEGIN DEFERRED TRANSACTION; 2025-08-30T15:07:35.071407Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: INSERT INTO asset_subscription ( subscription_local_id, asset_id, directory_level, resource_flags, last_monitored_time, created, tracking_level ) VALUES (:subscription_local_id,:asset_id,:directory_level,:resource_flags,:last_monitored_time,:created,:tracking_level) 2025-08-30T15:07:35.071870Z 38016 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::addAssetSubscription #1010 : Successfully inserted asset subscriptions into DB 2025-08-30T15:07:35.071919Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: UPDATE asset_subscription SET resource_flags = :resource_flags WHERE asset_id = :asset_id and subscription_local_id = :subscription_local_id 2025-08-30T15:07:35.071970Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: INSERT OR REPLACE INTO asset_ref_count (asset_id, subscription_local_id, resource_type_flag, ref_count) VALUES (:asset_id, :subscription_local_id, :resource_flag, :ref_count) 2025-08-30T15:07:35.072072Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: COMMIT TRANSACTION 2025-08-30T15:07:35.078189Z 38016 [] RemoteFSMonitor INF handlerWrapper #113 : RemoteFSMonitorImpl::monitorAssetHandler Response - Notification Type: 9 Response: ReqId: fdbb197a-2502-4296-b0f1-a79da92df3bd TargetAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID Error: nullptr 2025-08-30T15:07:35.078237Z 38016 [] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::sendResponse #150 : CoreSyncControllerImpl::sendResponse 2025-08-30T15:07:35.078261Z 38016 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-08-30T15:07:35.078284Z 38016 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 9 2025-08-30T15:07:35.078306Z 38016 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::processMonitorAssetsResponse #525 : CosyControllerImpl::processMonitorAssetsResponse 2025-08-30T15:07:35.078338Z 38016 [d7c2096c] CosyManager INF acp::local::lite::impl::onsMonitoringAssetCallback::::operator () #309 : cosylib response received for acp::local::lite::impl::CosyManager::monitorAssets with status [1] and message [success]. 2025-08-30T15:07:35.078375Z 38016 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::processMonitorAssetsResponse #544 : CosyControllerImpl::Callback handled of type: 9, requestId: fdbb197a-2502-4296-b0f1-a79da92df3bd 2025-08-30T15:07:35.078414Z 14696 [d7c2096c] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::MonitorAssets. 2025-08-30T15:07:35.078479Z 14696 [d7c2096c] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = MonitorAssets with request id = Req11e5f1ba-e2df-496a-baf6-76bf970963d2 2025-08-30T15:07:35.149895Z 14696 [cb15651e] PromisifiedSessionFacade ERR acp::local::impl::FacadePromiseWrapper >::processResult::::operator () #150 : Received error callback for PromisifiedSessionFacade::getRepoMetadata. DCX Error details cause : Error with domain: AdobeDCXErrorDomain description: Server Response, Problem Type:http://ns.adobe.com/adobecloud/problem/assetnotfound Description: Asset does not exist error code: 18 underlying error: [ Error with domain: AdobeHTTPErrorDomain body: {"type":"http://ns.adobe.com/adobecloud/problem/assetnotfound","title":"Asset does not exist","status":404,"repo:repositoryId":"urn:aaid:sc:US:3a550a44-3066-4fb1-91fb-51c0935e3a73","repo:path":"kwcs"} request id: cb15651e-5559-4efd-b22b-f0829244c088 status: 404 ] 2025-08-30T15:07:35.150081Z 14696 [cb15651e] ACPLError INF acp::local::impl::translateDCXErrorsToACPLStatusCode #38 : DCX error code translating to ACPL status code: 18 2025-08-30T15:07:35.150164Z 14696 [cb15651e] RequestManager ERR acp::local::impl::RequestManager::executeRequest::::operator () #186 : Sending error response with status code 40400, Status Message: Server Response, Problem Type:http://ns.adobe.com/adobecloud/problem/assetnotfound Description: Asset does not exist for HL API StorageClient::GetRepoMetadata. 2025-08-30T15:07:35.150281Z 14696 [cb15651e] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #213 : Request removed for api = GetRepoMetadata with request id = Reqe6397e24-1e6c-4c3c-acc8-c1649ce05db5 2025-08-30T15:07:35.190895Z 14696 [709d3099] PromisifiedSessionFacade INF acp::local::impl::FacadePromiseWrapper >::processResult::::operator () #158 : Received success callback for PromisifiedSessionFacade::getRepoMetadata. 2025-08-30T15:07:35.190956Z 14696 [709d3099] AssetOperations DBG acp::local::lite::impl::ACPLLiteAssetOperations::getCloudRepoMetadata::::()::::operator () #336 : GET REPO METADATA (Cloud): Translating repoMetadataResourceResult to PageItem. 2025-08-30T15:07:35.191081Z 14696 [709d3099] AssetDeviceStorage INF acp::local::lite::AssetDeviceStorage::getAssetDescriptor #597 : Calling getAssetDescriptor for composite [{"cloud_id":"urn:aaid:sc:US:c46ea05c-c5de-494c-bdbc-cfeb457a2382","repository_id":"EE9332B3547CC74E0A4C98A1@AdobeOrg","preference":3,"storage_area":1}] 2025-08-30T15:07:35.191114Z 14696 [709d3099] AssetDeviceStorage DBG acp::local::lite::AssetDeviceStorage::getAssetDescriptor #605 : Calling getAssetDescriptor for composite with cloudId 2025-08-30T15:07:35.191178Z 14696 [709d3099] AssetDeviceStorage ERR acp::local::lite::AssetDeviceStorage::getAssetDescriptor #619 : getAssetDescriptor failed for [{"cloud_id":"urn:aaid:sc:US:c46ea05c-c5de-494c-bdbc-cfeb457a2382","repository_id":"EE9332B3547CC74E0A4C98A1@AdobeOrg","preference":3,"storage_area":1}] with error : Error with domain: AdobeDCXErrorDomain error code: 18 2025-08-30T15:07:35.191214Z 14696 [709d3099] ACPLSyncError INF acp::local::lite::impl::ACPLSyncError::dcxErrorToACPLSyncError #98 : DCX error code translating to ACPL status code: 18 2025-08-30T15:07:35.191250Z 14696 [709d3099] PageItem DBG acp::local::lite::impl::ACPLLitePageItemImpl::translateCPRepoMetadataResource #212 : PageItemImpl::translateCPRepoMetadataResource() -- [id = urn:aaid:sc:US:c46ea05c-c5de-494c-bdbc-cfeb457a2382][type = application/vnd.adobecloud.directory+json][created = 2025-05-20T22:22:57.176Z][modified = 2025-05-20T22:24:46.504Z][eTag = W/"5b6b9b35bfc7fcb0025cda85ee003af6"][storage assignee = 581F208E67EE740D0A495FA3@821b1f78631c0ced495c57.e, USER][storage area = OTHER_USER_STORAGE] 2025-08-30T15:07:35.191292Z 14696 [709d3099] AssetService DBG acp::local::lite::impl::ACPLLiteDirectoryItemImpl::translateCPRepoMetadataResource #48 : DirectoryItemImpl::translateCPRepoMetadataResource() -- [CollaborationType = 0] -- [CollaborationRole - ] 2025-08-30T15:07:35.191325Z 14696 [709d3099] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::GetRepoMetadata. 2025-08-30T15:07:35.191361Z 14696 [709d3099] Analytics DBG acp::local::impl::SDKAnalyticsData::send #417 : Not sending success event for workflow: Get Repo Metadata 2025-08-30T15:07:35.191390Z 14696 [709d3099] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = GetRepoMetadata with request id = Reqbf054686-73d1-415c-be9b-f1d8f1c0bc97 2025-08-30T15:07:35.526485Z 4500 [] ONS:subscriptionmanager INF syncSubscription #905 : Processing subscription: 89c66bdd-3ef5-473b-90d8-715aa8d22ad2 with state flag: Dirty 2025-08-30T15:07:35.526638Z 4500 [] dcx.http INF AdobeDCX::DcxHTTPSession::createRequest #198 : DcxHTTPSession::request post https://platform-cs-va6.adobe.io/ons/subscription 2025-08-30T15:07:35.526697Z 4500 [] dcx.http INF AdobeDCX::DcxHTTPRequest::invoke #511 : DcxHTTPRequest::invoke POST https://platform-cs-va6.adobe.io/ons/subscription 2025-08-30T15:07:35.526728Z 4500 [] dcx.http INF AdobeDCX::DcxHTTPSession::invoke #265 : Scheduling request url=https://platform-cs-va6.adobe.io/ons/subscription, isHighPriority=0 2025-08-30T15:07:35.526760Z 4500 [] dcx.http INF AdobeDCX::DcxHTTPSession::_invoke #420 : requestid=41f195ea-4ea0-463c-b282-2ca7515af506 url=https://platform-cs-va6.adobe.io/ons/subscription 2025-08-30T15:07:35.526786Z 4500 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest #577 : DcxHTTPRequest::executeRequest POST https://platform-cs-va6.adobe.io/ons/subscription 2025-08-30T15:07:35.526846Z 4500 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest #751 : ThreadGotTheContext: url=https://platform-cs-va6.adobe.io/ons/subscriptionwith response compression enabled as : 0 2025-08-30T15:07:35.700262Z 37600 [] transfer DBG jura::AbstractTransferRequestImpl::onCompletion #909 : Normal completion accepted for request 5 2025-08-30T15:07:35.700318Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest::::operator () #603 : DcxHTTPRequest::executeRequest:completionFn Request completed with status: 201 and Acsl error: ErrNone 2025-08-30T15:07:35.700353Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPRequest::handle #817 : Process response for url=https://platform-cs-va6.adobe.io/ons/subscription err=0 requestid=41f195ea-4ea0-463c-b282-2ca7515af506 2025-08-30T15:07:35.700381Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPRequest::handleResponse #533 : DcxHTTPRequest::handleResponse 201 url=https://platform-cs-va6.adobe.io/ons/subscription 2025-08-30T15:07:35.700423Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPSession::invokeIfPending #330 : No pending requests or excess outstanding requests 2025-08-30T15:07:35.700710Z 37172 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: UPDATE subscription SET subscription_cloud_id=:subscription_cloud_id, created=:created, modified=:modified, href=:href, etag=:etag, expires_at=:expires_at, state_flags=:state_flags, last_synced=:last_synced WHERE subscription_local_id=:subscription_local_id 2025-08-30T15:07:35.707583Z 37172 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::updateSubscription #1205 : Successfully Updated subscription into db 2025-08-30T15:07:35.707652Z 37172 [] ONS:subscriptionmanager INF getMaxSubscriptionLimit #1088 : Maximum subscription limit: 10 2025-08-30T15:07:35.707729Z 37172 [] ONS:subscriptionmanager INF operator () #542 : Dispatching subscription change notification for subcription id : S-a8079e6f-f07c-4d6c-a8a7-dde9b4a8fc79 operation: CREATED 2025-08-30T15:07:35.707766Z 38016 [] RemoteFSMonitor DBG acp::local::lite::notification::ExceptionSafeHandler::exceptionSafeWrapper #22 : Doing RemoteFSMonitorImpl::onsMonitorAnalyticsCallback for acp::local::lite::impl::RemoteFSMonitorImpl::onsMonitorAnalyticsCallback at RemoteFSMonitorImpl.cpp:1084 2025-08-30T15:07:35.707817Z 37172 [] RemoteFSMonitor INF acp::local::lite::impl::RemoteFSMonitorImpl::handleSubscriptionChangeNotification #720 : RemoteFSMonitor subscription change callback for subscriptionID: 89c66bdd-3ef5-473b-90d8-715aa8d22ad2 and SubscriptionChange: 1 2025-08-30T15:07:35.707861Z 38016 [] AnalyticsEventListener INF acp::local::lite::impl::AnalyticsEventListenerImpl::processEvent #77 : Sending Cosylib Analytics with requestId [c1adad66-f73e-4666-8632-326f5118eb15]! 2025-08-30T15:07:35.707896Z 37244 [] ONS:AxonSubscriptionObserver DBG subscriptionManagerCallbackHandler #228 : subscriptionManagerCallbackHandler with request:1 2025-08-30T15:07:35.707941Z 38016 [] Analytics ERR acp::local::lite::SyncComponentsAnalyticsWrapper::sendEventAndErase #123 : Couldn't send the event with request ID : 2025-08-30T15:07:35.707981Z 37244 [] ONS:AxonSubscriptionObserver DBG recursivelyCreateSessionWithBackoff #558 : recursivelyCreateSessionWithBackoff 2025-08-30T15:07:35.708017Z 38016 [] RemoteFSMonitor DBG acp::local::lite::notification::ExceptionSafeHandler::exceptionSafeWrapper #22 : Doing RemoteFSMonitorImpl::handleSubscriptionChangeNotification for acp::local::lite::impl::RemoteFSMonitorImpl::handleSubscriptionChangeNotification at RemoteFSMonitorImpl.cpp:722 2025-08-30T15:07:35.708066Z 38016 [] ObservationBridge DBG acp::local::lite::impl::ObservationBridgeImpl::bridge #102 : Got a Bridge notification: Bridge Notification. Inner Notification: Notification Type: f0000 Target AppId: SessionId: TargetIpcData: IPCData: appId: appVersion: sourceId: 2025-08-30T15:07:35.708099Z 38016 [] ObservationBridge DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000001 bridge for acp::local::lite::impl::ObservationBridgeImpl::bridge at ObservationBridge.cpp:105 2025-08-30T15:07:35.708139Z 18676 [] ObservationBridge DBG messageHandlerWrapper #54 : Handling 1 bridge for acp::local::lite::impl::ObservationBridgeImpl::bridge at ObservationBridge.cpp:105 2025-08-30T15:07:35.708178Z 18676 [] ObservationBridge INF messageHandlerWrapper #56 : bridge notification - Bridge Notification. Inner Notification: Notification Type: f0000 Target AppId: SessionId: TargetIpcData: IPCData: appId: appVersion: sourceId: 2025-08-30T15:07:35.708208Z 18676 [] ObservationBridge DBG acp::local::lite::impl::ObservationBridgeImpl::bridgeHandler #138 : Bridge Notification. Inner Notification: Notification Type: f0000 Target AppId: SessionId: TargetIpcData: IPCData: appId: appVersion: sourceId: 2025-08-30T15:07:35.708244Z 37168 [] ONS:AxonClient DBG log #62 : t=37244: INFO: AxonClientImpl::initSession invoked (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::initSession.69) 2025-08-30T15:07:35.708284Z 18676 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-08-30T15:07:35.708325Z 18676 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 983040 2025-08-30T15:07:35.708351Z 18676 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #662 : CosyControllerImpl::handleResponse Unable to handle message of type : 983040 2025-08-30T15:07:35.708376Z 18676 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::handleResponse #772 : SyncControllerImpl::handleResponse Received message of type: 983040 2025-08-30T15:07:35.708400Z 18676 [] SyncControllerEventMapper DBG acp::local::lite::cosylib::SyncControllerEventMapper::processEvents #228 : SyncControllerEventMapper::processEvents Received message of type: 983040 2025-08-30T15:07:35.708430Z 37168 [] ONS:AxonClient DBG log #62 : t=37244: INFO: State Transition : CLOSED -----> CREATE_IN_PROGRESS (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::setSessionState.620) 2025-08-30T15:07:35.708470Z 18676 [52abf44d] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 52abf44d-53a9-4af9-8a1f-9d84d407cffd. This will be truncated in the following lines. 2025-08-30T15:07:35.708512Z 18676 [52abf44d] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent #830 : Entry: EventHandlerImpl::eventHandler, cosylib::EventType = 18 2025-08-30T15:07:35.708541Z 37168 [] ONS:AxonClient DBG log #62 : t=37164: INFO: WebsocketClient: TLS Init called (WebsocketClient.cpp.adobe::axon::internal::WebsocketClient::onTlsInit.105) 2025-08-30T15:07:35.708578Z 18676 [52abf44d] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent #1101 : Exit: EventHandlerImpl::eventHandler 2025-08-30T15:07:35.708614Z 12892 [52abf44d] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent::::operator () #855 : Processing cosylib event, EventType = 18 2025-08-30T15:07:35.708652Z 12892 [52abf44d] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent::::operator () #1027 : Received OnsChangeEvent 2025-08-30T15:07:35.708682Z 18676 [] ObservationBridge DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-08-30T15:07:35.708712Z 12892 [52abf44d] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::invokeCallbacks #124 : Invoking callbacks for the notification of type : ONS_EVENT, [Midtier notification type = 0 ] 2025-08-30T15:07:35.708748Z 12892 [52abf44d] NotificationOperations INF acp::local::lite::impl::ACPLLiteNotificationOperations::invokeCallbacks #130 : Started calling 1 callbacks found for ONS_EVENT::NONE::SUBSCRIPTION_CREATED notification 2025-08-30T15:07:35.708781Z 12892 [52abf44d] NotificationOperations INF acp::local::lite::impl::ACPLLiteNotificationOperations::invokeCallbacks #135 : Completed calling 1 callbacks found for ONS_EVENT::NONE::SUBSCRIPTION_CREATED notification 2025-08-30T15:07:35.711103Z 37168 [] ONS:AxonClient DBG log #62 : t=37164: INFO: Connecting to host: wss://axon-v1.adobess.com/connect (WebsocketClient.cpp.adobe::axon::internal::WebsocketClient::connect.159) 2025-08-30T15:07:35.832789Z 37164 [] ONS:AxonClient DBG log #62 : t=37160: INFO: WebsocketClient: Connect success (WebsocketClient.cpp.adobe::axon::internal::WebsocketClient::onOpen.55) 2025-08-30T15:07:35.832857Z 37164 [] ONS:AxonClient DBG log #62 : t=37160: INFO: AxonClientImpl:onOpen: Websocket connected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onOpen.686) 2025-08-30T15:07:35.832891Z 37164 [] ONS:AxonClient DBG log #62 : t=37160: INFO: Starting heartbeat monitoring from axon client (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::startHeartBeatMonitoring.954) 2025-08-30T15:07:35.833198Z 37164 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue {"frameId":"f20da3b3-9af6-4a63-90bf-9ec182d0aa9f","frameType":"wsack","sessionId":"b226725d-f70e-4a35-a2ae-c12b5769216b","vcIds":[],"heartbeatFrequencyInSec":30,"reconnectUrl":"wss://bifrost-prod-ue1.adobess.com/connect?sessionId=b226725d-f70e-4a35-a2ae-c12b5769216b"} (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:07:35.833249Z 37168 [] ONS:ExponentialRetryPolicy INF resetBackOff #71 : Notification Backoff RESET: 30 2025-08-30T15:07:35.833294Z 37168 [] ONS:ExponentialRetryPolicy INF resetBackOff #72 : Total Notification Backoff RESET: 0 2025-08-30T15:07:35.833354Z 37164 [] ONS:AxonClient DBG log #62 : t=37168: INFO: AxonClientImpl::processMessage of frametype: wsack and frame Id : f20da3b3-9af6-4a63-90bf-9ec182d0aa9f (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.862) 2025-08-30T15:07:35.833436Z 37164 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl::processMessage: {"frameId":"f20da3b3-9af6-4a63-90bf-9ec182d0aa9f","frameType":"wsack","sessionId":"b226725d-f70e-4a35-a2ae-c12b5769216b","vcIds":[],"heartbeatFrequencyInSec":30,"reconnectUrl":"wss://bifrost-prod-ue1.adobess.com/connect?sessionId=b226725d-f70e-4a35-a2ae-c12b5769216b"} (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.867) 2025-08-30T15:07:35.833482Z 37164 [] ONS:AxonClient DBG log #62 : t=37168: INFO: Session setup successful with session id : b226725d-f70e-4a35-a2ae-c12b5769216b (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::handleWebSocketAckMessage.988) 2025-08-30T15:07:35.833515Z 37164 [] ONS:AxonClient DBG log #62 : t=37168: INFO: State Transition : CREATE_IN_PROGRESS -----> ACTIVE (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::setSessionState.620) 2025-08-30T15:07:35.833546Z 37164 [] ONS:AxonClient DBG log #62 : t=37168: INFO: Starting heartbeat from axon client (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::startHeartBeat.946) 2025-08-30T15:07:35.833576Z 37164 [] ONS:AxonClient DBG log #62 : t=37168: INFO: Realise init session promise with success (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::acceptInitSessionPromise.1262) 2025-08-30T15:07:35.833605Z 37164 [] ONS:AxonClient DBG log #62 : t=37164: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:07:35.833635Z 37164 [] ONS:AxonClient DBG log #62 : t=37168: INFO: InProgress messages count: 0 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::handleWebSocketAckMessage.1017) 2025-08-30T15:07:35.833668Z 37164 [] ONS:AxonClient DBG log #62 : t=37244: INFO: AxonClientImpl::createVirtualConnection invoked (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::createVirtualConnection.389) 2025-08-30T15:07:35.833699Z 37164 [] ONS:AxonClient DBG log #62 : t=37168: INFO: AxonClientImpl: Sending connect message: {"frameType":"connect","frameId":"5499e1fc-5273-4b45-9ab5-b3560aa801eb","vcId":"b226725d-f70e-4a35-a2ae-c12b5769216b:1","serviceName":"ONS-VA6","headers":{"X-App-Id":"AdobeAcrobat9","X-Api-Key":"acpl-next"}} (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::connectMessageTask.364) 2025-08-30T15:07:35.833739Z 37164 [] ONS:AxonClient DBG log #62 : t=37168: INFO: AxonClientImpl: Sending message: {"frameType":"connect","frameId":"5499e1fc-5273-4b45-9ab5-b3560aa801eb","vcId":"b226725d-f70e-4a35-a2ae-c12b5769216b:1","serviceName":"ONS-VA6","headers":{"X-App-Id":"AdobeAcrobat9","X-Api-Key":"acpl-next"}} (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendMessageOnWebSocket.1241) 2025-08-30T15:07:35.833777Z 37164 [] ONS:AxonClient DBG log #62 : t=37168: WARN: Incorrect frameType popped from the InProgress queue: connect and sendMessage frameType: connect (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendMessageForVC.610) 2025-08-30T15:07:35.953918Z 37164 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue {"frameId":"5499e1fc-5273-4b45-9ab5-b3560aa801eb","frameType":"connectack","vcId":"b226725d-f70e-4a35-a2ae-c12b5769216b:1"} (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:07:35.953991Z 37164 [] ONS:AxonClient DBG log #62 : t=37168: INFO: AxonClientImpl::processMessage of frametype: connectack and frame Id : 5499e1fc-5273-4b45-9ab5-b3560aa801eb (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.862) 2025-08-30T15:07:35.954032Z 37164 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl::processMessage: {"frameId":"5499e1fc-5273-4b45-9ab5-b3560aa801eb","frameType":"connectack","vcId":"b226725d-f70e-4a35-a2ae-c12b5769216b:1"} (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.867) 2025-08-30T15:07:35.954066Z 37168 [] ONS:AxonSubscriptionObserver DBG operator () #534 : Virtual connection successfully established with virtual connection id : b226725d-f70e-4a35-a2ae-c12b5769216b:1 2025-08-30T15:07:35.954111Z 37168 [] ONS:ExponentialRetryPolicy INF resetBackOff #71 : Notification Backoff RESET: 30 2025-08-30T15:07:35.954134Z 37168 [] ONS:ExponentialRetryPolicy INF resetBackOff #72 : Total Notification Backoff RESET: 0 2025-08-30T15:07:35.954165Z 37164 [] ONS:AxonClient DBG log #62 : t=37168: INFO: updating VirtualConnectionState for virtual connection: b226725d-f70e-4a35-a2ae-c12b5769216b:1 to state: ACTIVE (SessionManager.cpp.adobe::axon::internal::SessionManager::updateVirtualConnectionState.179) 2025-08-30T15:07:35.954215Z 37164 [] ONS:AxonClient DBG log #62 : t=37244: INFO: AxonClientImpl::sendTextMessage invoked (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendTextMessage.522) 2025-08-30T15:07:35.954244Z 37244 [] ONS:ExponentialRetryPolicy INF resetBackOff #71 : Notification Backoff RESET: 30 2025-08-30T15:07:35.954300Z 37168 [] ONS:AxonClient DBG log #62 : t=37164: INFO: AxonClientImpl::sendMessageFrameTask (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendMessageFrameTask.375) 2025-08-30T15:07:35.954340Z 37244 [] ONS:ExponentialRetryPolicy INF resetBackOff #72 : Total Notification Backoff RESET: 0 2025-08-30T15:07:35.954375Z 37244 [] ONS:AxonSubscriptionObserver DBG startObservingCurrentSubscriptionHandler #188 : CurrentSubscriptions added to AXON for virtual connection Id: b226725d-f70e-4a35-a2ae-c12b5769216b:1 2025-08-30T15:07:35.954456Z 37168 [] ONS:AxonClient DBG log #62 : t=37164: INFO: AxonClientImpl: Sending message: {"frameType":"message","frameId":"ce4467c2-d2ab-4096-a082-86ea844d725f","vcId":"b226725d-f70e-4a35-a2ae-c12b5769216b:1","payload":"eyJvcGVyYXRpb25OYW1lIjoicmVnaXN0ZXIiLCJvcGVyYXRpb25JZCI6IjY4ZjVhZWVlLTAxYTMtNDI0ZC1hNjIxLThmODcxNDc4MjRjOCIsImJvZHkiOnsic3Vic2NyaXB0aW9ucyI6W3siaWQiOiJTLWE4MDc5ZTZmLWYwN2MtNGQ2Yy1hOGE3LWRkZTliNGE4ZmM3OSJ9XX19"} (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendMessageOnWebSocket.1241) 2025-08-30T15:07:35.954521Z 37168 [] ONS:AxonClient DBG log #62 : t=37164: WARN: Incorrect frameType popped from the InProgress queue: message and sendMessage frameType: message (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendMessageForVC.610) 2025-08-30T15:07:35.954557Z 37168 [] ONS:AxonClient DBG log #62 : t=37164: WARN: Incorrect frameId popped from the InProgress queue: ce4467c2-d2ab-4096-a082-86ea844d725f and sendMessage frameId: ce4467c2-d2ab-4096-a082-86ea844d725f (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendMessageForVC.613) 2025-08-30T15:07:36.095658Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue {"frameId":"ce4467c2-d2ab-4096-a082-86ea844d725f","frameType":"messageack","vcId":"b226725d-f70e-4a35-a2ae-c12b5769216b:1"} (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:07:36.095732Z 37168 [] ONS:AxonClient DBG log #62 : t=37164: INFO: AxonClientImpl::processMessage of frametype: messageack and frame Id : ce4467c2-d2ab-4096-a082-86ea844d725f (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.862) 2025-08-30T15:07:36.095762Z 37244 [] ONS:AxonSubscriptionObserver DBG virtualConnectionEventHandler #448 : Received new virtual connection event for Virtual Connection : b226725d-f70e-4a35-a2ae-c12b5769216b:1 2025-08-30T15:07:36.095847Z 37168 [] ONS:AxonClient DBG log #62 : t=37164: DEBUG: AxonClientImpl::processMessage: {"frameId":"ce4467c2-d2ab-4096-a082-86ea844d725f","frameType":"messageack","vcId":"b226725d-f70e-4a35-a2ae-c12b5769216b:1"} (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.867) 2025-08-30T15:07:36.095899Z 37168 [] ONS:AxonClient DBG log #62 : t=37164: INFO: Calling onEventHandler for virtual connection for new received message ack: b226725d-f70e-4a35-a2ae-c12b5769216b:1 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::handleMessageAckMessage.1121) 2025-08-30T15:07:36.100520Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue {"frameId":"ce4467c2-d2ab-4096-a082-86ea844d725f-wf-767c6f83-d7bd-47d9-864b-ddeb1f6ff5b5-TZvM-gLVL","frameType":"message","vcId":"b226725d-f70e-4a35-a2ae-c12b5769216b:1","payload":"eyJvcGVyYXRpb25OYW1lIjoibm90aWZpY2F0aW9uIiwiYm9keSI6eyJzdWJzY3JpcHRpb25zIjpbeyJpZCI6IlMtYTgwNzllNmYtZjA3Yy00ZDZjLWE4YTctZGRlOWI0YThmYzc5IiwiY29udGludWF0aW9uVG9rZW4iOiJlTm9OeXpFT3dqQU0lMkZEbVc0cEFRMjlkZ1JDeTFBSyUyQnNPZUpaZkJCcWJZcCUyQlhTbjRqTlRaczBrN0kyS1JLMDNjWjlWUiUyRm5CZkUlM0QifV0sImNoZWNrU3Vic2NyaXB0aW9ucyI6W119fQ=="} (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:07:36.100587Z 37244 [] ONS:AxonSubscriptionObserver DBG virtualConnectionEventHandler #448 : Received new virtual connection event for Virtual Connection : b226725d-f70e-4a35-a2ae-c12b5769216b:1 2025-08-30T15:07:36.100631Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: INFO: AxonClientImpl::processMessage of frametype: message and frame Id : ce4467c2-d2ab-4096-a082-86ea844d725f-wf-767c6f83-d7bd-47d9-864b-ddeb1f6ff5b5-TZvM-gLVL (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.862) 2025-08-30T15:07:36.100674Z 37244 [] ONS:AxonSubscriptionObserver DBG handleModifiedSubscriptionNotification #417 : Received subscription change notification for subscriptionId: S-a8079e6f-f07c-4d6c-a8a7-dde9b4a8fc79 2025-08-30T15:07:36.100717Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl::processMessage: {"frameId":"ce4467c2-d2ab-4096-a082-86ea844d725f-wf-767c6f83-d7bd-47d9-864b-ddeb1f6ff5b5-TZvM-gLVL","frameType":"message","vcId":"b226725d-f70e-4a35-a2ae-c12b5769216b:1","payload":"eyJvcGVyYXRpb25OYW1lIjoibm90aWZpY2F0aW9uIiwiYm9keSI6eyJzdWJzY3JpcHRpb25zIjpbeyJpZCI6IlMtYTgwNzllNmYtZjA3Yy00ZDZjLWE4YTctZGRlOWI0YThmYzc5IiwiY29udGludWF0aW9uVG9rZW4iOiJlTm9OeXpFT3dqQU0lMkZEbVc0cEFRMjlkZ1JDeTFBSyUyQnNPZUpaZkJCcWJZcCUyQlhTbjRqTlRaczBrN0kyS1JLMDNjWjlWUiUyRm5CZkUlM0QifV0sImNoZWNrU3Vic2NyaXB0aW9ucyI6W119fQ=="} (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.867) 2025-08-30T15:07:36.100777Z 37244 [] ONS:ChangeLogProviderImpl INF getChangeLog #92 : getChangeLog request received for subscriptionId:S-a8079e6f-f07c-4d6c-a8a7-dde9b4a8fc79 2025-08-30T15:07:36.100818Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: INFO: Calling onEventHandler for virtual connection for new received message : b226725d-f70e-4a35-a2ae-c12b5769216b:1 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::handleMessage.1161) 2025-08-30T15:07:36.100855Z 37244 [] RemoteFSMonitor INF acp::local::lite::impl::RemoteFSMonitorImpl::handleSubscriptionChangeNotification #720 : RemoteFSMonitor subscription change callback for subscriptionID: 89c66bdd-3ef5-473b-90d8-715aa8d22ad2 and SubscriptionChange: 0 2025-08-30T15:07:36.100899Z 38128 [] ONS:ChangeLogProviderImpl DBG operator () #119 : ChangeLog request for subscriptionID:S-a8079e6f-f07c-4d6c-a8a7-dde9b4a8fc79 is scheduled after : 0 2025-08-30T15:07:36.100943Z 38016 [] RemoteFSMonitor DBG acp::local::lite::notification::ExceptionSafeHandler::exceptionSafeWrapper #22 : Doing RemoteFSMonitorImpl::handleSubscriptionChangeNotification for acp::local::lite::impl::RemoteFSMonitorImpl::handleSubscriptionChangeNotification at RemoteFSMonitorImpl.cpp:722 2025-08-30T15:07:36.100995Z 38128 [] ONS:ChangeLogProviderImpl DBG getChangeLogInternal #152 : getChangeLogInternal invoked. 2025-08-30T15:07:36.101044Z 38128 [] ONS:ChangeLogProviderImpl DBG getChangeLogInternal #322 : Triggering a ChangeLog Call 2025-08-30T15:07:36.101070Z 38016 [] ObservationBridge DBG acp::local::lite::impl::ObservationBridgeImpl::bridge #102 : Got a Bridge notification: Bridge Notification. Inner Notification: Notification Type: f0000 Target AppId: SessionId: TargetIpcData: IPCData: appId: appVersion: sourceId: 2025-08-30T15:07:36.101116Z 38016 [] ObservationBridge DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000001 bridge for acp::local::lite::impl::ObservationBridgeImpl::bridge at ObservationBridge.cpp:105 2025-08-30T15:07:36.101162Z 18676 [] ObservationBridge DBG messageHandlerWrapper #54 : Handling 1 bridge for acp::local::lite::impl::ObservationBridgeImpl::bridge at ObservationBridge.cpp:105 2025-08-30T15:07:36.101205Z 38128 [] dcx.http INF AdobeDCX::DcxHTTPSession::createRequest #198 : DcxHTTPSession::request get https://platform-cs-va6.adobe.io/ons/changelog?subscriptionId=S-a8079e6f-f07c-4d6c-a8a7-dde9b4a8fc79 2025-08-30T15:07:36.101252Z 18676 [] ObservationBridge INF messageHandlerWrapper #56 : bridge notification - Bridge Notification. Inner Notification: Notification Type: f0000 Target AppId: SessionId: TargetIpcData: IPCData: appId: appVersion: sourceId: 2025-08-30T15:07:36.101297Z 38128 [] dcx.http INF AdobeDCX::DcxHTTPRequest::invoke #511 : DcxHTTPRequest::invoke GET https://platform-cs-va6.adobe.io/ons/changelog?subscriptionId=S-a8079e6f-f07c-4d6c-a8a7-dde9b4a8fc79 2025-08-30T15:07:36.101339Z 18676 [] ObservationBridge DBG acp::local::lite::impl::ObservationBridgeImpl::bridgeHandler #138 : Bridge Notification. Inner Notification: Notification Type: f0000 Target AppId: SessionId: TargetIpcData: IPCData: appId: appVersion: sourceId: 2025-08-30T15:07:36.101376Z 18676 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-08-30T15:07:36.101404Z 18676 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 983040 2025-08-30T15:07:36.101428Z 18676 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #662 : CosyControllerImpl::handleResponse Unable to handle message of type : 983040 2025-08-30T15:07:36.101456Z 18676 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::handleResponse #772 : SyncControllerImpl::handleResponse Received message of type: 983040 2025-08-30T15:07:36.101479Z 18676 [] SyncControllerEventMapper DBG acp::local::lite::cosylib::SyncControllerEventMapper::processEvents #228 : SyncControllerEventMapper::processEvents Received message of type: 983040 2025-08-30T15:07:36.101513Z 38128 [] dcx.http INF AdobeDCX::DcxHTTPSession::invoke #265 : Scheduling request url=https://platform-cs-va6.adobe.io/ons/changelog?subscriptionId=S-a8079e6f-f07c-4d6c-a8a7-dde9b4a8fc79, isHighPriority=0 2025-08-30T15:07:36.101557Z 18676 [3a056776] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 3a056776-d34a-4d0d-abd0-89d6fb881469. This will be truncated in the following lines. 2025-08-30T15:07:36.101591Z 18676 [3a056776] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent #830 : Entry: EventHandlerImpl::eventHandler, cosylib::EventType = 18 2025-08-30T15:07:36.101622Z 18676 [3a056776] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent #1101 : Exit: EventHandlerImpl::eventHandler 2025-08-30T15:07:36.101648Z 18676 [] ObservationBridge DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-08-30T15:07:36.101678Z 12892 [3a056776] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent::::operator () #855 : Processing cosylib event, EventType = 18 2025-08-30T15:07:36.101720Z 12892 [3a056776] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent::::operator () #1027 : Received OnsChangeEvent 2025-08-30T15:07:36.101752Z 38128 [] dcx.http INF AdobeDCX::DcxHTTPSession::_invoke #420 : requestid=44d84875-2f66-48a6-b0a7-88d570f43a7b url=https://platform-cs-va6.adobe.io/ons/changelog?subscriptionId=S-a8079e6f-f07c-4d6c-a8a7-dde9b4a8fc79 2025-08-30T15:07:36.101790Z 12892 [3a056776] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::invokeCallbacks #124 : Invoking callbacks for the notification of type : ONS_EVENT, [Midtier notification type = 0 ] 2025-08-30T15:07:36.101840Z 38128 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest #577 : DcxHTTPRequest::executeRequest GET https://platform-cs-va6.adobe.io/ons/changelog?subscriptionId=S-a8079e6f-f07c-4d6c-a8a7-dde9b4a8fc79 2025-08-30T15:07:36.101879Z 12892 [3a056776] NotificationOperations INF acp::local::lite::impl::ACPLLiteNotificationOperations::invokeCallbacks #130 : Started calling 1 callbacks found for ONS_EVENT::NONE::SUBSCRIBED_ASSET_CHANGE notification 2025-08-30T15:07:36.101912Z 38128 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest #751 : ThreadGotTheContext: url=https://platform-cs-va6.adobe.io/ons/changelog?subscriptionId=S-a8079e6f-f07c-4d6c-a8a7-dde9b4a8fc79with response compression enabled as : 1 2025-08-30T15:07:36.101948Z 12892 [3a056776] NotificationOperations INF acp::local::lite::impl::ACPLLiteNotificationOperations::invokeCallbacks #135 : Completed calling 1 callbacks found for ONS_EVENT::NONE::SUBSCRIBED_ASSET_CHANGE notification 2025-08-30T15:07:36.116133Z 37168 [] ONS:AxonClient DBG log #62 : t=26664: INFO: AxonClientImpl: Sending message: {"frameType":"messageack","frameId":"ce4467c2-d2ab-4096-a082-86ea844d725f-wf-767c6f83-d7bd-47d9-864b-ddeb1f6ff5b5-TZvM-gLVL","vcId":"b226725d-f70e-4a35-a2ae-c12b5769216b:1"} (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendMessageOnWebSocket.1241) 2025-08-30T15:07:36.160002Z 37600 [] transfer DBG jura::AbstractTransferRequestImpl::onCompletion #909 : Normal completion accepted for request 6 2025-08-30T15:07:36.160064Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest::::operator () #603 : DcxHTTPRequest::executeRequest:completionFn Request completed with status: 200 and Acsl error: ErrNone 2025-08-30T15:07:36.160105Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPRequest::handle #817 : Process response for url=https://platform-cs-va6.adobe.io/ons/changelog?subscriptionId=S-a8079e6f-f07c-4d6c-a8a7-dde9b4a8fc79 err=0 requestid=44d84875-2f66-48a6-b0a7-88d570f43a7b 2025-08-30T15:07:36.160135Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPRequest::handleResponse #533 : DcxHTTPRequest::handleResponse 200 url=https://platform-cs-va6.adobe.io/ons/changelog?subscriptionId=S-a8079e6f-f07c-4d6c-a8a7-dde9b4a8fc79 2025-08-30T15:07:36.160177Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPSession::invokeIfPending #330 : No pending requests or excess outstanding requests 2025-08-30T15:07:36.160276Z 38128 [] ONS:ChangeLogProviderImpl DBG operator () #193 : Callback for ChangeLog called. 2025-08-30T15:07:36.160323Z 38128 [] ONS:ChangeLogProviderImpl INF operator () #235 : Change Log fetched successfully for subcription id :S-a8079e6f-f07c-4d6c-a8a7-dde9b4a8fc79, request-ID :44d84875-2f66-48a6-b0a7-88d570f43a7b and Empty AssetID. 2025-08-30T15:07:36.160353Z 38128 [] ONS:ChangeLogProviderImpl DBG operator () #239 : notify remoteAssetMonitor on success callback 2025-08-30T15:07:36.160373Z 38128 [] ONS:ChangeLogProviderImpl DBG operator () #244 : updateChangeLogTokenForSubscripton 2025-08-30T15:07:36.160432Z 38128 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: UPDATE subscription SET change_log_token = :change_log_token WHERE subscription_cloud_id = :subscription_cloud_id 2025-08-30T15:07:36.167534Z 38128 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::updateChangeLogToken #1037 : Successfully updated changeLogToken into DB 2025-08-30T15:07:36.167599Z 38128 [] ONS:ChangeLogProviderImpl DBG operator () #317 : ChangeLog request completed subscriptionID:S-a8079e6f-f07c-4d6c-a8a7-dde9b4a8fc79 2025-08-30T15:08:04.201910Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:08:04.201979Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:08:04.513718Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:08:04.513784Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:08:05.833482Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:08:05.833897Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:08:05.833947Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:08:34.204844Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:08:34.204907Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:08:34.528513Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:08:34.528592Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:08:34.963768Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:08:34.963836Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:08:34.994409Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.533100 ms 2025-08-30T15:08:34.994460Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:08:34.994490Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:08:34.994514Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:08:35.834035Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:08:35.834103Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:08:35.843014Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:09:04.218654Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:09:04.218703Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:09:04.530246Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:09:04.530323Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:09:05.833945Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:09:05.834017Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:09:05.852438Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:09:34.224912Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:09:34.224972Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:09:34.536256Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:09:34.536328Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:09:35.002556Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:09:35.002620Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:09:35.035911Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 33.256500 ms 2025-08-30T15:09:35.035957Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:09:35.035987Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:09:35.036011Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:09:35.834897Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:09:35.834953Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:09:35.858868Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:10:04.229326Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:10:04.229386Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:10:04.541713Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:10:04.541772Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:10:05.834093Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:10:05.834159Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:10:05.864133Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:10:34.234956Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:10:34.235026Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:10:34.547795Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:10:34.547852Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:10:35.046853Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:10:35.046921Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:10:35.079001Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.044200 ms 2025-08-30T15:10:35.079048Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:10:35.079080Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:10:35.079103Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:10:35.834364Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:10:35.834434Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:10:35.870618Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:11:04.236042Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:11:04.236103Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:11:04.562872Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:11:04.562933Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:11:05.834736Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:11:05.834796Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:11:05.871547Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:11:34.247618Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:11:34.247692Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:11:34.576003Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:11:34.576080Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:11:35.080217Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:11:35.080281Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:11:35.112749Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.431900 ms 2025-08-30T15:11:35.112796Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:11:35.112826Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:11:35.112849Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:11:35.834541Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:11:35.834607Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:11:35.871888Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:12:04.257909Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:12:04.257985Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:12:04.583329Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:12:04.583407Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:12:05.834759Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:12:05.834836Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:12:05.879554Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:12:34.263789Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:12:34.263905Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:12:34.512268Z 38340 [] RenditionCacheManager INF acp::local::lite::impl::RenditionCacheManagerImpl::startGC #175 : Trying GC.. 2025-08-30T15:12:34.512652Z 38340 [] RenditionCacheManager INF acp::local::lite::impl::RenditionCacheManagerImpl::createUserCacheDirIfDoesNotExist #273 : User cache directory successfully created at path ACPLocal.Next\7C4B055F46F3F71B992015A8@ADOBEID\rendition 2025-08-30T15:12:34.512896Z 38340 [] RenditionCacheManager INF acp::local::lite::impl::RenditionCacheManagerImpl::createWorker #222 : Creating worker.. 2025-08-30T15:12:34.513146Z 38340 [] RenditionCacheGCWorker INF acp::local::lite::impl::RenditionCacheGCWorker::process #49 : Starting process.. 2025-08-30T15:12:34.513228Z 1544 [] RenditionCacheGCWorker INF acp::local::lite::impl::RenditionCacheGCWorker::start #89 : Getting contents of cache. 2025-08-30T15:12:34.513353Z 1544 [] RenditionCacheGCWorker INF acp::local::lite::impl::RenditionCacheGCWorker::start #98 : Cache num files: 1 2025-08-30T15:12:34.513382Z 1544 [] RenditionCacheGCWorker INF acp::local::lite::impl::RenditionCacheGCWorker::start #108 : Start time: 2025-08-30T15:12:34Z 2025-08-30T15:12:34.513406Z 1544 [] GCWorkersCoordinator DBG acp::local::lite::impl::GCWorkersCoordinator::canGC #113 : Skipping GC for Sentinel file :[C:\Users\luctr\AppData\LocalLow\Adobe\Acrobat\DC\SAM\ACPLocal.Next\7C4B055F46F3F71B992015A8@ADOBEID\rendition\~rendition~] 2025-08-30T15:12:34.513432Z 1544 [] RenditionCacheGCWorker INF acp::local::lite::impl::RenditionCacheGCWorker::processItemList #156 : Done with cleanup. 2025-08-30T15:12:34.513461Z 1544 [] RenditionCacheManager INF acp::local::lite::impl::RenditionCacheManagerImpl::handleWorkerResult #242 : Handling worker result.. 2025-08-30T15:12:34.513485Z 1544 [] GCWorkersCoordinator INF acp::local::lite::impl::GCWorkersCoordinator::updateSentinelTimeStamp #72 : Updating sentinel file modification time [2025-08-30T15:12:34Z] 2025-08-30T15:12:34.513564Z 1544 [] RenditionCacheManager INF acp::local::lite::impl::RenditionCacheManagerImpl::sendResultNotification #328 : Sending Notification after Rendition GC is completed.. 2025-08-30T15:12:34.513601Z 1544 [] ObservationBridge DBG acp::local::lite::impl::ObservationBridgeImpl::bridge #102 : Got a Bridge notification: Bridge Notification. Inner Notification: Notification Type: 140000 Target AppId: SessionId: TargetIpcData: IPCData: appId: appVersion: sourceId: 2025-08-30T15:12:34.513634Z 1544 [] ObservationBridge DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000001 bridge for acp::local::lite::impl::ObservationBridgeImpl::bridge at ObservationBridge.cpp:105 2025-08-30T15:12:34.513671Z 1544 [] RenditionCacheManager INF acp::local::lite::impl::RenditionCacheManagerImpl::destroyWorker #307 : Destroying worker.. waitForComplete:[0] 2025-08-30T15:12:34.513694Z 1544 [] RenditionCacheManager INF acp::local::lite::impl::RenditionCacheManagerImpl::startGCAfter #203 : Scheduling GC after 86400 seconds 2025-08-30T15:12:34.513730Z 18676 [] ObservationBridge DBG messageHandlerWrapper #54 : Handling 1 bridge for acp::local::lite::impl::ObservationBridgeImpl::bridge at ObservationBridge.cpp:105 2025-08-30T15:12:34.513771Z 18676 [] ObservationBridge INF messageHandlerWrapper #56 : bridge notification - Bridge Notification. Inner Notification: Notification Type: 140000 Target AppId: SessionId: TargetIpcData: IPCData: appId: appVersion: sourceId: 2025-08-30T15:12:34.513810Z 18676 [] ObservationBridge DBG acp::local::lite::impl::ObservationBridgeImpl::bridgeHandler #138 : Bridge Notification. Inner Notification: Notification Type: 140000 Target AppId: SessionId: TargetIpcData: IPCData: appId: appVersion: sourceId: 2025-08-30T15:12:34.513846Z 18676 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-08-30T15:12:34.513872Z 18676 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 1310720 2025-08-30T15:12:34.513910Z 18676 [a976c292] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is a976c292-cfad-4164-9d1b-bfe65b223755. This will be truncated in the following lines. 2025-08-30T15:12:34.513940Z 18676 [a976c292] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent #830 : Entry: EventHandlerImpl::eventHandler, cosylib::EventType = 21 2025-08-30T15:12:34.513970Z 18676 [a976c292] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent #1101 : Exit: EventHandlerImpl::eventHandler 2025-08-30T15:12:34.514000Z 12892 [a976c292] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent::::operator () #855 : Processing cosylib event, EventType = 21 2025-08-30T15:12:34.514040Z 12892 [a976c292] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent::::operator () #1039 : Received RenditionGCCompleted Event 2025-08-30T15:12:34.514070Z 12892 [a976c292] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::invokeCallbacks #124 : Invoking callbacks for the notification of type : RENDITION_CACHE_PURGE, [Midtier notification type = 0 ] 2025-08-30T15:12:34.514102Z 12892 [a976c292] NotificationOperations INF acp::local::lite::impl::ACPLLiteNotificationOperations::invokeCallbacks #130 : Started calling 0 callbacks found for RENDITION_CACHE_PURGE::NONE::0 notification 2025-08-30T15:12:34.514126Z 12892 [a976c292] NotificationOperations INF acp::local::lite::impl::ACPLLiteNotificationOperations::invokeCallbacks #135 : Completed calling 0 callbacks found for RENDITION_CACHE_PURGE::NONE::0 notification 2025-08-30T15:12:34.514191Z 18676 [] ObservationBridge DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-08-30T15:12:34.592329Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:12:34.592409Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:12:35.119775Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:12:35.119838Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:12:35.149975Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.100200 ms 2025-08-30T15:12:35.150023Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:12:35.150053Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:12:35.150077Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:12:35.834897Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:12:35.834963Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:12:35.880210Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:13:04.274848Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:13:04.274929Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:13:04.601331Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:13:04.601397Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:13:05.835177Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:13:05.835240Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:13:05.885301Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:13:34.289411Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:13:34.289495Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:13:34.616257Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:13:34.616326Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:13:35.160443Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:13:35.160513Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:13:35.192543Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.985100 ms 2025-08-30T15:13:35.192616Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:13:35.192669Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:13:35.192712Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:13:35.835290Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:13:35.835357Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:13:35.895843Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:14:04.298714Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:14:04.298773Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:14:04.627730Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:14:04.627800Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:14:05.835577Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:14:05.835635Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:14:05.907103Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:14:34.310044Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:14:34.310109Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:14:34.642183Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:14:34.642237Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:14:35.204168Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:14:35.204241Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:14:35.234880Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.598900 ms 2025-08-30T15:14:35.234929Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:14:35.234961Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:14:35.234985Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:14:35.838807Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:14:35.838873Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:14:35.919888Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:15:04.320720Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:15:04.320792Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:15:04.643375Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:15:04.643474Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:15:05.836067Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:15:05.836127Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:15:05.920149Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:15:34.324710Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:15:34.324781Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:15:34.648667Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:15:34.648726Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:15:35.247357Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:15:35.247421Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:15:35.280221Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.752600 ms 2025-08-30T15:15:35.280304Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:15:35.280359Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:15:35.280396Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:15:35.836111Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:15:35.836177Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:15:35.932993Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:16:04.330546Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:16:04.330737Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:16:04.657337Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:16:04.657400Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:16:05.836043Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:16:05.836109Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:16:05.935971Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:16:34.339890Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:16:34.339953Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:16:34.665071Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:16:34.665169Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:16:35.281300Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:16:35.281370Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:16:35.313972Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.568500 ms 2025-08-30T15:16:35.314014Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:16:35.314044Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:16:35.314068Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:16:35.836227Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:16:35.836298Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:16:35.942321Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:17:04.344548Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:17:04.344601Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:17:04.670297Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:17:04.670356Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:17:05.836718Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:17:05.836797Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:17:05.944464Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:17:34.356743Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:17:34.356808Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:17:34.685902Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:17:34.685967Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:17:35.324453Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:17:35.324517Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:17:35.357153Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.596500 ms 2025-08-30T15:17:35.357203Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:17:35.357234Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:17:35.357259Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:17:35.836821Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:17:35.836882Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:17:35.949396Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:18:04.357097Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:18:04.357155Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:18:04.699038Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:18:04.699102Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:18:05.837600Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:18:05.837664Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:18:05.952155Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:18:34.358554Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:18:34.358628Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:18:34.714468Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:18:34.714549Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:18:35.366315Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:18:35.366386Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:18:35.397732Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.304600 ms 2025-08-30T15:18:35.397802Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:18:35.397846Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:18:35.397871Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:18:35.838251Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:18:35.838308Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:18:35.957119Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:19:04.365079Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:19:04.365153Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:19:04.720038Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:19:04.720105Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:19:05.837210Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:19:05.837273Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:19:05.972017Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:19:34.372747Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:19:34.372873Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:19:34.730324Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:19:34.730395Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:19:35.407387Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:19:35.407453Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:19:35.438141Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.649500 ms 2025-08-30T15:19:35.438190Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:19:35.438222Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:19:35.438245Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:19:35.837444Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:19:35.837542Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:19:35.974767Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:20:04.375740Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:20:04.375808Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:20:04.730619Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:20:04.730680Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:20:05.837781Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:20:05.837856Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:20:05.985241Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:20:34.388371Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:20:34.388458Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:20:34.730540Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:20:34.730606Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:20:35.442873Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:20:35.442955Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:20:35.474144Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.148600 ms 2025-08-30T15:20:35.474196Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:20:35.474227Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:20:35.474250Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:20:35.837831Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:20:35.837896Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:20:35.999109Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:21:04.389140Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:21:04.389253Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:21:04.733424Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:21:04.733496Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:21:05.837970Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:21:05.838060Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:21:06.012863Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:21:34.397903Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:21:34.397974Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:21:34.743296Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:21:34.743379Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:21:35.482783Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:21:35.482851Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:21:35.518139Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 35.247800 ms 2025-08-30T15:21:35.518188Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:21:35.518219Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:21:35.518243Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:21:35.838271Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:21:35.838349Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:21:36.012528Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:22:04.397798Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:22:04.397888Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:22:04.752455Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:22:04.752526Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:22:05.838357Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:22:05.838423Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:22:06.018202Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:22:34.412896Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:22:34.412960Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:22:34.766760Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:22:34.766892Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:22:35.532868Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:22:35.532940Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:22:35.559863Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 26.881100 ms 2025-08-30T15:22:35.559915Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:22:35.559948Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:22:35.559971Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:22:35.838724Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:22:35.838787Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:22:36.037477Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:23:04.423817Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:23:04.423897Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:23:04.787429Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:23:04.787499Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:23:05.838874Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:23:05.838942Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:23:06.045766Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:23:34.430277Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:23:34.430353Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:23:34.801960Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:23:34.802030Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:23:35.573091Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:23:35.573173Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:23:35.598886Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 25.671500 ms 2025-08-30T15:23:35.598940Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:23:35.598971Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:23:35.598996Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:23:35.839205Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:23:35.839280Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:23:36.051928Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:24:04.448049Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:24:04.448140Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:24:04.821380Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:24:04.821447Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:24:05.839175Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:24:05.839243Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:24:06.052858Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:24:34.451576Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:24:34.451630Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:24:34.822371Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:24:34.822448Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:24:35.604734Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:24:35.604806Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:24:35.638225Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 33.387000 ms 2025-08-30T15:24:35.638266Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:24:35.638296Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:24:35.638320Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:24:35.839330Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:24:35.839400Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:24:36.052232Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:25:04.461840Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:25:04.461917Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:25:04.832905Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:25:04.832981Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:25:05.839635Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:25:05.839697Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:25:06.053538Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:25:34.465997Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:25:34.466074Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:25:34.837395Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:25:34.837466Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:25:35.639914Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:25:35.639979Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:25:35.670425Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.407400 ms 2025-08-30T15:25:35.670470Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:25:35.670522Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:25:35.670550Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:25:35.840128Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:25:35.840188Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:25:36.054585Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:26:04.474773Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:26:04.474852Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:26:04.842738Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:26:04.842835Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:26:05.840046Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:26:05.840113Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:26:06.056982Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:26:34.480033Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:26:34.480097Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:26:34.852553Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:26:34.852634Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:26:35.672218Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:26:35.672283Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:26:35.702288Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.968800 ms 2025-08-30T15:26:35.702359Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:26:35.702393Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:26:35.702419Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:26:35.840159Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:26:35.840219Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:26:36.069936Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:27:04.485935Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:27:04.485991Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:27:04.862871Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:27:04.862979Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:27:05.840476Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:27:05.840536Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:27:06.080520Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:27:34.489937Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:27:34.490010Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:27:34.872993Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:27:34.873066Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:27:35.705202Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:27:35.705296Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:27:35.736119Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.759700 ms 2025-08-30T15:27:35.736202Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:27:35.736257Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:27:35.736297Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:27:35.840471Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:27:35.840529Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:27:36.081206Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:28:04.490362Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:28:04.490459Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:28:04.882044Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:28:04.882156Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:28:05.841754Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:28:05.841887Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:28:06.090023Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:28:34.503167Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:28:34.503227Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:28:34.892592Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:28:34.892653Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:28:35.742438Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:28:35.742545Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:28:35.773420Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.828900 ms 2025-08-30T15:28:35.773469Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:28:35.773500Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:28:35.773523Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:28:35.841385Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:28:35.841446Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:28:36.100928Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:29:04.518152Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:29:04.518222Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:29:04.901706Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:29:04.901805Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:29:05.840840Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:29:05.840901Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:29:06.101868Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:29:34.522611Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:29:34.522679Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:29:34.907810Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:29:34.907884Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:29:35.775890Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:29:35.775968Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:29:35.807356Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.350900 ms 2025-08-30T15:29:35.807403Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:29:35.807432Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:29:35.807457Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:29:35.841244Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:29:35.841304Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:29:36.111222Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:30:04.531769Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:30:04.531853Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:30:04.920957Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:30:04.921019Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:30:05.841311Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:30:05.841388Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:30:06.114822Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:30:34.533377Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:30:34.533443Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:30:34.924796Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:30:34.924878Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:30:35.810098Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:30:35.810163Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:30:35.841967Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.766500 ms 2025-08-30T15:30:35.842014Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:30:35.842044Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:30:35.842069Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:30:35.843448Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:30:35.843498Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:30:36.123227Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:31:04.545629Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:31:04.545685Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:31:04.931358Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:31:04.931424Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:31:05.841671Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:31:05.841731Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:31:06.128866Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:31:34.550939Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:31:34.551010Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:31:34.940848Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:31:34.940918Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:31:35.842236Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:31:35.842291Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:31:35.852839Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:31:35.852910Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:31:35.884476Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.528700 ms 2025-08-30T15:31:35.884522Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:31:35.884553Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:31:35.884577Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:31:36.130500Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:32:04.562112Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:32:04.562178Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:32:04.949381Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:32:04.949438Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:32:05.848036Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:32:05.848106Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:32:06.136949Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:32:34.571903Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:32:34.571990Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:32:34.958314Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:32:34.958408Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:32:35.842459Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:32:35.842593Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:32:35.890375Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:32:35.890446Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:32:35.921429Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.944200 ms 2025-08-30T15:32:35.921475Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:32:35.921504Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:32:35.921529Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:32:36.139044Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:33:04.576760Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:33:04.576823Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:33:04.967936Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:33:04.967988Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:33:05.842444Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:33:05.842502Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:33:06.148255Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:33:34.582197Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:33:34.582325Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:33:34.974413Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:33:34.974510Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:33:35.842781Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:33:35.842837Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:33:35.926308Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:33:35.926373Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:33:35.957723Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.318400 ms 2025-08-30T15:33:35.957766Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:33:35.957795Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:33:35.957819Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:33:36.157822Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:34:04.588359Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:34:04.588434Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:34:04.975767Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:34:04.975833Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:34:05.842648Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:34:05.842725Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:34:06.167853Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:34:34.590129Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:34:34.590198Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:34:34.979998Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:34:34.980069Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:34:35.842802Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:34:35.842866Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:34:35.959828Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:34:35.959890Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:34:35.990291Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.363200 ms 2025-08-30T15:34:35.990340Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:34:35.990370Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:34:35.990394Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:34:36.179043Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:35:04.595032Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:35:04.595103Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:35:04.982538Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:35:04.982634Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:35:05.843083Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:35:05.843144Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:35:06.182617Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:35:34.604568Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:35:34.604652Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:35:34.992960Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:35:34.993037Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:35:35.843361Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:35:35.843421Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:35:35.990530Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:35:35.990596Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:35:36.021821Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.188600 ms 2025-08-30T15:35:36.021868Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:35:36.021899Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:35:36.021923Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:35:36.192510Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:36:04.605635Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:36:04.605702Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:36:04.994103Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:36:04.994161Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:36:05.843379Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:36:05.843442Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:36:06.201446Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:36:34.618372Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:36:34.618448Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:36:35.007839Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:36:35.007956Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:36:35.843735Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:36:35.843808Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:36:36.030730Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:36:36.030799Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:36:36.062029Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.194500 ms 2025-08-30T15:36:36.062094Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:36:36.062127Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:36:36.062152Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:36:36.215321Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:37:04.632275Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:37:04.632334Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:37:05.022733Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:37:05.022816Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:37:05.843975Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:37:05.844035Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:37:06.228264Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:37:34.644762Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:37:34.644827Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:37:35.029759Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:37:35.029821Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:37:35.844216Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:37:35.844279Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:37:36.070613Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:37:36.070680Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:37:36.105050Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 34.331300 ms 2025-08-30T15:37:36.105097Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:37:36.105127Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:37:36.105156Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:37:36.242629Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:38:04.651184Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:38:04.651250Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:38:05.038331Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:38:05.038399Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:38:05.844734Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:38:05.844790Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:38:06.253297Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:38:34.651352Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:38:34.651406Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:38:35.040205Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:38:35.040291Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:38:35.844337Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:38:35.844395Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:38:36.117978Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:38:36.118040Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:38:36.149542Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.470400 ms 2025-08-30T15:38:36.149584Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:38:36.149616Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:38:36.149641Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:38:36.259313Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:39:04.657155Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:39:04.657244Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:39:05.050371Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:39:05.050449Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:39:05.844649Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:39:05.844711Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:39:06.266220Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:39:34.666564Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:39:34.666620Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:39:35.054093Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:39:35.054170Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:39:35.844755Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:39:35.844832Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:39:36.159483Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:39:36.159604Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:39:36.190579Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.827400 ms 2025-08-30T15:39:36.190657Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:39:36.190694Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:39:36.190720Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:39:36.269247Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:40:04.678644Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:40:04.678717Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:40:05.069303Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:40:05.069370Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:40:05.844969Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:40:05.845059Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:40:06.278438Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:40:34.691496Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:40:34.691577Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:40:35.082639Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:40:35.082730Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:40:35.845271Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:40:35.845335Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:40:36.203454Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:40:36.203529Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:40:36.235275Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.707400 ms 2025-08-30T15:40:36.235316Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:40:36.235345Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:40:36.235369Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:40:36.281616Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:41:04.704873Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:41:04.704936Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:41:05.082216Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:41:05.082288Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:41:05.845753Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:41:05.845819Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:41:06.294910Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:41:34.715217Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:41:34.715266Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:41:35.084697Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:41:35.084761Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:41:35.846035Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:41:35.846095Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:41:36.242040Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:41:36.242108Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:41:36.274343Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.197100 ms 2025-08-30T15:41:36.274389Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:41:36.274418Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:41:36.274442Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:41:36.305835Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:42:04.716378Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:42:04.716444Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:42:05.092460Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:42:05.092538Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:42:05.846011Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:42:05.846079Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:42:06.313878Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:42:34.724437Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:42:34.724501Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:42:35.093792Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:42:35.093881Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:42:35.845859Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:42:35.845920Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:42:36.286069Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:42:36.286136Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:42:36.316652Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:42:36.317593Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.424600 ms 2025-08-30T15:42:36.317631Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:42:36.317662Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:42:36.317687Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:43:04.731356Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:43:04.731415Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:43:05.098109Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:43:05.098204Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:43:05.846306Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:43:05.846367Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:43:06.330633Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:43:34.741782Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:43:34.741854Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:43:35.101920Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:43:35.101977Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:43:35.846547Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:43:35.846609Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:43:36.327461Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:43:36.327524Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:43:36.342474Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:43:36.379234Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 51.672100 ms 2025-08-30T15:43:36.379286Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:43:36.379317Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:43:36.379342Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:44:04.742011Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:44:04.742095Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:44:05.109904Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:44:05.109963Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:44:05.846453Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:44:05.846511Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:44:06.352592Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:44:34.744763Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:44:34.744827Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:44:35.119520Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:44:35.119593Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:44:35.846702Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:44:35.846766Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:44:36.361955Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:44:36.392513Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:44:36.392580Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:44:36.424808Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.191600 ms 2025-08-30T15:44:36.424855Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:44:36.424884Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:44:36.424907Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:45:04.749558Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:45:04.749616Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:45:05.119793Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:45:05.119850Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:45:05.846887Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:45:05.846947Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:45:06.367632Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:45:34.759722Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:45:34.759785Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:45:35.128383Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:45:35.128460Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:45:35.848957Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:45:35.849016Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:45:36.374117Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:45:36.433669Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:45:36.433732Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:45:36.465169Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.400900 ms 2025-08-30T15:45:36.465213Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:45:36.465242Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:45:36.465266Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:46:04.772876Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:46:04.772927Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:46:05.132491Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:46:05.132567Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:46:05.847504Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:46:05.847563Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:46:06.384890Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:46:34.784857Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:46:34.784921Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:46:35.144539Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:46:35.144611Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:46:35.847479Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:46:35.847535Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:46:36.387510Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:46:36.465600Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:46:36.465663Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:46:36.496471Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.764400 ms 2025-08-30T15:46:36.496520Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:46:36.496552Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:46:36.496577Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:47:04.785730Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:47:04.785801Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:47:05.157653Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:47:05.157753Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:47:05.847575Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:47:05.847642Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:47:06.395141Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:47:34.788649Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:47:34.788720Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:47:35.159876Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:47:35.159937Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:47:35.847970Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:47:35.848028Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:47:36.403547Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:47:36.510045Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:47:36.510114Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:47:36.545096Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 34.943500 ms 2025-08-30T15:47:36.545144Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:47:36.545176Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:47:36.545201Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:48:04.793670Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:48:04.793753Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:48:05.165876Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:48:05.165938Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:48:05.849518Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:48:05.849579Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:48:06.414883Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:48:34.795905Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:48:34.795982Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:48:35.171017Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:48:35.171098Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:48:35.848154Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:48:35.848227Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:48:36.418081Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:48:36.556895Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:48:36.556963Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:48:36.588431Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.429900 ms 2025-08-30T15:48:36.588482Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:48:36.588513Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:48:36.588537Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:49:04.808023Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:49:04.808105Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:49:05.184767Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:49:05.184842Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:49:05.848900Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:49:05.848970Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:49:06.426314Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:49:34.811866Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:49:34.811930Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:49:35.196972Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:49:35.197026Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:49:35.854067Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:49:35.854125Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:49:36.431277Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:49:36.599126Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:49:36.599192Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:49:36.631333Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.101200 ms 2025-08-30T15:49:36.631380Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:49:36.631412Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:49:36.631437Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:50:04.824760Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:50:04.824853Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:50:05.197887Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:50:05.197951Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:50:05.848788Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:50:05.848849Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:50:06.438113Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:50:34.835424Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:50:34.835501Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:50:35.203906Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:50:35.203965Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:50:35.848858Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:50:35.848917Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:50:36.448210Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:50:36.636112Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:50:36.636174Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:50:36.667380Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.172000 ms 2025-08-30T15:50:36.667423Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:50:36.667452Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:50:36.667476Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:51:04.838218Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:51:04.838290Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:51:05.211562Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:51:05.211615Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:51:05.849291Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:51:05.849351Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:51:06.448833Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:51:34.846969Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:51:34.847056Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:51:35.220863Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:51:35.220938Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:51:35.849148Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:51:35.849208Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:51:36.458253Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:51:36.678127Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:51:36.678195Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:51:36.710712Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.456900 ms 2025-08-30T15:51:36.710810Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:51:36.710872Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:51:36.710916Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:52:04.853979Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:52:04.854054Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:52:05.229552Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:52:05.229610Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:52:05.849280Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:52:05.849332Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:52:06.470416Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:52:34.858615Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:52:34.858668Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:52:35.233117Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:52:35.233189Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:52:35.849773Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:52:35.849830Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:52:36.476077Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:52:36.724797Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:52:36.724861Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:52:36.757093Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.192700 ms 2025-08-30T15:52:36.757163Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:52:36.757211Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:52:36.757250Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:53:04.871118Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:53:04.871213Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:53:05.236882Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:53:05.237004Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:53:05.855706Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:53:05.855777Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:53:06.482026Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:53:34.874918Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:53:34.874970Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:53:35.244975Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:53:35.245033Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:53:35.849985Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:53:35.850051Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:53:36.486520Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:53:36.762872Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:53:36.762942Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:53:36.793489Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.494500 ms 2025-08-30T15:53:36.793556Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:53:36.793598Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:53:36.793634Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:54:04.882177Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:54:04.882252Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:54:05.251191Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:54:05.251252Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:54:05.850137Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:54:05.850194Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:54:06.492846Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:54:34.892771Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:54:34.892857Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:54:35.265490Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:54:35.265560Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:54:35.850406Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:54:35.850477Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:54:36.496417Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:54:36.805364Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:54:36.805557Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:54:36.836141Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.532900 ms 2025-08-30T15:54:36.836222Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:54:36.836272Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:54:36.836313Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:55:04.894464Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:55:04.894540Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:55:05.279926Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:55:05.280012Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:55:05.851029Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:55:05.851089Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:55:06.502445Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:55:34.909087Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:55:34.909151Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:55:35.294683Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:55:35.294749Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:55:35.851136Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:55:35.851205Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:55:36.510028Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:55:36.847799Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:55:36.847863Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:55:36.878184Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.283700 ms 2025-08-30T15:55:36.878232Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:55:36.878263Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:55:36.878286Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:56:04.911633Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:56:04.911702Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:56:05.298083Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:56:05.298184Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:56:05.851345Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:56:05.851403Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:56:06.522479Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:56:34.925277Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:56:34.925365Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:56:35.310632Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:56:35.310698Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:56:35.851149Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:56:35.851218Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:56:36.525139Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:56:36.886898Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:56:36.886958Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:56:36.921804Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 34.809200 ms 2025-08-30T15:56:36.921851Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:56:36.921881Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:56:36.921905Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:57:04.934079Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:57:04.934133Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:57:05.321764Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:57:05.321829Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:57:05.851361Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:57:05.851417Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:57:06.530771Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:57:34.944414Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:57:34.944471Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:57:35.331755Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:57:35.331812Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:57:35.851706Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:57:35.851767Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:57:36.540231Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:57:36.929483Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:57:36.929570Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:57:36.961779Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.170600 ms 2025-08-30T15:57:36.961821Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:57:36.961850Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:57:36.961873Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:58:04.952455Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:58:04.952519Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:58:05.344444Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:58:05.344504Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:58:05.851703Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:58:05.851761Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:58:06.550722Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:58:34.966865Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:58:34.966918Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:58:35.357418Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:58:35.357505Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:58:35.852401Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:58:35.852453Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:58:36.552839Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:58:36.976449Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:58:36.976515Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:58:37.008423Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.873300 ms 2025-08-30T15:58:37.008469Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:58:37.008506Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:58:37.008530Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T15:59:04.970247Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:59:04.970305Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:59:05.357454Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:59:05.357520Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:59:05.852232Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:59:05.852290Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:59:06.561152Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:59:34.974458Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T15:59:34.974529Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T15:59:35.361248Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:59:35.361310Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T15:59:35.852210Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T15:59:35.852268Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T15:59:36.574582Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T15:59:37.012508Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T15:59:37.012609Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T15:59:37.044008Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.359000 ms 2025-08-30T15:59:37.044062Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T15:59:37.044095Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T15:59:37.044119Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:00:04.987079Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:00:04.987185Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:00:05.373307Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:00:05.373372Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:00:05.852777Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:00:05.852831Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:00:06.581440Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:00:34.988405Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:00:34.988474Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:00:35.386373Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:00:35.386450Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:00:35.852469Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:00:35.852524Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:00:36.587771Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:00:37.044674Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:00:37.044736Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:00:37.077038Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.265700 ms 2025-08-30T16:00:37.077086Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:00:37.077118Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:00:37.077142Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:01:04.996870Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:01:04.996924Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:01:05.401992Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:01:05.402070Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:01:05.852590Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:01:05.852651Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:01:06.597137Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:01:35.009221Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:01:35.009274Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:01:35.409474Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:01:35.409542Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:01:35.853382Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:01:35.853440Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:01:36.610946Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:01:37.092127Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:01:37.092188Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:01:37.123476Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.250300 ms 2025-08-30T16:01:37.123522Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:01:37.123552Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:01:37.123575Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:02:05.021786Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:02:05.021881Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:02:05.411849Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:02:05.411914Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:02:05.853775Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:02:05.853836Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:02:06.621486Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:02:35.030266Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:02:35.030328Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:02:35.417163Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:02:35.417218Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:02:35.853574Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:02:35.853628Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:02:36.624628Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:02:37.123708Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:02:37.123772Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:02:37.154068Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.257500 ms 2025-08-30T16:02:37.154115Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:02:37.154144Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:02:37.154168Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:03:05.038305Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:03:05.038385Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:03:05.419918Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:03:05.419986Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:03:05.853682Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:03:05.853744Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:03:06.637553Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:03:35.044401Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:03:35.044464Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:03:35.433573Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:03:35.433629Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:03:35.854325Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:03:35.854380Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:03:36.646673Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:03:37.161759Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:03:37.161820Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:03:37.193344Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.489300 ms 2025-08-30T16:03:37.193389Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:03:37.193419Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:03:37.193442Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:04:05.056075Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:04:05.056134Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:04:05.442845Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:04:05.442907Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:04:05.854151Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:04:05.854207Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:04:06.657626Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:04:35.056681Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:04:35.056733Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:04:35.445854Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:04:35.445909Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:04:35.854344Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:04:35.854400Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:04:36.661721Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:04:37.195079Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:04:37.195139Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:04:37.227267Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.091200 ms 2025-08-30T16:04:37.227313Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:04:37.227344Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:04:37.227368Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:05:05.060185Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:05:05.060267Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:05:05.461545Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:05:05.461618Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:05:05.854904Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:05:05.854957Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:05:06.662912Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:05:35.068024Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:05:35.068092Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:05:35.461679Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:05:35.461734Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:05:35.854913Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:05:35.854989Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:05:36.663203Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:05:37.228179Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:05:37.228238Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:05:37.261436Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 33.163700 ms 2025-08-30T16:05:37.261483Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:05:37.261516Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:05:37.261540Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:06:05.070433Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:06:05.070513Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:06:05.462229Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:06:05.462359Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:06:05.854967Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:06:05.855022Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:06:06.664821Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:06:35.086189Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:06:35.086268Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:06:35.477521Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:06:35.477580Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:06:35.855218Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:06:35.855272Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:06:36.679286Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:06:37.275940Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:06:37.276008Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:06:37.306618Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.565000 ms 2025-08-30T16:06:37.306663Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:06:37.306694Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:06:37.306717Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:07:05.092598Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:07:05.092661Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:07:05.478927Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:07:05.478985Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:07:05.855388Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:07:05.855443Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:07:06.681264Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:07:35.107008Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:07:35.107077Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:07:35.484897Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:07:35.484951Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:07:35.855319Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:07:35.855374Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:07:36.681820Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:07:37.308181Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:07:37.308248Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:07:37.339144Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.860000 ms 2025-08-30T16:07:37.339189Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:07:37.339218Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:07:37.339241Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:08:05.120591Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:08:05.120651Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:08:05.499222Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:08:05.499282Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:08:05.855494Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:08:05.855563Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:08:06.684444Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:08:35.134483Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:08:35.134541Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:08:35.511141Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:08:35.511238Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:08:35.855933Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:08:35.855985Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:08:36.691800Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:08:37.343165Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:08:37.343231Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:08:37.372625Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.353700 ms 2025-08-30T16:08:37.372674Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:08:37.372704Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:08:37.372728Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:09:05.142015Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:09:05.142068Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:09:05.516342Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:09:05.516405Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:09:05.856281Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:09:05.856336Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:09:06.693666Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:09:35.152725Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:09:35.152789Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:09:35.526934Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:09:35.526989Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:09:35.856490Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:09:35.856545Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:09:36.700616Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:09:37.373979Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:09:37.374045Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:09:37.407025Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.946700 ms 2025-08-30T16:09:37.407070Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:09:37.407099Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:09:37.407124Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:10:05.156286Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:10:05.156339Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:10:05.533939Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:10:05.534000Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:10:05.858537Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:10:05.858592Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:10:06.701914Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:10:35.160294Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:10:35.160352Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:10:35.549876Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:10:35.549967Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:10:35.856957Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:10:35.857053Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:10:36.711409Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:10:37.416194Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:10:37.416257Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:10:37.446608Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.317000 ms 2025-08-30T16:10:37.446652Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:10:37.446683Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:10:37.446707Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:11:05.163172Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:11:05.163241Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:11:05.550305Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:11:05.550362Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:11:05.856868Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:11:05.856922Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:11:06.714187Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:11:35.167391Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:11:35.167456Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:11:35.556328Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:11:35.556384Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:11:35.856851Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:11:35.856907Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:11:36.725385Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:11:37.458049Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:11:37.458109Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:11:37.490404Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.262000 ms 2025-08-30T16:11:37.490446Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:11:37.490475Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:11:37.490498Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:12:05.173695Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:12:05.173749Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:12:05.562555Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:12:05.562656Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:12:05.857349Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:12:05.857402Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:12:06.727503Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:12:35.184892Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:12:35.184951Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:12:35.570863Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:12:35.571139Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:12:35.857250Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:12:35.857309Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:12:36.738097Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:12:37.491605Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:12:37.491672Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:12:37.523278Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.566000 ms 2025-08-30T16:12:37.523335Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:12:37.523371Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:12:37.523395Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:13:05.191394Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:13:05.191485Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:13:05.582012Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:13:05.582077Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:13:05.857532Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:13:05.857587Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:13:06.752540Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:13:35.197089Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:13:35.197163Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:13:35.585142Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:13:35.585199Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:13:35.857977Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:13:35.858031Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:13:36.753149Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:13:37.535612Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:13:37.535681Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:13:37.567926Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.204800 ms 2025-08-30T16:13:37.567977Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:13:37.568008Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:13:37.568031Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:14:05.212108Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:14:05.212167Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:14:05.587062Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:14:05.587148Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:14:05.857932Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:14:05.857986Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:14:06.756594Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:14:35.212744Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:14:35.212820Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:14:35.588147Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:14:35.588215Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:14:35.858408Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:14:35.858460Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:14:36.756511Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:14:37.569583Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:14:37.569790Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:14:37.602983Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 33.153500 ms 2025-08-30T16:14:37.603029Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:14:37.603059Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:14:37.603083Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:15:05.224785Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:15:05.224839Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:15:05.599604Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:15:05.599660Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:15:05.858395Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:15:05.858463Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:15:06.768374Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:15:35.224548Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:15:35.224606Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:15:35.600342Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:15:35.600406Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:15:35.858570Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:15:35.858627Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:15:36.780936Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:15:37.604464Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:15:37.604528Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:15:37.635484Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.923300 ms 2025-08-30T16:15:37.635529Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:15:37.635556Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:15:37.635579Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:16:05.236730Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:16:05.236784Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:16:05.608474Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:16:05.608532Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:16:05.859854Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:16:05.859924Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:16:06.791282Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:16:35.242196Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:16:35.242247Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:16:35.616515Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:16:35.616610Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:16:35.858806Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:16:35.858860Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:16:36.806386Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:16:37.646758Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:16:37.646820Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:16:37.679420Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.565500 ms 2025-08-30T16:16:37.679461Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:16:37.679489Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:16:37.679512Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:17:05.256515Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:17:05.256614Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:17:05.624727Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:17:05.624860Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:17:05.858836Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:17:05.858938Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:17:06.811663Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:17:35.260322Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:17:35.260450Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:17:35.634123Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:17:35.634195Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:17:35.859740Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:17:35.859805Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:17:36.815463Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:17:37.687042Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:17:37.687109Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:17:37.718053Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.898200 ms 2025-08-30T16:17:37.718103Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:17:37.718134Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:17:37.718158Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:18:05.266859Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:18:05.266942Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:18:05.635719Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:18:05.635796Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:18:05.859655Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:18:05.859712Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:18:06.827706Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:18:35.280658Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:18:35.280734Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:18:35.639806Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:18:35.639883Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:18:35.859724Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:18:35.859788Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:18:36.830535Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:18:37.720450Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:18:37.720524Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:18:37.751890Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.319600 ms 2025-08-30T16:18:37.751947Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:18:37.751981Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:18:37.752009Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:19:05.285090Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:19:05.285159Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:19:05.646744Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:19:05.646815Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:19:05.859686Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:19:05.859746Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:19:06.838405Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:19:35.292295Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:19:35.292364Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:19:35.652561Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:19:35.652622Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:19:35.860241Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:19:35.860307Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:19:36.849056Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:19:37.763989Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:19:37.764054Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:19:37.794611Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.519600 ms 2025-08-30T16:19:37.794659Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:19:37.794691Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:19:37.794717Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:20:05.305480Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:20:05.305545Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:20:05.662651Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:20:05.662717Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:20:05.860243Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:20:05.860299Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:20:06.851403Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:20:35.309442Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:20:35.309527Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:20:35.666545Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:20:35.666617Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:20:35.860467Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:20:35.860527Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:20:36.854410Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:20:37.804914Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:20:37.804981Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:20:37.835614Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.586200 ms 2025-08-30T16:20:37.835677Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:20:37.835718Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:20:37.835744Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:21:05.314919Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:21:05.314986Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:21:05.669236Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:21:05.669349Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:21:05.860464Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:21:05.860539Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:21:06.868930Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:21:35.329928Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:21:35.330072Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:21:35.674320Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:21:35.674389Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:21:35.860908Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:21:35.860967Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:21:36.881522Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:21:37.844212Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:21:37.844291Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:21:37.875111Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.778000 ms 2025-08-30T16:21:37.875160Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:21:37.875193Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:21:37.875217Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:22:05.336256Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:22:05.336343Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:22:05.675020Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:22:05.675101Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:22:05.860977Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:22:05.861041Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:22:06.887703Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:22:35.340900Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:22:35.340959Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:22:35.682531Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:22:35.682602Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:22:35.861222Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:22:35.861301Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:22:36.897520Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:22:37.886671Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:22:37.886750Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:22:37.917457Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.662800 ms 2025-08-30T16:22:37.917508Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:22:37.917540Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:22:37.917564Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:23:05.347025Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:23:05.347102Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:23:05.684924Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:23:05.684992Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:23:05.861146Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:23:05.861211Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:23:06.909620Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:23:35.355553Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:23:35.355634Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:23:35.694012Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:23:35.694073Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:23:35.861429Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:23:35.861489Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:23:36.918578Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:23:37.929557Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:23:37.929630Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:23:37.961227Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.556000 ms 2025-08-30T16:23:37.961277Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:23:37.961310Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:23:37.961335Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:24:05.370196Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:24:05.370270Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:24:05.698262Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:24:05.698328Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:24:05.861724Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:24:05.861777Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:24:06.932629Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:24:35.373704Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:24:35.373764Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:24:35.700264Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:24:35.700390Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:24:35.873583Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:24:35.873670Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:24:36.935803Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:24:37.963852Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:24:37.963919Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:24:37.994215Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.255400 ms 2025-08-30T16:24:37.994268Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:24:37.994301Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:24:37.994326Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:25:05.379896Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:25:05.379974Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:25:05.704602Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:25:05.704705Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:25:05.867827Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:25:05.867891Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:25:06.950166Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:25:35.381719Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:25:35.381787Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:25:35.706697Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:25:35.706758Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:25:35.862169Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:25:35.862238Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:25:36.950703Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:25:38.003835Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:25:38.003897Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:25:38.035376Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.440800 ms 2025-08-30T16:25:38.035422Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:25:38.035453Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:25:38.035477Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:26:05.388175Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:26:05.388240Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:26:05.712615Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:26:05.712770Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:26:05.862495Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:26:05.862566Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:26:06.961867Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:26:35.393305Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:26:35.393390Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:26:35.719838Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:26:35.719939Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:26:35.862334Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:26:35.862409Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:26:36.962510Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:26:38.047018Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:26:38.047081Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:26:38.077165Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.046300 ms 2025-08-30T16:26:38.077213Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:26:38.077244Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:26:38.077268Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:27:05.399908Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:27:05.399964Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:27:05.724718Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:27:05.724803Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:27:05.862867Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:27:05.862931Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:27:06.976864Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:27:35.414155Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:27:35.414225Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:27:35.726410Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:27:35.726476Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:27:35.862728Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:27:35.862788Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:27:36.983526Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:27:38.088218Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:27:38.088317Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:27:38.119403Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.031800 ms 2025-08-30T16:27:38.119451Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:27:38.119481Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:27:38.119505Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:28:05.421107Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:28:05.421170Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:28:05.731733Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:28:05.731800Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:28:05.863002Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:28:05.863064Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:28:06.987662Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:28:35.431899Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:28:35.431966Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:28:35.745207Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:28:35.745293Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:28:35.863127Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:28:35.863184Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:28:37.002086Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:28:38.129540Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:28:38.129631Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:28:38.160665Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.996200 ms 2025-08-30T16:28:38.160710Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:28:38.160740Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:28:38.160763Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:29:05.438549Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:29:05.438652Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:29:05.752846Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:29:05.752909Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:29:05.864279Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:29:05.864355Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:29:07.014779Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:29:35.442887Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:29:35.442962Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:29:35.765094Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:29:35.765226Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:29:35.863631Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:29:35.863694Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:29:37.021426Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:29:38.173043Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:29:38.173116Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:29:38.203730Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.566300 ms 2025-08-30T16:29:38.203794Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:29:38.203831Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:29:38.203856Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:30:05.448825Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:30:05.448894Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:30:05.772303Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:30:05.772367Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:30:05.864129Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:30:05.864189Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:30:07.026097Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:30:35.462199Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:30:35.462276Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:30:35.783948Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:30:35.784004Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:30:35.864804Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:30:35.864858Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:30:37.040793Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:30:38.219304Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:30:38.219370Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:30:38.249839Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.431300 ms 2025-08-30T16:30:38.249887Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:30:38.249931Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:30:38.249960Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:31:05.467458Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:31:05.467519Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:31:05.793494Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:31:05.793578Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:31:05.864064Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:31:05.864134Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:31:07.040818Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:31:35.470285Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:31:35.470342Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:31:35.798778Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:31:35.798859Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:31:35.864309Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:31:35.864382Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:31:37.046114Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:31:38.256307Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:31:38.256388Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:31:38.286897Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.472100 ms 2025-08-30T16:31:38.286942Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:31:38.286971Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:31:38.286994Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:32:05.476861Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:32:05.476973Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:32:05.814108Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:32:05.814164Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:32:05.864382Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:32:05.864432Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:32:07.055081Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:32:35.489478Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:32:35.489564Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:32:35.817855Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:32:35.817939Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:32:35.864964Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:32:35.865038Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:32:37.068342Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:32:38.291048Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:32:38.291111Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:32:38.321626Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.478800 ms 2025-08-30T16:32:38.321674Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:32:38.321704Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:32:38.321731Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:33:05.500257Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:33:05.500323Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:33:05.829997Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:33:05.830073Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:33:05.873771Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:33:05.873835Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:33:07.072879Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:33:35.508000Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:33:35.508063Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:33:35.833421Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:33:35.833496Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:33:35.865150Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:33:35.865226Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:33:37.082247Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:33:38.321762Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:33:38.322108Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:33:38.350790Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 28.629900 ms 2025-08-30T16:33:38.350837Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:33:38.350870Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:33:38.350896Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:34:05.512935Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:34:05.512986Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:34:05.841331Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:34:05.841388Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:34:05.865180Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:34:05.865239Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:34:07.088997Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:34:35.524578Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:34:35.524680Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:34:35.846379Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:34:35.846433Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:34:35.865592Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:34:35.865648Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:34:37.090375Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:34:38.352160Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:34:38.352224Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:34:38.382188Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.922200 ms 2025-08-30T16:34:38.382234Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:34:38.382264Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:34:38.382287Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:35:05.538150Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:35:05.538211Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:35:05.858369Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:35:05.858429Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:35:05.866054Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:35:05.866101Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:35:07.104465Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:35:35.548773Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:35:35.548896Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:35:35.859079Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:35:35.859138Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:35:35.865717Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:35:35.865763Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:35:37.111937Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:35:38.389244Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:35:38.389315Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:35:38.420694Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.339800 ms 2025-08-30T16:35:38.420744Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:35:38.420774Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:35:38.420798Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:36:05.559988Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:36:05.560042Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:36:05.866113Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:36:05.866173Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:36:05.871893Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:36:05.871943Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:36:07.121391Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:36:35.569438Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:36:35.569532Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:36:35.866434Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:36:35.866493Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:36:35.876647Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:36:35.876697Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:36:37.121385Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:36:38.421521Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:36:38.421593Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:36:38.453250Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.615500 ms 2025-08-30T16:36:38.453295Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:36:38.453325Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:36:38.453348Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:37:05.575257Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:37:05.575320Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:37:05.866153Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:37:05.866212Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:37:05.882384Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:37:05.882454Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:37:07.127560Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:37:35.580287Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:37:35.580348Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:37:35.866321Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:37:35.866382Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:37:35.888443Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:37:35.888512Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:37:37.139269Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:37:38.458288Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:37:38.458360Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:37:38.489531Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.133100 ms 2025-08-30T16:37:38.489579Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:37:38.489609Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:37:38.489633Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:38:05.593751Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:38:05.593804Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:38:05.866530Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:38:05.866592Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:38:05.903174Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:38:05.903232Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:38:07.149297Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:38:35.604336Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:38:35.604412Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:38:35.866782Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:38:35.866842Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:38:35.912951Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:38:35.913022Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:38:37.151299Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:38:38.489702Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:38:38.489770Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:38:38.520067Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.255200 ms 2025-08-30T16:38:38.520120Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:38:38.520149Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:38:38.520173Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:39:05.613103Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:39:05.613169Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:39:05.867301Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:39:05.867358Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:39:05.919198Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:39:05.919262Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:39:07.159045Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:39:35.620444Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:39:35.620507Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:39:35.868516Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:39:35.868577Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:39:35.923191Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:39:35.923275Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:39:37.172880Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:39:38.532132Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:39:38.532198Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:39:38.563036Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.798800 ms 2025-08-30T16:39:38.563085Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:39:38.563116Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:39:38.563139Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:40:05.623873Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:40:05.623932Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:40:05.867266Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:40:05.867322Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:40:05.929438Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:40:05.929510Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:40:07.186080Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:40:35.627271Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:40:35.627340Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:40:35.868217Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:40:35.868409Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:40:35.937967Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:40:35.938025Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:40:37.190334Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:40:38.571588Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:40:38.571651Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:40:38.602140Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.456000 ms 2025-08-30T16:40:38.602184Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:40:38.602215Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:40:38.602238Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:41:05.631470Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:41:05.631553Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:41:05.868247Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:41:05.868301Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:41:05.940371Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:41:05.940424Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:41:07.194275Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:41:35.632662Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:41:35.632730Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:41:35.868466Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:41:35.868524Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:41:35.945792Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:41:35.945843Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:41:37.199467Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:41:38.615654Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:41:38.615723Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:41:38.646555Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.794200 ms 2025-08-30T16:41:38.646599Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:41:38.646628Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:41:38.646652Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:42:05.646549Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:42:05.646599Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:42:05.868125Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:42:05.868181Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:42:05.955690Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:42:05.955747Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:42:07.209038Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:42:35.649166Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:42:35.649222Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:42:35.869468Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:42:35.869543Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:42:35.970076Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:42:35.970190Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:42:37.222857Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:42:38.650789Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:42:38.650854Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:42:38.683238Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.349700 ms 2025-08-30T16:42:38.683282Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:42:38.683310Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:42:38.683333Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:43:05.658528Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:43:05.658585Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:43:05.870012Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:43:05.870069Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:43:05.980341Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:43:05.980416Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:43:07.230058Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:43:35.671201Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:43:35.671255Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:43:35.870047Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:43:35.870107Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:43:35.994313Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:43:35.994367Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:43:37.241766Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:43:38.687021Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:43:38.687084Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:43:38.720062Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.943800 ms 2025-08-30T16:43:38.720105Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:43:38.720133Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:43:38.720156Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:44:05.674828Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:44:05.674888Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:44:05.870478Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:44:05.870534Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:44:05.998434Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:44:05.998520Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:44:07.251896Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:44:35.679492Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:44:35.679554Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:44:35.870679Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:44:35.870739Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:44:36.007531Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:44:36.007616Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:44:37.260599Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:44:38.732476Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:44:38.732555Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:44:38.763962Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.366300 ms 2025-08-30T16:44:38.764015Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:44:38.764047Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:44:38.764074Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:45:05.684684Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:45:05.684834Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:45:05.877754Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:45:05.877823Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:45:06.022903Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:45:06.022986Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:45:07.269486Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:45:35.698830Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:45:35.698904Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:45:35.870857Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:45:35.870909Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:45:36.038524Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:45:36.038627Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:45:37.271729Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:45:38.771807Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:45:38.771870Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:45:38.802577Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.672500 ms 2025-08-30T16:45:38.802622Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:45:38.802653Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:45:38.802676Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:46:05.701046Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:46:05.701103Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:46:05.870698Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:46:05.870762Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:46:06.053944Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:46:06.054023Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:46:07.276243Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:46:35.702296Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:46:35.702349Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:46:35.871040Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:46:35.871094Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:46:36.059814Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:46:36.059873Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:46:37.276891Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:46:38.805206Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:46:38.805272Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:46:38.836358Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.044900 ms 2025-08-30T16:46:38.836407Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:46:38.836437Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:46:38.836464Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:47:05.711930Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:47:05.712030Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:47:05.871121Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:47:05.871184Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:47:06.062823Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:47:06.062899Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:47:07.278197Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:47:35.713980Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:47:35.714042Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:47:35.871361Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:47:35.871418Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:47:36.068125Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:47:36.068191Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:47:37.293061Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:47:38.844826Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:47:38.844890Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:47:38.877636Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.707200 ms 2025-08-30T16:47:38.877683Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:47:38.877718Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:47:38.877743Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:48:05.720483Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:48:05.720548Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:48:05.870363Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:48:05.870418Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:48:06.075843Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:48:06.075912Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:48:07.294018Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:48:35.730775Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:48:35.730846Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:48:35.870497Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:48:35.870555Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:48:36.085520Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:48:36.085578Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:48:37.305894Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:48:38.890482Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:48:38.890546Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:48:38.922438Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.851600 ms 2025-08-30T16:48:38.922487Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:48:38.922519Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:48:38.922542Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:49:05.744861Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:49:05.744966Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:49:05.870717Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:49:05.870776Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:49:06.100044Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:49:06.100099Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:49:07.319976Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:49:35.750237Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:49:35.750288Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:49:35.871060Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:49:35.871109Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:49:36.104082Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:49:36.104148Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:49:37.324447Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:49:38.923114Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:49:38.923182Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:49:38.954997Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.778900 ms 2025-08-30T16:49:38.955043Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:49:38.955072Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:49:38.955095Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:50:05.754444Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:50:05.754513Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:50:05.871143Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:50:05.871217Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:50:06.109576Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:50:06.109631Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:50:07.330148Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:50:35.768773Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:50:35.768844Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:50:35.871280Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:50:35.871344Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:50:36.123797Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:50:36.123855Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:50:37.345722Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:50:38.968326Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:50:38.968393Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:50:39.001948Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 33.518400 ms 2025-08-30T16:50:39.001994Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:50:39.002025Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:50:39.002048Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:51:05.776239Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:51:05.776293Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:51:05.871489Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:51:05.871548Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:51:06.132939Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:51:06.132999Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:51:07.351343Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:51:35.784079Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:51:35.784161Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:51:35.871836Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:51:35.871894Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:51:36.138209Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:51:36.138268Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:51:37.356767Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:51:39.002680Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:51:39.002745Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:51:39.033734Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.951000 ms 2025-08-30T16:51:39.033781Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:51:39.033811Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:51:39.033834Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:52:05.790639Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:52:05.790710Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:52:05.871951Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:52:05.872012Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:52:06.146785Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:52:06.146839Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:52:07.366237Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:52:35.790310Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:52:35.790380Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:52:35.872084Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:52:35.872149Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:52:36.158055Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:52:36.158134Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:52:37.375258Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:52:39.045830Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:52:39.045897Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:52:39.077683Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.749800 ms 2025-08-30T16:52:39.077727Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:52:39.077757Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:52:39.077780Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:53:05.793693Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:53:05.793768Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:53:05.872327Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:53:05.872389Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:53:06.161017Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:53:06.161078Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:53:07.379015Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:53:35.806614Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:53:35.806686Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:53:35.872333Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:53:35.872392Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:53:36.164605Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:53:36.164685Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:53:37.387899Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:53:39.083593Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:53:39.083659Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:53:39.115080Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.381900 ms 2025-08-30T16:53:39.115129Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:53:39.115159Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:53:39.115182Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:54:05.814258Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:54:05.814312Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:54:05.872565Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:54:05.872624Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:54:06.167295Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:54:06.167352Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:54:07.400144Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:54:35.828526Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:54:35.828591Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:54:35.872925Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:54:35.873012Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:54:36.169375Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:54:36.169432Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:54:37.404227Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:54:39.129862Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:54:39.129927Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:54:39.162065Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.101700 ms 2025-08-30T16:54:39.162111Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:54:39.162141Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:54:39.162163Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:55:05.834315Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:55:05.834370Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:55:05.873202Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:55:05.873258Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:55:06.173149Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:55:06.173207Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:55:07.407546Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:55:35.843370Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:55:35.843449Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:55:35.873346Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:55:35.873428Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:55:36.182097Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:55:36.182155Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:55:37.413029Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:55:39.163478Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:55:39.163544Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:55:39.193364Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.785000 ms 2025-08-30T16:55:39.193408Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:55:39.193436Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:55:39.193460Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:56:05.844193Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:56:05.844261Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:56:05.873801Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:56:05.873858Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:56:06.182297Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:56:06.182356Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:56:07.429722Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:56:35.849469Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:56:35.849527Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:56:35.873731Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:56:35.873794Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:56:36.190924Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:56:36.191007Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:56:37.443546Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:56:39.196858Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:56:39.196922Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:56:39.227464Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.506200 ms 2025-08-30T16:56:39.227509Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:56:39.227539Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:56:39.227563Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:57:05.850149Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:57:05.850215Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:57:05.874223Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:57:05.874274Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:57:06.205008Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:57:06.205066Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:57:07.443582Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:57:35.852693Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:57:35.852767Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:57:35.874720Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:57:35.874777Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:57:36.209398Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:57:36.209474Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:57:37.451394Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:57:39.238909Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:57:39.238976Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:57:39.270062Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.047800 ms 2025-08-30T16:57:39.270111Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:57:39.270142Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:57:39.270167Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:58:05.860109Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:58:05.860198Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:58:05.884253Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:58:05.884340Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:58:06.212384Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:58:06.212451Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:58:07.453435Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:58:35.870262Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:58:35.870324Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:58:35.874685Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:58:35.874747Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:58:36.221554Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:58:36.221690Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:58:37.465809Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:58:39.284035Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:58:39.284097Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:58:39.316906Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.769700 ms 2025-08-30T16:58:39.316953Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:58:39.316984Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:58:39.317008Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T16:59:05.874653Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:59:05.874722Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:59:05.877584Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:59:05.877636Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:59:06.229440Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:59:06.229509Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:59:07.474641Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:59:15.191501Z 37868 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [15e0098b-cd71-43f5-8751-1760e270cc9c] 2025-08-30T16:59:15.191552Z 37868 [15e0098b] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 15e0098b-cd71-43f5-8751-1760e270cc9c. This will be truncated in the following lines. 2025-08-30T16:59:15.191579Z 37868 [15e0098b] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::UnmonitorAssets called. 2025-08-30T16:59:15.191651Z 37868 [15e0098b] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = UnmonitorAssets with request id = Reqc1db5cc6-1064-4ae7-aa50-330699106f19 2025-08-30T16:59:15.191836Z 15340 [15e0098b] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T16:59:15.191880Z 15340 [15e0098b] ONSSubscriptionOperations INF acp::local::lite::impl::ACPLLiteONSSubscriptionOperations::unmonitorAssets #140 : ONSSubscriptionOperations: unmonitorAssets 2025-08-30T16:59:15.192141Z 15340 [15e0098b] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::unmonitorAssets #227 : CosyControllerImpl::unmonitorAsset 2025-08-30T16:59:15.192184Z 15340 [15e0098b] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::send #44 : InProcessMessenger::send 2025-08-30T16:59:15.192209Z 15340 [15e0098b] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::handleRequest #112 : CoreSyncControllerImpl::handleRequest 2025-08-30T16:59:15.192242Z 15340 [15e0098b] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000002 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T16:59:15.192286Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling 2 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T16:59:15.192329Z 23716 [] SyncComponentsController INF messageHandlerWrapper #56 : doPerform notification - AppOperationRequest. Inner Request: Notification Type: a Request: ReqId: edcc9e3a-5d90-4ede-b906-45c89ca4f993 SourceAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T16:59:15.192364Z 23716 [] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::doPerform #160 : App Operation request - AppOperationRequest. Inner Request: Notification Type: a Request: ReqId: edcc9e3a-5d90-4ede-b906-45c89ca4f993 SourceAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID. 2025-08-30T16:59:15.192402Z 37868 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [eabc9f07-ab22-4699-870e-c85b98d544ff] 2025-08-30T16:59:15.192446Z 37868 [eabc9f07] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is eabc9f07-ab22-4699-870e-c85b98d544ff. This will be truncated in the following lines. 2025-08-30T16:59:15.192475Z 37868 [eabc9f07] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::UnmonitorAssets called. 2025-08-30T16:59:15.192504Z 23716 [] RemoteFSMonitor DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #138 : Enqueuing 10100000000000a RemoteFSMonitorImpl::unmonitorAssetHandler for acp::local::lite::impl::RemoteFSMonitorImpl::handleUnmonitorAsset at RemoteFSMonitorImpl.cpp:808 2025-08-30T16:59:15.192551Z 37868 [eabc9f07] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = UnmonitorAssets with request id = Req7951d64a-3bbf-4395-876c-42ae27b11335 2025-08-30T16:59:15.192589Z 15340 [eabc9f07] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T16:59:15.192632Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-08-30T16:59:15.192670Z 38016 [] RemoteFSMonitor DBG handlerWrapper #108 : Handling A RemoteFSMonitorImpl::unmonitorAssetHandler for acp::local::lite::impl::RemoteFSMonitorImpl::handleUnmonitorAsset at RemoteFSMonitorImpl.cpp:808 2025-08-30T16:59:15.192717Z 15340 [eabc9f07] ONSSubscriptionOperations INF acp::local::lite::impl::ACPLLiteONSSubscriptionOperations::unmonitorAssets #140 : ONSSubscriptionOperations: unmonitorAssets 2025-08-30T16:59:15.192756Z 38016 [] RemoteFSMonitor INF handlerWrapper #111 : RemoteFSMonitorImpl::unmonitorAssetHandler Request - Notification Type: a Request: ReqId: edcc9e3a-5d90-4ede-b906-45c89ca4f993 SourceAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T16:59:15.192796Z 15340 [eabc9f07] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::unmonitorAssets #227 : CosyControllerImpl::unmonitorAsset 2025-08-30T16:59:15.192830Z 38016 [] ONS:subscriptionmanager DBG removeAssetFromSubscriptionPool #1297 : Removing asset from subscription list assetID: urn:aaid:sc:US:f3b3a232-9d98-4e57-8591-019b31472f51 and tracking level: 1 for resourceFlag: 1 2025-08-30T16:59:15.192865Z 15340 [eabc9f07] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::send #44 : InProcessMessenger::send 2025-08-30T16:59:15.192892Z 15340 [eabc9f07] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::handleRequest #112 : CoreSyncControllerImpl::handleRequest 2025-08-30T16:59:15.192919Z 38016 [] ONS:subscriptionmanager INF removeAssetFromSubscriptionPool #1336 : ResourceFlag: 1 has been removed from monitoring for asset: urn:aaid:sc:US:f3b3a232-9d98-4e57-8591-019b31472f51 2025-08-30T16:59:15.192953Z 15340 [eabc9f07] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000002 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T16:59:15.192985Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: UPDATE subscription SET state_flags = :state_flags WHERE subscription_local_id = :subscription_local_id 2025-08-30T16:59:15.193020Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling 2 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T16:59:15.193058Z 23716 [] SyncComponentsController INF messageHandlerWrapper #56 : doPerform notification - AppOperationRequest. Inner Request: Notification Type: a Request: ReqId: f2061c04-6fca-4bfd-be45-17e5c63a7fc0 SourceAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T16:59:15.193091Z 23716 [] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::doPerform #160 : App Operation request - AppOperationRequest. Inner Request: Notification Type: a Request: ReqId: f2061c04-6fca-4bfd-be45-17e5c63a7fc0 SourceAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID. 2025-08-30T16:59:15.193129Z 23716 [] RemoteFSMonitor DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #138 : Enqueuing 10100000000000a RemoteFSMonitorImpl::unmonitorAssetHandler for acp::local::lite::impl::RemoteFSMonitorImpl::handleUnmonitorAsset at RemoteFSMonitorImpl.cpp:808 2025-08-30T16:59:15.193160Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-08-30T16:59:15.193187Z 37868 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [9665231b-6f14-426b-86c0-b1426d933b97] 2025-08-30T16:59:15.193225Z 37868 [9665231b] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 9665231b-6f14-426b-86c0-b1426d933b97. This will be truncated in the following lines. 2025-08-30T16:59:15.193251Z 37868 [9665231b] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::UnmonitorAssets called. 2025-08-30T16:59:15.193302Z 37868 [9665231b] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = UnmonitorAssets with request id = Req0fbbdef5-ce7f-4221-ab7b-822fcfdc807b 2025-08-30T16:59:15.193359Z 15340 [9665231b] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-08-30T16:59:15.193397Z 15340 [9665231b] ONSSubscriptionOperations INF acp::local::lite::impl::ACPLLiteONSSubscriptionOperations::unmonitorAssets #140 : ONSSubscriptionOperations: unmonitorAssets 2025-08-30T16:59:15.193425Z 15340 [9665231b] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::unmonitorAssets #227 : CosyControllerImpl::unmonitorAsset 2025-08-30T16:59:15.193454Z 15340 [9665231b] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::send #44 : InProcessMessenger::send 2025-08-30T16:59:15.193478Z 15340 [9665231b] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::handleRequest #112 : CoreSyncControllerImpl::handleRequest 2025-08-30T16:59:15.193504Z 15340 [9665231b] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000002 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T16:59:15.193542Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling 2 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-08-30T16:59:15.193577Z 23716 [] SyncComponentsController INF messageHandlerWrapper #56 : doPerform notification - AppOperationRequest. Inner Request: Notification Type: a Request: ReqId: 2295af49-d9e1-4460-8634-8f58293fb9f0 SourceAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T16:59:15.193607Z 23716 [] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::doPerform #160 : App Operation request - AppOperationRequest. Inner Request: Notification Type: a Request: ReqId: 2295af49-d9e1-4460-8634-8f58293fb9f0 SourceAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID. 2025-08-30T16:59:15.193643Z 23716 [] RemoteFSMonitor DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #138 : Enqueuing 10100000000000a RemoteFSMonitorImpl::unmonitorAssetHandler for acp::local::lite::impl::RemoteFSMonitorImpl::handleUnmonitorAsset at RemoteFSMonitorImpl.cpp:808 2025-08-30T16:59:15.193673Z 23716 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-08-30T16:59:15.199560Z 38016 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::updateSubscriptionStateFlags #1058 : Successfully updated subscriptionStateFlags into DB 2025-08-30T16:59:15.199635Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: BEGIN DEFERRED TRANSACTION; 2025-08-30T16:59:15.199692Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: UPDATE asset_subscription SET resource_flags = :resource_flags WHERE asset_id = :asset_id and subscription_local_id = :subscription_local_id 2025-08-30T16:59:15.200167Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: INSERT OR REPLACE INTO asset_ref_count (asset_id, subscription_local_id, resource_type_flag, ref_count) VALUES (:asset_id, :subscription_local_id, :resource_flag, :ref_count) 2025-08-30T16:59:15.200262Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: COMMIT TRANSACTION 2025-08-30T16:59:15.206972Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: DELETE from asset_subscription WHERE subscription_local_id=:subscription_local_id AND asset_id=:asset_id 2025-08-30T16:59:15.213591Z 38016 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::deleteAssetSubscription #1140 : Successfully deleted asset subscription from DB 2025-08-30T16:59:15.213648Z 38016 [] ONS:subscriptionmanager INF removeAssetFromSubscriptionPool #1364 : Asset removed from monitoring 2025-08-30T16:59:15.213687Z 38016 [] RemoteFSMonitor INF handlerWrapper #113 : RemoteFSMonitorImpl::unmonitorAssetHandler Response - Notification Type: a Response: ReqId: edcc9e3a-5d90-4ede-b906-45c89ca4f993 TargetAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID Error: nullptr 2025-08-30T16:59:15.213740Z 38016 [] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::sendResponse #150 : CoreSyncControllerImpl::sendResponse 2025-08-30T16:59:15.213770Z 38016 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-08-30T16:59:15.213799Z 38016 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 10 2025-08-30T16:59:15.213849Z 38016 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::processUnmonitorAssetsResponse #549 : CosyControllerImpl::processUnmonitorAssetsResponse 2025-08-30T16:59:15.213893Z 38016 [15e0098b] CosyManager INF acp::local::lite::impl::onsMonitoringAssetCallback::::operator () #309 : cosylib response received for acp::local::lite::impl::CosyManager::unmonitorAssets with status [1] and message [success]. 2025-08-30T16:59:15.213934Z 38016 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::processUnmonitorAssetsResponse #568 : CosyControllerImpl::Callback handled of type: 10, requestId: edcc9e3a-5d90-4ede-b906-45c89ca4f993 2025-08-30T16:59:15.213971Z 38016 [] RemoteFSMonitor DBG handlerWrapper #108 : Handling A RemoteFSMonitorImpl::unmonitorAssetHandler for acp::local::lite::impl::RemoteFSMonitorImpl::handleUnmonitorAsset at RemoteFSMonitorImpl.cpp:808 2025-08-30T16:59:15.214006Z 15340 [15e0098b] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::UnmonitorAssets. 2025-08-30T16:59:15.214059Z 38016 [] RemoteFSMonitor INF handlerWrapper #111 : RemoteFSMonitorImpl::unmonitorAssetHandler Request - Notification Type: a Request: ReqId: f2061c04-6fca-4bfd-be45-17e5c63a7fc0 SourceAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T16:59:15.214122Z 15340 [15e0098b] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = UnmonitorAssets with request id = Reqc1db5cc6-1064-4ae7-aa50-330699106f19 2025-08-30T16:59:15.214168Z 38016 [] ONS:subscriptionmanager DBG removeAssetFromSubscriptionPool #1297 : Removing asset from subscription list assetID: urn:aaid:sc:US:ae23c680-9d41-47f0-a191-b2668d4e04da and tracking level: 1 for resourceFlag: 1 2025-08-30T16:59:15.214207Z 38016 [] ONS:subscriptionmanager INF removeAssetFromSubscriptionPool #1336 : ResourceFlag: 1 has been removed from monitoring for asset: urn:aaid:sc:US:ae23c680-9d41-47f0-a191-b2668d4e04da 2025-08-30T16:59:15.214241Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: BEGIN DEFERRED TRANSACTION; 2025-08-30T16:59:15.214295Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: UPDATE asset_subscription SET resource_flags = :resource_flags WHERE asset_id = :asset_id and subscription_local_id = :subscription_local_id 2025-08-30T16:59:15.214980Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: INSERT OR REPLACE INTO asset_ref_count (asset_id, subscription_local_id, resource_type_flag, ref_count) VALUES (:asset_id, :subscription_local_id, :resource_flag, :ref_count) 2025-08-30T16:59:15.215072Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: COMMIT TRANSACTION 2025-08-30T16:59:15.221239Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: DELETE from asset_subscription WHERE subscription_local_id=:subscription_local_id AND asset_id=:asset_id 2025-08-30T16:59:15.227512Z 38016 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::deleteAssetSubscription #1140 : Successfully deleted asset subscription from DB 2025-08-30T16:59:15.227553Z 38016 [] ONS:subscriptionmanager INF removeAssetFromSubscriptionPool #1364 : Asset removed from monitoring 2025-08-30T16:59:15.227585Z 38016 [] RemoteFSMonitor INF handlerWrapper #113 : RemoteFSMonitorImpl::unmonitorAssetHandler Response - Notification Type: a Response: ReqId: f2061c04-6fca-4bfd-be45-17e5c63a7fc0 TargetAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID Error: nullptr 2025-08-30T16:59:15.227616Z 38016 [] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::sendResponse #150 : CoreSyncControllerImpl::sendResponse 2025-08-30T16:59:15.227638Z 38016 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-08-30T16:59:15.227660Z 38016 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 10 2025-08-30T16:59:15.227683Z 38016 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::processUnmonitorAssetsResponse #549 : CosyControllerImpl::processUnmonitorAssetsResponse 2025-08-30T16:59:15.227711Z 38016 [eabc9f07] CosyManager INF acp::local::lite::impl::onsMonitoringAssetCallback::::operator () #309 : cosylib response received for acp::local::lite::impl::CosyManager::unmonitorAssets with status [1] and message [success]. 2025-08-30T16:59:15.227749Z 38016 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::processUnmonitorAssetsResponse #568 : CosyControllerImpl::Callback handled of type: 10, requestId: f2061c04-6fca-4bfd-be45-17e5c63a7fc0 2025-08-30T16:59:15.227783Z 38016 [] RemoteFSMonitor DBG handlerWrapper #108 : Handling A RemoteFSMonitorImpl::unmonitorAssetHandler for acp::local::lite::impl::RemoteFSMonitorImpl::handleUnmonitorAsset at RemoteFSMonitorImpl.cpp:808 2025-08-30T16:59:15.227816Z 15340 [eabc9f07] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::UnmonitorAssets. 2025-08-30T16:59:15.227866Z 38016 [] RemoteFSMonitor INF handlerWrapper #111 : RemoteFSMonitorImpl::unmonitorAssetHandler Request - Notification Type: a Request: ReqId: 2295af49-d9e1-4460-8634-8f58293fb9f0 SourceAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-08-30T16:59:15.227914Z 15340 [eabc9f07] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = UnmonitorAssets with request id = Req7951d64a-3bbf-4395-876c-42ae27b11335 2025-08-30T16:59:15.227952Z 38016 [] ONS:subscriptionmanager DBG removeAssetFromSubscriptionPool #1297 : Removing asset from subscription list assetID: urn:aaid:sc:US:f4849dee-5c47-45a5-9dec-36ff042f0312 and tracking level: 1 for resourceFlag: 1 2025-08-30T16:59:15.227988Z 38016 [] ONS:subscriptionmanager INF removeAssetFromSubscriptionPool #1336 : ResourceFlag: 1 has been removed from monitoring for asset: urn:aaid:sc:US:f4849dee-5c47-45a5-9dec-36ff042f0312 2025-08-30T16:59:15.228020Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: BEGIN DEFERRED TRANSACTION; 2025-08-30T16:59:15.228066Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: UPDATE asset_subscription SET resource_flags = :resource_flags WHERE asset_id = :asset_id and subscription_local_id = :subscription_local_id 2025-08-30T16:59:15.228458Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: INSERT OR REPLACE INTO asset_ref_count (asset_id, subscription_local_id, resource_type_flag, ref_count) VALUES (:asset_id, :subscription_local_id, :resource_flag, :ref_count) 2025-08-30T16:59:15.228539Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: COMMIT TRANSACTION 2025-08-30T16:59:15.234982Z 38016 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: DELETE from asset_subscription WHERE subscription_local_id=:subscription_local_id AND asset_id=:asset_id 2025-08-30T16:59:15.241561Z 38016 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::deleteAssetSubscription #1140 : Successfully deleted asset subscription from DB 2025-08-30T16:59:15.241601Z 38016 [] ONS:subscriptionmanager INF removeAssetFromSubscriptionPool #1364 : Asset removed from monitoring 2025-08-30T16:59:15.241634Z 38016 [] RemoteFSMonitor INF handlerWrapper #113 : RemoteFSMonitorImpl::unmonitorAssetHandler Response - Notification Type: a Response: ReqId: 2295af49-d9e1-4460-8634-8f58293fb9f0 TargetAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID Error: nullptr 2025-08-30T16:59:15.241665Z 38016 [] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::sendResponse #150 : CoreSyncControllerImpl::sendResponse 2025-08-30T16:59:15.241688Z 38016 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-08-30T16:59:15.241711Z 38016 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 10 2025-08-30T16:59:15.241733Z 38016 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::processUnmonitorAssetsResponse #549 : CosyControllerImpl::processUnmonitorAssetsResponse 2025-08-30T16:59:15.241762Z 38016 [9665231b] CosyManager INF acp::local::lite::impl::onsMonitoringAssetCallback::::operator () #309 : cosylib response received for acp::local::lite::impl::CosyManager::unmonitorAssets with status [1] and message [success]. 2025-08-30T16:59:15.241802Z 38016 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::processUnmonitorAssetsResponse #568 : CosyControllerImpl::Callback handled of type: 10, requestId: 2295af49-d9e1-4460-8634-8f58293fb9f0 2025-08-30T16:59:15.241838Z 15340 [9665231b] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::UnmonitorAssets. 2025-08-30T16:59:15.241902Z 15340 [9665231b] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = UnmonitorAssets with request id = Req0fbbdef5-ce7f-4221-ab7b-822fcfdc807b 2025-08-30T16:59:15.321308Z 4500 [] ONS:subscriptionmanager INF syncSubscription #905 : Processing subscription: 89c66bdd-3ef5-473b-90d8-715aa8d22ad2 with state flag: Dirty 2025-08-30T16:59:15.321417Z 4500 [] dcx.http INF AdobeDCX::DcxHTTPSession::createRequest #198 : DcxHTTPSession::request patch https://platform-cs-va6.adobe.io/ons/subscription/S-a8079e6f-f07c-4d6c-a8a7-dde9b4a8fc79 2025-08-30T16:59:15.321476Z 4500 [] dcx.http INF AdobeDCX::DcxHTTPRequest::invoke #511 : DcxHTTPRequest::invoke PATCH https://platform-cs-va6.adobe.io/ons/subscription/S-a8079e6f-f07c-4d6c-a8a7-dde9b4a8fc79 2025-08-30T16:59:15.321511Z 4500 [] dcx.http INF AdobeDCX::DcxHTTPSession::invoke #265 : Scheduling request url=https://platform-cs-va6.adobe.io/ons/subscription/S-a8079e6f-f07c-4d6c-a8a7-dde9b4a8fc79, isHighPriority=0 2025-08-30T16:59:15.321543Z 4500 [] dcx.http INF AdobeDCX::DcxHTTPSession::_invoke #420 : requestid=b39d37f9-eab3-4e52-b0af-8220d75046ce url=https://platform-cs-va6.adobe.io/ons/subscription/S-a8079e6f-f07c-4d6c-a8a7-dde9b4a8fc79 2025-08-30T16:59:15.321572Z 4500 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest #577 : DcxHTTPRequest::executeRequest PATCH https://platform-cs-va6.adobe.io/ons/subscription/S-a8079e6f-f07c-4d6c-a8a7-dde9b4a8fc79 2025-08-30T16:59:15.321651Z 4500 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest #751 : ThreadGotTheContext: url=https://platform-cs-va6.adobe.io/ons/subscription/S-a8079e6f-f07c-4d6c-a8a7-dde9b4a8fc79with response compression enabled as : 0 2025-08-30T16:59:15.510597Z 37600 [] transfer DBG jura::AbstractTransferRequestImpl::onCompletion #909 : Normal completion accepted for request 7 2025-08-30T16:59:15.510654Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest::::operator () #603 : DcxHTTPRequest::executeRequest:completionFn Request completed with status: 200 and Acsl error: ErrNone 2025-08-30T16:59:15.510691Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPRequest::handle #817 : Process response for url=https://platform-cs-va6.adobe.io/ons/subscription/S-a8079e6f-f07c-4d6c-a8a7-dde9b4a8fc79 err=0 requestid=b39d37f9-eab3-4e52-b0af-8220d75046ce 2025-08-30T16:59:15.510721Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPRequest::handleResponse #533 : DcxHTTPRequest::handleResponse 200 url=https://platform-cs-va6.adobe.io/ons/subscription/S-a8079e6f-f07c-4d6c-a8a7-dde9b4a8fc79 2025-08-30T16:59:15.510768Z 37600 [] dcx.http INF AdobeDCX::DcxHTTPSession::invokeIfPending #330 : No pending requests or excess outstanding requests 2025-08-30T16:59:15.511105Z 5492 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: UPDATE subscription SET subscription_cloud_id=:subscription_cloud_id, created=:created, modified=:modified, href=:href, etag=:etag, expires_at=:expires_at, state_flags=:state_flags, last_synced=:last_synced WHERE subscription_local_id=:subscription_local_id 2025-08-30T16:59:15.517536Z 5492 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::updateSubscription #1205 : Successfully Updated subscription into db 2025-08-30T16:59:15.517621Z 5492 [] ONS:subscriptionmanager INF operator () #633 : Dispatching subscription change notification for subcription id : S-a8079e6f-f07c-4d6c-a8a7-dde9b4a8fc79 operation: UPDATED 2025-08-30T16:59:15.517654Z 5492 [] RemoteFSMonitor INF acp::local::lite::impl::RemoteFSMonitorImpl::handleSubscriptionChangeNotification #720 : RemoteFSMonitor subscription change callback for subscriptionID: 89c66bdd-3ef5-473b-90d8-715aa8d22ad2 and SubscriptionChange: 2 2025-08-30T16:59:15.517690Z 38016 [] RemoteFSMonitor DBG acp::local::lite::notification::ExceptionSafeHandler::exceptionSafeWrapper #22 : Doing RemoteFSMonitorImpl::onsMonitorAnalyticsCallback for acp::local::lite::impl::RemoteFSMonitorImpl::onsMonitorAnalyticsCallback at RemoteFSMonitorImpl.cpp:1084 2025-08-30T16:59:15.517741Z 37244 [] ONS:AxonSubscriptionObserver DBG subscriptionManagerCallbackHandler #228 : subscriptionManagerCallbackHandler with request:2 2025-08-30T16:59:15.517801Z 38016 [] AnalyticsEventListener INF acp::local::lite::impl::AnalyticsEventListenerImpl::processEvent #77 : Sending Cosylib Analytics with requestId [df8b1cf8-6fe1-4e3c-839d-0e86f3dc5a50]! 2025-08-30T16:59:15.517851Z 38016 [] Analytics ERR acp::local::lite::SyncComponentsAnalyticsWrapper::sendEventAndErase #123 : Couldn't send the event with request ID : 2025-08-30T16:59:15.517882Z 38016 [] RemoteFSMonitor DBG acp::local::lite::notification::ExceptionSafeHandler::exceptionSafeWrapper #22 : Doing RemoteFSMonitorImpl::handleSubscriptionChangeNotification for acp::local::lite::impl::RemoteFSMonitorImpl::handleSubscriptionChangeNotification at RemoteFSMonitorImpl.cpp:722 2025-08-30T16:59:15.517919Z 38016 [] ObservationBridge DBG acp::local::lite::impl::ObservationBridgeImpl::bridge #102 : Got a Bridge notification: Bridge Notification. Inner Notification: Notification Type: f0000 Target AppId: SessionId: TargetIpcData: IPCData: appId: appVersion: sourceId: 2025-08-30T16:59:15.517951Z 38016 [] ObservationBridge DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000001 bridge for acp::local::lite::impl::ObservationBridgeImpl::bridge at ObservationBridge.cpp:105 2025-08-30T16:59:15.518002Z 18676 [] ObservationBridge DBG messageHandlerWrapper #54 : Handling 1 bridge for acp::local::lite::impl::ObservationBridgeImpl::bridge at ObservationBridge.cpp:105 2025-08-30T16:59:15.518038Z 18676 [] ObservationBridge INF messageHandlerWrapper #56 : bridge notification - Bridge Notification. Inner Notification: Notification Type: f0000 Target AppId: SessionId: TargetIpcData: IPCData: appId: appVersion: sourceId: 2025-08-30T16:59:15.518068Z 18676 [] ObservationBridge DBG acp::local::lite::impl::ObservationBridgeImpl::bridgeHandler #138 : Bridge Notification. Inner Notification: Notification Type: f0000 Target AppId: SessionId: TargetIpcData: IPCData: appId: appVersion: sourceId: 2025-08-30T16:59:15.518099Z 18676 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-08-30T16:59:15.518123Z 18676 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 983040 2025-08-30T16:59:15.518146Z 18676 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #662 : CosyControllerImpl::handleResponse Unable to handle message of type : 983040 2025-08-30T16:59:15.518170Z 18676 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::handleResponse #772 : SyncControllerImpl::handleResponse Received message of type: 983040 2025-08-30T16:59:15.518232Z 18676 [] SyncControllerEventMapper DBG acp::local::lite::cosylib::SyncControllerEventMapper::processEvents #228 : SyncControllerEventMapper::processEvents Received message of type: 983040 2025-08-30T16:59:15.518271Z 18676 [38c5b46d] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 38c5b46d-1f2b-4030-8e84-1439b45ec98e. This will be truncated in the following lines. 2025-08-30T16:59:15.518297Z 18676 [38c5b46d] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent #830 : Entry: EventHandlerImpl::eventHandler, cosylib::EventType = 18 2025-08-30T16:59:15.518330Z 18676 [38c5b46d] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent #1101 : Exit: EventHandlerImpl::eventHandler 2025-08-30T16:59:15.518357Z 18676 [] ObservationBridge DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-08-30T16:59:15.518389Z 12892 [38c5b46d] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent::::operator () #855 : Processing cosylib event, EventType = 18 2025-08-30T16:59:15.518429Z 12892 [38c5b46d] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent::::operator () #1027 : Received OnsChangeEvent 2025-08-30T16:59:15.518460Z 12892 [38c5b46d] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::invokeCallbacks #124 : Invoking callbacks for the notification of type : ONS_EVENT, [Midtier notification type = 0 ] 2025-08-30T16:59:15.518492Z 12892 [38c5b46d] NotificationOperations INF acp::local::lite::impl::ACPLLiteNotificationOperations::invokeCallbacks #130 : Started calling 1 callbacks found for ONS_EVENT::NONE::SUBSCRIPTION_UPDATED notification 2025-08-30T16:59:15.518533Z 12892 [38c5b46d] NotificationOperations INF acp::local::lite::impl::ACPLLiteNotificationOperations::invokeCallbacks #135 : Completed calling 1 callbacks found for ONS_EVENT::NONE::SUBSCRIPTION_UPDATED notification 2025-08-30T16:59:30.375827Z 34320 [] ES::cosylib INF cosylib::EntityClientImpl::getRegisteredLoginInfo #975 : EntityClientImpl::getRegisteredLoginInfo : 2025-08-30T16:59:30.376552Z 34320 [] ES::cosylib INF cosylib::EntityClientImpl::getRegisteredLoginInfo #993 : RequestHandle : 9dd2e05e-739b-44d9-bd1a-be6e80aa1f3e 2025-08-30T16:59:30.377628Z 17572 [] ES::cosylib INF cosylib::EntityClientImpl::processEntitySyncResponse #1532 : messageType :entitysync.out.response.get.register.login.info responseJSON : 2025-08-30T16:59:30.377725Z 17572 [] ES::cosylib INF cosylib::EntityClientImpl::processEntitySyncResponse #1623 : Dispatch callback for : entitysync.out.response.get.register.login.info 2025-08-30T16:59:30.379418Z 34320 [] ES::cosylib INF cosylib::EntityClientImpl::getResourcesWithUnsyncedLocalChanges #821 : EntityClientImpl::getResourcesWithUnsyncedLocalChanges : 2025-08-30T16:59:30.379927Z 34320 [] ES::cosylib INF cosylib::EntityClientImpl::getResourcesWithUnsyncedLocalChanges #840 : RequestHandle : a25b78a7-64a9-4e65-97d8-5bdb67e0a00b 2025-08-30T16:59:30.381000Z 17572 [] ES::cosylib INF cosylib::EntityClientImpl::processEntitySyncResponse #1532 : messageType :entitysync.out.response.resource.getresourceswithunsyncedlocalchanges responseJSON :{"responses":[{"responseType":0,"statusCode":200,"payload":{"code":"","message":"","collectionId":"","resourceId":"","requestid":""}}]} 2025-08-30T16:59:30.381128Z 17572 [] ES::cosylib INF cosylib::EntityClientImpl::handleGetResourcesWithUnsyncedLocalChanges #1485 : Cosylib GetResourcesWithUnsyncedLocalChanges Count: 0 2025-08-30T16:59:30.381208Z 17572 [] ES::cosylib INF cosylib::EntityClientImpl::processEntitySyncResponse #1623 : Dispatch callback for : entitysync.out.response.resource.getresourceswithunsyncedlocalchanges 2025-08-30T16:59:35.874713Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T16:59:35.874778Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T16:59:35.889490Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T16:59:35.889563Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T16:59:36.230469Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:59:36.230569Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T16:59:37.474977Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T16:59:39.327133Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T16:59:39.327203Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T16:59:39.357817Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.576800 ms 2025-08-30T16:59:39.357864Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T16:59:39.357893Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T16:59:39.357918Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:00:05.875295Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:00:05.875406Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:00:05.904195Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:00:05.904255Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:00:06.241575Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:00:06.241669Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:00:07.475826Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:00:35.875362Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:00:35.875430Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:00:35.907760Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:00:35.907823Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:00:36.249554Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:00:36.249621Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:00:37.486645Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:00:39.364501Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:00:39.364567Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:00:39.394493Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.891000 ms 2025-08-30T17:00:39.394539Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:00:39.394570Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:00:39.394593Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:01:05.875351Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:01:05.875416Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:01:05.921843Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:01:05.921903Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:01:06.260310Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:01:06.260389Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:01:07.496384Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:01:35.878768Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:01:35.878928Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:01:35.932300Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:01:35.932388Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:01:36.271423Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:01:36.271505Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:01:37.500287Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:01:39.394792Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:01:39.394876Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:01:39.425111Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.164400 ms 2025-08-30T17:01:39.425199Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:01:39.425255Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:01:39.425301Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:02:05.875813Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:02:05.875881Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:02:05.941896Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:02:05.941979Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:02:06.280282Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:02:06.280372Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:02:07.514017Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:02:35.875974Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:02:35.876036Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:02:35.954784Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:02:35.954839Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:02:36.293775Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:02:36.293831Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:02:37.526025Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:02:39.439517Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:02:39.439586Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:02:39.470628Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.002200 ms 2025-08-30T17:02:39.470680Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:02:39.470711Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:02:39.470735Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:03:05.877247Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:03:05.877316Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:03:05.964876Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:03:05.964932Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:03:06.300467Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:03:06.300532Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:03:07.539152Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:03:35.876773Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:03:35.876830Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:03:35.970879Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:03:35.970953Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:03:36.311315Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:03:36.311386Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:03:37.542576Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:03:39.483503Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:03:39.483568Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:03:39.514529Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.924700 ms 2025-08-30T17:03:39.514576Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:03:39.514606Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:03:39.514630Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:04:05.876800Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:04:05.876873Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:04:05.975775Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:04:05.975851Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:04:06.311827Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:04:06.312034Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:04:07.552225Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:04:35.876749Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:04:35.876823Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:04:35.981617Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:04:35.981690Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:04:36.318602Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:04:36.318700Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:04:37.561735Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:04:39.517772Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:04:39.517846Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:04:39.548226Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.340800 ms 2025-08-30T17:04:39.548273Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:04:39.548305Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:04:39.548333Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:05:05.876997Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:05:05.877055Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:05:05.983303Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:05:05.983441Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:05:06.323930Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:05:06.323999Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:05:07.574811Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:05:35.877038Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:05:35.877107Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:05:35.995773Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:05:35.995842Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:05:36.335626Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:05:36.335693Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:05:37.584603Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:05:39.556749Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:05:39.556845Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:05:39.586771Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.875400 ms 2025-08-30T17:05:39.586836Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:05:39.586875Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:05:39.586899Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:06:05.877471Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:06:05.877603Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:06:06.001867Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:06:06.001959Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:06:06.340812Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:06:06.340888Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:06:07.598523Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:06:35.877610Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:06:35.877677Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:06:36.006422Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:06:36.006553Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:06:36.346580Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:06:36.346638Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:06:37.603704Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:06:39.600947Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:06:39.601041Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:06:39.632057Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.976000 ms 2025-08-30T17:06:39.632105Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:06:39.632136Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:06:39.632159Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:07:05.877683Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:07:05.877750Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:07:06.015913Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:07:06.015965Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:07:06.357806Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:07:06.357876Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:07:07.604547Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:07:35.878954Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:07:35.879018Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:07:36.029854Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:07:36.029968Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:07:36.367379Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:07:36.367469Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:07:37.616541Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:07:39.642921Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:07:39.642981Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:07:39.673491Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.468800 ms 2025-08-30T17:07:39.673545Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:07:39.673582Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:07:39.673608Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:08:05.878059Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:08:05.878129Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:08:06.031955Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:08:06.032022Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:08:06.370204Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:08:06.370309Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:08:07.619567Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:08:35.878379Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:08:35.878460Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:08:36.034813Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:08:36.034872Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:08:36.376855Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:08:36.376923Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:08:37.631955Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:08:39.676461Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:08:39.676527Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:08:39.707811Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.246100 ms 2025-08-30T17:08:39.707859Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:08:39.707891Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:08:39.707915Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:09:05.879843Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:09:05.879910Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:09:06.048691Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:09:06.048759Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:09:06.387499Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:09:06.387564Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:09:07.641246Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:09:35.880410Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:09:35.880474Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:09:36.055734Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:09:36.055816Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:09:36.396807Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:09:36.396898Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:09:37.653469Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:09:39.710446Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:09:39.710515Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:09:39.741984Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.422600 ms 2025-08-30T17:09:39.742034Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:09:39.742066Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:09:39.742089Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:10:05.880020Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:10:05.880082Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:10:06.067022Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:10:06.067087Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:10:06.404368Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:10:06.404442Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:10:07.655253Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:10:35.880298Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:10:35.880361Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:10:36.068032Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:10:36.068084Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:10:36.409062Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:10:36.409127Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:10:37.657313Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:10:39.753166Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:10:39.753233Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:10:39.784570Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.293700 ms 2025-08-30T17:10:39.784629Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:10:39.784661Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:10:39.784684Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:11:05.880583Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:11:05.880648Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:11:06.076915Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:11:06.076969Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:11:06.415922Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:11:06.415983Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:11:07.657591Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:11:35.880732Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:11:35.880791Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:11:36.090732Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:11:36.090788Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:11:36.430545Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:11:36.430629Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:11:37.671044Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:11:39.786758Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:11:39.786829Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:11:39.818231Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.368300 ms 2025-08-30T17:11:39.818273Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:11:39.818302Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:11:39.818325Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:12:05.881245Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:12:05.881310Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:12:06.099561Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:12:06.099623Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:12:06.438472Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:12:06.438532Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:12:07.677552Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:12:35.881192Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:12:35.881260Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:12:36.113204Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:12:36.113289Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:12:36.442002Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:12:36.442084Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:12:37.689847Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:12:39.823767Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:12:39.823833Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:12:39.855983Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.113400 ms 2025-08-30T17:12:39.856027Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:12:39.856057Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:12:39.856080Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:13:05.881074Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:13:05.881138Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:13:06.124517Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:13:06.124571Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:13:06.450618Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:13:06.450712Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:13:07.700507Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:13:35.881451Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:13:35.881520Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:13:36.137916Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:13:36.137967Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:13:36.465754Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:13:36.465815Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:13:37.708637Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:13:39.866105Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:13:39.866204Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:13:39.897528Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.274100 ms 2025-08-30T17:13:39.897578Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:13:39.897610Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:13:39.897634Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:14:05.881665Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:14:05.881725Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:14:06.146609Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:14:06.146663Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:14:06.474176Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:14:06.474237Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:14:07.712135Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:14:35.881815Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:14:35.881877Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:14:36.160850Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:14:36.160938Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:14:36.484735Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:14:36.484794Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:14:37.714152Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:14:39.908910Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:14:39.908975Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:14:39.939991Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.981600 ms 2025-08-30T17:14:39.940037Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:14:39.940068Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:14:39.940091Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:15:05.881737Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:15:05.881800Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:15:06.165667Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:15:06.165725Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:15:06.493411Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:15:06.493479Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:15:07.723104Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:15:35.881873Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:15:35.881938Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:15:36.167637Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:15:36.167694Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:15:36.505056Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:15:36.505116Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:15:37.728885Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:15:39.950771Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:15:39.950835Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:15:39.980808Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.930800 ms 2025-08-30T17:15:39.980858Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:15:39.980890Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:15:39.980914Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:16:05.882129Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:16:05.882195Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:16:06.168631Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:16:06.168695Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:16:06.508513Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:16:06.508567Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:16:07.733810Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:16:35.882634Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:16:35.882697Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:16:36.170109Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:16:36.170186Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:16:36.509504Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:16:36.509582Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:16:37.748299Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:16:39.993599Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:16:39.993665Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:16:40.025158Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.453600 ms 2025-08-30T17:16:40.025210Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:16:40.025244Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:16:40.025268Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:17:05.882536Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:17:05.882614Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:17:06.181149Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:17:06.181229Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:17:06.516496Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:17:06.516552Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:17:07.751386Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:17:35.883154Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:17:35.883216Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:17:36.183133Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:17:36.183191Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:17:36.523855Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:17:36.523918Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:17:37.761607Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:17:40.034832Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:17:40.034898Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:17:40.065547Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.614100 ms 2025-08-30T17:17:40.065590Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:17:40.065620Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:17:40.065643Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:18:05.882990Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:18:05.883052Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:18:06.192780Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:18:06.192834Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:18:06.536120Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:18:06.536189Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:18:07.773609Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:18:35.884092Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:18:35.884166Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:18:36.193283Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:18:36.193343Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:18:36.549571Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:18:36.549625Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:18:37.786162Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:18:40.071833Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:18:40.071899Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:18:40.102861Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.923400 ms 2025-08-30T17:18:40.102905Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:18:40.102934Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:18:40.102957Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:19:05.883347Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:19:05.883408Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:19:06.204173Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:19:06.204229Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:19:06.559820Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:19:06.559885Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:19:07.794816Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:19:35.883770Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:19:35.883833Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:19:36.212778Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:19:36.212840Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:19:36.569049Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:19:36.569123Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:19:37.807568Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:19:40.110797Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:19:40.110862Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:19:40.142900Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.001500 ms 2025-08-30T17:19:40.142947Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:19:40.142979Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:19:40.143003Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:20:05.883701Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:20:05.883771Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:20:06.224346Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:20:06.224403Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:20:06.581851Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:20:06.581912Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:20:07.807284Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:20:35.884198Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:20:35.884265Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:20:36.239142Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:20:36.239204Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:20:36.594109Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:20:36.594175Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:20:37.820717Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:20:40.144705Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:20:40.144767Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:20:40.176467Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.666100 ms 2025-08-30T17:20:40.176510Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:20:40.176540Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:20:40.176563Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:21:05.884241Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:21:05.884326Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:21:06.246031Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:21:06.246097Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:21:06.603245Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:21:06.603305Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:21:07.827127Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:21:35.883231Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:21:35.883298Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:21:36.251631Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:21:36.251683Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:21:36.606107Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:21:36.606166Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:21:37.841629Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:21:40.190853Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:21:40.190954Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:21:40.221784Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.777200 ms 2025-08-30T17:21:40.221830Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:21:40.221863Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:21:40.221888Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:22:05.883310Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:22:05.883379Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:22:06.252746Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:22:06.252803Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:22:06.607528Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:22:06.607584Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:22:07.854704Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:22:35.884187Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:22:35.884265Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:22:36.266856Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:22:36.266925Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:22:36.608699Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:22:36.608755Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:22:37.860027Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:22:40.228840Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:22:40.228908Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:22:40.260469Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.520300 ms 2025-08-30T17:22:40.260516Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:22:40.260549Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:22:40.260573Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:23:05.883974Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:23:05.884033Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:23:06.278834Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:23:06.278923Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:23:06.616239Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:23:06.616299Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:23:07.868205Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:23:35.883703Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:23:35.883776Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:23:36.285643Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:23:36.285701Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:23:36.628156Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:23:36.628241Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:23:37.881200Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:23:40.275249Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:23:40.275321Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:23:40.305804Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.443900 ms 2025-08-30T17:23:40.305848Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:23:40.305878Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:23:40.305901Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:24:05.883851Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:24:05.883920Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:24:06.295053Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:24:06.295120Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:24:06.636133Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:24:06.636202Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:24:07.888163Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:24:35.884066Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:24:35.884122Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:24:36.306496Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:24:36.306548Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:24:36.647960Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:24:36.648014Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:24:37.892805Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:24:40.308123Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:24:40.308190Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:24:40.338464Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.239200 ms 2025-08-30T17:24:40.338504Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:24:40.338534Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:24:40.338557Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:25:05.884390Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:25:05.884449Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:25:06.317514Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:25:06.317561Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:25:06.656357Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:25:06.656410Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:25:07.901825Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:25:35.885815Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:25:35.885874Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:25:36.322907Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:25:36.322957Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:25:36.663192Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:25:36.663262Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:25:37.908685Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:25:40.345141Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:25:40.345210Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:25:40.376876Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.628400 ms 2025-08-30T17:25:40.376925Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:25:40.376958Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:25:40.376983Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:26:05.884671Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:26:05.884729Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:26:06.335907Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:26:06.335962Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:26:06.678574Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:26:06.678638Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:26:07.923215Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:26:35.885086Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:26:35.885142Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:26:36.348817Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:26:36.348880Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:26:36.691002Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:26:36.691116Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:26:37.929878Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:26:40.390284Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:26:40.390344Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:26:40.422625Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.247000 ms 2025-08-30T17:26:40.422663Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:26:40.422691Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:26:40.422714Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:27:05.885525Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:27:05.885592Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:27:06.362106Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:27:06.362162Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:27:06.702091Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:27:06.702152Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:27:07.932663Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:27:35.885814Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:27:35.885872Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:27:36.373583Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:27:36.373657Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:27:36.711425Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:27:36.711510Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:27:37.935473Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:27:40.425207Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:27:40.425299Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:27:40.457884Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.540100 ms 2025-08-30T17:27:40.457926Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:27:40.457955Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:27:40.457978Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:28:05.885543Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:28:05.885601Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:28:06.381252Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:28:06.381320Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:28:06.723261Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:28:06.723344Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:28:07.948711Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:28:35.885643Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:28:35.885699Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:28:36.393187Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:28:36.393262Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:28:36.733869Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:28:36.733925Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:28:37.956977Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:28:40.472312Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:28:40.472378Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:28:40.502140Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.725100 ms 2025-08-30T17:28:40.502189Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:28:40.502220Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:28:40.502244Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:29:05.887102Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:29:05.887165Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:29:06.407112Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:29:06.407192Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:29:06.747272Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:29:06.747329Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:29:07.969040Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:29:35.886167Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:29:35.886225Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:29:36.416566Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:29:36.416643Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:29:36.757314Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:29:36.757369Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:29:37.977175Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:29:40.516581Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:29:40.516674Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:29:40.547391Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.665900 ms 2025-08-30T17:29:40.547457Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:29:40.547502Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:29:40.547540Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:30:05.886168Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:30:05.886238Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:30:06.430575Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:30:06.430632Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:30:06.771146Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:30:06.771208Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:30:07.982018Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:30:35.886529Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:30:35.886596Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:30:36.442095Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:30:36.442140Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:30:36.783118Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:30:36.783173Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:30:37.992894Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:30:40.551423Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:30:40.551484Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:30:40.581124Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.602100 ms 2025-08-30T17:30:40.581171Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:30:40.581202Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:30:40.581226Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:31:05.886722Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:31:05.886799Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:31:06.456998Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:31:06.457048Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:31:06.796516Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:31:06.796572Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:31:08.001224Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:31:35.886932Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:31:35.886990Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:31:36.463609Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:31:36.463662Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:31:36.801096Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:31:36.801151Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:31:38.014558Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:31:40.591406Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:31:40.591504Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:31:40.622783Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.229900 ms 2025-08-30T17:31:40.622838Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:31:40.622872Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:31:40.622897Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:32:05.887618Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:32:05.887675Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:32:06.472548Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:32:06.472607Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:32:06.812891Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:32:06.813044Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:32:08.025607Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:32:35.887214Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:32:35.887277Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:32:36.483334Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:32:36.483452Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:32:36.824888Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:32:36.824976Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:32:38.034076Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:32:40.626041Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:32:40.626108Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:32:40.659829Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 33.688400 ms 2025-08-30T17:32:40.659867Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:32:40.659894Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:32:40.659917Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:33:05.887316Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:33:05.887383Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:33:06.492216Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:33:06.492277Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:33:06.835210Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:33:06.835300Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:33:08.035181Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:33:35.887545Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:33:35.887601Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:33:36.496798Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:33:36.496869Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:33:36.840398Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:33:36.840457Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:33:38.040414Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:33:40.662289Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:33:40.662353Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:33:40.693593Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.206100 ms 2025-08-30T17:33:40.693636Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:33:40.693664Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:33:40.693687Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:34:05.887930Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:34:05.888029Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:34:06.510068Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:34:06.510118Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:34:06.850198Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:34:06.850267Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:34:08.041536Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:34:35.888211Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:34:35.888272Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:34:36.510331Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:34:36.510386Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:34:36.855038Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:34:36.855095Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:34:38.048501Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:34:40.699934Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:34:40.699997Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:34:40.731196Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.169200 ms 2025-08-30T17:34:40.731234Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:34:40.731261Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:34:40.731314Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:35:05.888262Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:35:05.888319Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:35:06.512294Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:35:06.512340Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:35:06.856515Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:35:06.856575Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:35:08.048340Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:35:35.888345Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:35:35.888400Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:35:36.515841Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:35:36.515981Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:35:36.857406Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:35:36.857459Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:35:38.063950Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:35:40.732438Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:35:40.732501Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:35:40.763333Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.801500 ms 2025-08-30T17:35:40.763372Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:35:40.763403Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:35:40.763429Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:36:05.888787Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:36:05.888845Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:36:06.516952Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:36:06.517001Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:36:06.872131Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:36:06.872187Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:36:08.072539Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:36:35.888774Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:36:35.888831Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:36:36.529560Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:36:36.529617Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:36:36.886358Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:36:36.886414Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:36:38.080136Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:36:40.775719Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:36:40.775792Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:36:40.807497Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.666900 ms 2025-08-30T17:36:40.807546Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:36:40.807576Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:36:40.807599Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:37:05.888865Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:37:05.888924Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:37:06.532867Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:37:06.532917Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:37:06.891753Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:37:06.891815Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:37:08.093394Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:37:35.889310Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:37:35.889369Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:37:36.534669Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:37:36.534724Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:37:36.906369Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:37:36.906422Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:37:38.103797Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:37:40.810683Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:37:40.810747Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:37:40.842299Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.513400 ms 2025-08-30T17:37:40.842342Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:37:40.842371Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:37:40.842394Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:38:05.889370Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:38:05.889426Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:38:06.536138Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:38:06.536191Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:38:06.909580Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:38:06.909637Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:38:08.105243Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:38:35.889802Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:38:35.889858Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:38:36.547171Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:38:36.547222Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:38:36.919768Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:38:36.920127Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:38:38.107392Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:38:40.846658Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:38:40.846725Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:38:40.878241Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.483500 ms 2025-08-30T17:38:40.878278Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:38:40.878308Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:38:40.878332Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:39:05.890558Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:39:05.890614Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:39:06.559213Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:39:06.559286Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:39:06.933876Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:39:06.933935Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:39:08.115081Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:39:35.890331Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:39:35.890391Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:39:36.573038Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:39:36.573136Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:39:36.942601Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:39:36.942653Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:39:38.121339Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:39:40.880172Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:39:40.880237Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:39:40.912455Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.186200 ms 2025-08-30T17:39:40.912496Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:39:40.912523Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:39:40.912548Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:40:05.890881Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:40:05.890958Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:40:06.576020Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:40:06.576094Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:40:06.950437Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:40:06.950494Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:40:08.122709Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:40:35.891074Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:40:35.891142Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:40:36.589260Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:40:36.589383Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:40:36.959865Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:40:36.959920Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:40:38.123078Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:40:40.920031Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:40:40.920093Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:40:40.951684Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.561200 ms 2025-08-30T17:40:40.951722Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:40:40.951750Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:40:40.951774Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:41:05.890552Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:41:05.890619Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:41:06.599665Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:41:06.599743Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:41:06.973031Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:41:06.973096Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:41:08.130255Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:41:35.891120Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:41:35.891177Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:41:36.613711Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:41:36.613761Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:41:36.982371Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:41:36.982428Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:41:38.142383Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:41:40.962837Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:41:40.962898Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:41:40.995814Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.882100 ms 2025-08-30T17:41:40.995859Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:41:40.995888Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:41:40.995912Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:42:05.891043Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:42:05.891098Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:42:06.616702Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:42:06.616760Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:42:06.985252Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:42:06.985315Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:42:08.150494Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:42:35.892433Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:42:35.892494Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:42:36.627104Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:42:36.627162Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:42:36.991942Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:42:36.992023Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:42:38.157934Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:42:41.008539Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:42:41.008618Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:42:41.039383Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.729000 ms 2025-08-30T17:42:41.039467Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:42:41.039496Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:42:41.039519Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:43:05.891444Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:43:05.891506Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:43:06.639903Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:43:06.639951Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:43:06.995793Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:43:06.995851Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:43:08.159813Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:43:35.891687Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:43:35.891748Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:43:36.646119Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:43:36.646187Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:43:37.000704Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:43:37.000761Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:43:38.160074Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:43:41.052632Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:43:41.052699Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:43:41.082617Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.879400 ms 2025-08-30T17:43:41.082668Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:43:41.082699Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:43:41.082722Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:44:05.893983Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:44:05.894039Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:44:06.657507Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:44:06.657565Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:44:07.014907Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:44:07.015005Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:44:08.162203Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:44:35.892460Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:44:35.892531Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:44:36.664245Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:44:36.664322Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:44:37.021770Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:44:37.021849Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:44:38.173927Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:44:41.084298Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:44:41.084361Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:44:41.117155Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.761800 ms 2025-08-30T17:44:41.117195Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:44:41.117224Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:44:41.117249Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:45:05.892190Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:45:05.892261Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:45:06.673322Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:45:06.673373Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:45:07.032776Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:45:07.032842Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:45:08.185907Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:45:35.893480Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:45:35.893553Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:45:36.687526Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:45:36.687580Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:45:37.047375Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:45:37.047447Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:45:38.192755Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:45:41.124791Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:45:41.124860Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:45:41.155547Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.648400 ms 2025-08-30T17:45:41.155594Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:45:41.155647Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:45:41.155672Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:46:05.892659Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:46:05.892717Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:46:06.696342Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:46:06.696444Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:46:07.056310Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:46:07.056372Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:46:08.204183Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:46:35.892803Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:46:35.892860Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:46:36.697951Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:46:36.698005Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:46:37.060032Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:46:37.060102Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:46:38.212958Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:46:41.169338Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:46:41.169401Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:46:41.202162Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.728600 ms 2025-08-30T17:46:41.202206Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:46:41.202236Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:46:41.202260Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:47:05.893292Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:47:05.893350Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:47:06.711797Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:47:06.711867Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:47:07.067746Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:47:07.067842Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:47:08.220139Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:47:35.893207Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:47:35.893269Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:47:36.712372Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:47:36.712424Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:47:37.070109Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:47:37.070197Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:47:38.221680Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:47:41.215728Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:47:41.215794Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:47:41.245391Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.560900 ms 2025-08-30T17:47:41.245439Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:47:41.245469Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:47:41.245493Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:48:05.895023Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:48:05.895087Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:48:06.717970Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:48:06.718017Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:48:07.079037Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:48:07.079094Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:48:08.229154Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:48:35.894907Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:48:35.894963Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:48:36.728945Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:48:36.728999Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:48:37.084960Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:48:37.085018Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:48:38.230069Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:48:41.256555Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:48:41.256621Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:48:41.287522Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.862400 ms 2025-08-30T17:48:41.287577Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:48:41.287608Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:48:41.287634Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:49:05.895141Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:49:05.895196Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:49:06.733597Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:49:06.733668Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:49:07.100297Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:49:07.100373Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:49:08.239125Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:49:35.895224Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:49:35.895281Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:49:36.747041Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:49:36.747102Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:49:37.105047Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:49:37.105103Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:49:38.252731Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:49:41.300597Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:49:41.300660Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:49:41.331680Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.988600 ms 2025-08-30T17:49:41.331721Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:49:41.331753Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:49:41.331777Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:50:05.895419Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:50:05.895474Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:50:06.748101Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:50:06.748175Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:50:07.111086Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:50:07.111141Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:50:08.257195Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:50:35.895504Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:50:35.895570Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:50:36.760516Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:50:36.760576Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:50:37.117948Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:50:37.118009Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:50:38.267317Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:50:41.337913Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:50:41.337977Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:50:41.369900Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.888000 ms 2025-08-30T17:50:41.369942Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:50:41.369972Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:50:41.369998Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:51:05.895583Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:51:05.895640Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:51:06.762951Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:51:06.763015Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:51:07.119860Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:51:07.119916Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:51:08.276433Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:51:35.895649Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:51:35.895746Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:51:36.777488Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:51:36.777557Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:51:37.132113Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:51:37.132169Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:51:38.280475Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:51:41.372389Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:51:41.372454Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:51:41.403605Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.121800 ms 2025-08-30T17:51:41.403642Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:51:41.403670Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:51:41.403694Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:52:05.896392Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:52:05.896449Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:52:06.785461Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:52:06.785552Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:52:07.144514Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:52:07.144568Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:52:08.284637Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:52:35.896074Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:52:35.896139Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:52:36.791183Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:52:36.791233Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:52:37.144523Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:52:37.144581Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:52:38.288721Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:52:41.408416Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:52:41.408482Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:52:41.441012Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.499700 ms 2025-08-30T17:52:41.441049Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:52:41.441078Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:52:41.441100Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:53:05.897605Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:53:05.897661Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:53:06.800963Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:53:06.801030Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:53:07.144672Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:53:07.144765Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:53:08.295038Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:53:35.897384Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:53:35.897444Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:53:36.804991Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:53:36.805037Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:53:37.148485Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:53:37.148562Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:53:38.302012Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:53:41.453454Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:53:41.453521Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:53:41.484324Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.765100 ms 2025-08-30T17:53:41.484373Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:53:41.484404Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:53:41.484428Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:54:05.896891Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:54:05.896946Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:54:06.810034Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:54:06.810083Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:54:07.156334Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:54:07.156466Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:54:08.307290Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:54:35.896970Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:54:35.897041Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:54:36.811249Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:54:36.811319Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:54:37.168728Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:54:37.168803Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:54:38.322213Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:54:41.495742Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:54:41.495807Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:54:41.525637Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.791100 ms 2025-08-30T17:54:41.525685Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:54:41.525715Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:54:41.525738Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:55:05.897216Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:55:05.897272Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:55:06.825811Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:55:06.825863Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:55:07.182458Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:55:07.182550Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:55:08.336213Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:55:35.897234Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:55:35.897299Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:55:36.830313Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:55:36.830362Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:55:37.184050Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:55:37.184107Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:55:38.351677Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:55:41.530131Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:55:41.530197Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:55:41.562607Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.378400 ms 2025-08-30T17:55:41.562649Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:55:41.562677Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:55:41.562701Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:56:05.897763Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:56:05.897821Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:56:06.840793Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:56:06.840855Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:56:07.196313Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:56:07.196395Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:56:08.361439Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:56:35.898819Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:56:35.898890Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:56:36.840927Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:56:36.840992Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:56:37.201271Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:56:37.201347Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:56:38.367425Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:56:41.568797Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:56:41.568864Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:56:41.600460Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.557100 ms 2025-08-30T17:56:41.600509Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:56:41.600539Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:56:41.600563Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:57:05.898054Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:57:05.898110Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:57:06.845043Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:57:06.845113Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:57:07.215479Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:57:07.215548Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:57:08.377549Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:57:35.898307Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:57:35.898369Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:57:36.857645Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:57:36.857717Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:57:37.230063Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:57:37.230127Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:57:38.393163Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:57:41.611299Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:57:41.611362Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:57:41.642407Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.010900 ms 2025-08-30T17:57:41.642451Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:57:41.642480Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:57:41.642504Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:58:05.898382Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:58:05.898444Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:58:06.859390Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:58:06.859443Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:58:07.233071Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:58:07.233137Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:58:08.393610Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:58:35.898495Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:58:35.898557Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:58:36.863913Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:58:36.863982Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:58:37.234763Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:58:37.234837Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:58:38.407423Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:58:41.644163Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:58:41.644230Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:58:41.675361Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.092900 ms 2025-08-30T17:58:41.675412Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:58:41.675445Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:58:41.675533Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T17:59:05.898434Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:59:05.898501Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:59:06.871133Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:59:06.871202Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:59:07.235554Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:59:07.235716Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:59:08.419842Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:59:35.898627Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T17:59:35.898688Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T17:59:36.871506Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T17:59:36.871572Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T17:59:37.242436Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:59:37.242504Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T17:59:38.433340Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T17:59:41.678861Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T17:59:41.678926Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T17:59:41.710104Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.144300 ms 2025-08-30T17:59:41.710149Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T17:59:41.710178Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T17:59:41.710201Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:00:05.898229Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:00:05.898294Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:00:06.884892Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:00:06.884948Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:00:07.244114Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:00:07.244168Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:00:08.438604Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:00:35.897919Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:00:35.897978Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:00:36.888903Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:00:36.888975Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:00:37.244553Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:00:37.244607Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:00:38.451422Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:00:41.713443Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:00:41.713512Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:00:41.744399Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.848000 ms 2025-08-30T18:00:41.744446Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:00:41.744477Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:00:41.744501Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:01:05.897970Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:01:05.898035Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:01:06.897059Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:01:06.897185Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:01:07.252816Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:01:07.252875Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:01:08.460379Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:01:35.898468Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:01:35.898533Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:01:36.904419Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:01:36.904468Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:01:37.257997Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:01:37.258060Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:01:38.462479Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:01:41.753065Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:01:41.753127Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:01:41.784829Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.671500 ms 2025-08-30T18:01:41.784869Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:01:41.784898Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:01:41.784921Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:02:05.898253Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:02:05.898376Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:02:06.911626Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:02:06.911678Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:02:07.267563Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:02:07.267635Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:02:08.476680Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:02:35.940649Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:02:35.940706Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:02:36.918192Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:02:36.918243Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:02:37.269047Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:02:37.269105Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:02:38.479373Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:02:41.794785Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:02:41.794849Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:02:41.825936Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.043700 ms 2025-08-30T18:02:41.826004Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:02:41.826043Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:02:41.826097Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:03:05.898741Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:03:05.898798Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:03:06.928011Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:03:06.928097Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:03:07.283850Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:03:07.283920Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:03:08.490127Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:03:35.898950Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:03:35.899033Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:03:36.942618Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:03:36.942687Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:03:37.297257Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:03:37.297314Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:03:38.490500Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:03:41.834700Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:03:41.834798Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:03:41.865405Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.543600 ms 2025-08-30T18:03:41.865453Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:03:41.865530Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:03:41.865558Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:04:05.900038Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:04:05.900095Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:04:06.954062Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:04:06.954124Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:04:07.310699Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:04:07.310787Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:04:08.504200Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:04:35.899425Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:04:35.899483Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:04:36.965156Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:04:36.965229Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:04:37.316855Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:04:37.316943Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:04:38.509799Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:04:41.874002Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:04:41.874070Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:04:41.906541Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.329000 ms 2025-08-30T18:04:41.906589Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:04:41.906619Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:04:41.906642Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:05:05.899208Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:05:05.899286Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:05:06.966616Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:05:06.966743Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:05:07.319852Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:05:07.319927Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:05:08.522985Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:05:35.899828Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:05:35.899912Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:05:36.973576Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:05:36.973669Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:05:37.327442Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:05:37.327523Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:05:38.534919Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:05:41.916953Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:05:41.917141Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:05:41.948016Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.821400 ms 2025-08-30T18:05:41.948073Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:05:41.948108Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:05:41.948132Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:06:05.899927Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:06:05.899986Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:06:06.986162Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:06:06.986238Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:06:07.340176Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:06:07.340237Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:06:08.539929Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:06:35.900733Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:06:35.900805Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:06:36.998227Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:06:36.998305Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:06:37.353570Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:06:37.353657Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:06:38.552465Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:06:41.962088Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:06:41.962231Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:06:41.992899Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.624800 ms 2025-08-30T18:06:41.992963Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:06:41.993005Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:06:41.993034Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:07:05.900221Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:07:05.900288Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:07:07.000685Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:07:07.000741Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:07:07.355774Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:07:07.355853Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:07:08.553724Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:07:35.901460Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:07:35.901529Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:07:37.010874Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:07:37.010998Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:07:37.366119Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:07:37.366182Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:07:38.558758Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:07:41.998194Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:07:41.998260Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:07:42.029983Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.684000 ms 2025-08-30T18:07:42.030029Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:07:42.030061Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:07:42.030084Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:08:05.900493Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:08:05.900569Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:08:07.020378Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:08:07.020493Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:08:07.372746Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:08:07.372843Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:08:08.561004Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:08:35.900618Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:08:35.900681Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:08:37.025996Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:08:37.026072Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:08:37.386333Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:08:37.386402Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:08:38.565220Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:08:42.042293Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:08:42.042395Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:08:42.073718Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.267100 ms 2025-08-30T18:08:42.073769Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:08:42.073802Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:08:42.073826Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:09:05.900913Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:09:05.900982Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:09:07.034988Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:09:07.035051Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:09:07.392216Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:09:07.392281Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:09:08.569731Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:09:35.901007Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:09:35.901067Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:09:37.050243Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:09:37.050429Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:09:37.402348Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:09:37.402462Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:09:38.573576Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:09:42.073319Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:09:42.073385Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:09:42.104099Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.678300 ms 2025-08-30T18:09:42.104146Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:09:42.104176Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:09:42.104200Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:10:05.901246Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:10:05.901315Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:10:07.059013Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:10:07.059218Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:10:07.413138Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:10:07.413203Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:10:08.577953Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:10:35.901452Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:10:35.901516Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:10:37.068198Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:10:37.068279Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:10:37.427191Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:10:37.427257Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:10:38.588285Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:10:42.116258Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:10:42.116324Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:10:42.146925Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.563700 ms 2025-08-30T18:10:42.146972Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:10:42.147003Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:10:42.147029Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:11:05.901856Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:11:05.901915Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:11:07.076139Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:11:07.076204Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:11:07.429597Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:11:07.429654Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:11:08.601077Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:11:35.902393Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:11:35.902453Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:11:37.084870Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:11:37.084935Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:11:37.441035Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:11:37.441108Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:11:38.612895Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:11:42.158796Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:11:42.158860Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:11:42.190282Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.382500 ms 2025-08-30T18:11:42.190331Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:11:42.190362Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:11:42.190385Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:12:05.914016Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:12:05.914107Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:12:07.092755Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:12:07.092859Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:12:07.443440Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:12:07.443516Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:12:08.621736Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:12:35.902629Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:12:35.902700Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:12:37.096234Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:12:37.096301Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:12:37.449681Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:12:37.449781Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:12:38.636127Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:12:42.200068Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:12:42.200142Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:12:42.230868Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.680300 ms 2025-08-30T18:12:42.230928Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:12:42.230970Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:12:42.230997Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:13:05.902864Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:13:05.902953Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:13:07.109530Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:13:07.109611Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:13:07.461895Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:13:07.461984Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:13:08.642576Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:13:35.902791Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:13:35.902853Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:13:37.117477Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:13:37.117597Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:13:37.473500Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:13:37.473585Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:13:38.651553Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:13:42.244956Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:13:42.245052Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:13:42.276158Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.050700 ms 2025-08-30T18:13:42.276210Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:13:42.276241Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:13:42.276266Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:14:05.902637Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:14:05.902704Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:14:07.121030Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:14:07.121098Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:14:07.475457Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:14:07.475566Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:14:08.653452Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:14:35.902849Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:14:35.902913Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:14:37.136081Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:14:37.136161Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:14:37.488642Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:14:37.488704Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:14:38.657751Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:14:42.291861Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:14:42.291924Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:14:42.323169Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.209100 ms 2025-08-30T18:14:42.323214Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:14:42.323247Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:14:42.323282Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:15:05.902933Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:15:05.903014Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:15:07.147418Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:15:07.147478Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:15:07.501148Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:15:07.501211Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:15:08.670997Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:15:35.903311Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:15:35.903368Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:15:37.147563Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:15:37.147611Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:15:37.502243Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:15:37.502317Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:15:38.677699Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:15:42.337393Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:15:42.337459Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:15:42.368974Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.479100 ms 2025-08-30T18:15:42.369018Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:15:42.369047Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:15:42.369070Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:16:05.903624Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:16:05.903692Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:16:07.152527Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:16:07.152588Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:16:07.508225Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:16:07.508309Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:16:08.686781Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:16:35.903503Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:16:35.903565Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:16:37.167360Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:16:37.167462Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:16:37.521537Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:16:37.521598Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:16:38.695549Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:16:42.372501Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:16:42.372569Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:16:42.404574Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.970500 ms 2025-08-30T18:16:42.404614Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:16:42.404643Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:16:42.404669Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:17:05.903543Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:17:05.903600Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:17:07.180378Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:17:07.180445Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:17:07.523792Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:17:07.523850Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:17:08.708717Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:17:35.904011Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:17:35.904069Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:17:37.194988Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:17:37.195039Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:17:37.534691Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:17:37.534766Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:17:38.718017Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:17:42.409959Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:17:42.410022Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:17:42.441405Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.348800 ms 2025-08-30T18:17:42.441454Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:17:42.441485Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:17:42.441508Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:18:05.904089Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:18:05.904147Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:18:07.200235Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:18:07.200288Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:18:07.541619Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:18:07.541679Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:18:08.717607Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:18:35.904289Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:18:35.904351Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:18:37.215585Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:18:37.215649Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:18:37.543024Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:18:37.543079Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:18:38.722781Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:18:42.450920Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:18:42.451018Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:18:42.482158Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.090900 ms 2025-08-30T18:18:42.482206Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:18:42.482235Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:18:42.482258Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:19:05.904435Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:19:05.904498Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:19:07.221716Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:19:07.221792Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:19:07.550060Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:19:07.550129Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:19:08.727463Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:19:35.904509Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:19:35.904574Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:19:37.236407Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:19:37.236472Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:19:37.558792Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:19:37.558856Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:19:38.733806Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:19:42.483388Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:19:42.483458Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:19:42.514110Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.609400 ms 2025-08-30T18:19:42.514186Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:19:42.514234Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:19:42.514274Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:20:05.904702Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:20:05.904800Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:20:07.249997Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:20:07.250066Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:20:07.559335Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:20:07.559416Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:20:08.747597Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:20:35.904858Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:20:35.904924Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:20:37.261831Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:20:37.261959Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:20:37.567641Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:20:37.567745Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:20:38.751714Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:20:42.525561Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:20:42.525625Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:20:42.554894Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.228800 ms 2025-08-30T18:20:42.554949Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:20:42.554981Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:20:42.555005Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:21:05.905167Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:21:05.905227Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:21:07.264423Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:21:07.264489Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:21:07.574025Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:21:07.574083Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:21:08.764686Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:21:35.905323Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:21:35.905389Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:21:37.266113Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:21:37.266185Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:21:37.575049Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:21:37.575108Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:21:38.775950Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:21:42.561312Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:21:42.561383Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:21:42.621695Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 60.277000 ms 2025-08-30T18:21:42.621739Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:21:42.621769Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:21:42.621793Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:22:05.905653Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:22:05.905732Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:22:07.280705Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:22:07.280767Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:22:07.589676Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:22:07.589753Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:22:08.776392Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:22:35.905631Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:22:35.905690Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:22:37.295053Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:22:37.295109Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:22:37.591060Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:22:37.591118Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:22:38.787674Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:22:42.630965Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:22:42.631027Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:22:42.661548Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.486100 ms 2025-08-30T18:22:42.661590Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:22:42.661620Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:22:42.661643Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:23:05.905916Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:23:05.905974Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:23:07.302878Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:23:07.302978Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:23:07.594087Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:23:07.594155Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:23:08.790985Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:23:35.905944Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:23:35.906003Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:23:37.313599Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:23:37.313671Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:23:37.605659Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:23:37.605726Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:23:38.793604Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:23:42.672755Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:23:42.672821Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:23:42.703073Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.214500 ms 2025-08-30T18:23:42.703120Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:23:42.703151Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:23:42.703176Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:24:05.906001Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:24:05.906070Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:24:07.320159Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:24:07.320231Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:24:07.612816Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:24:07.612885Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:24:08.796418Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:24:35.906330Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:24:35.906390Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:24:37.320216Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:24:37.320275Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:24:37.628260Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:24:37.628318Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:24:38.798403Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:24:42.711551Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:24:42.711621Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:24:42.741993Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.336300 ms 2025-08-30T18:24:42.742040Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:24:42.742070Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:24:42.742095Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:25:05.906770Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:25:05.906828Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:25:07.333466Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:25:07.333528Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:25:07.630214Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:25:07.630287Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:25:08.804932Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:25:35.906604Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:25:35.906678Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:25:37.347738Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:25:37.347794Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:25:37.641935Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:25:37.641993Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:25:38.816116Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:25:42.750282Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:25:42.750345Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:25:42.782079Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.697100 ms 2025-08-30T18:25:42.782126Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:25:42.782160Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:25:42.782185Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:26:05.907146Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:26:05.907201Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:26:07.362437Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:26:07.362542Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:26:07.642365Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:26:07.642422Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:26:08.830217Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:26:35.907354Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:26:35.907410Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:26:37.374123Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:26:37.374215Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:26:37.651445Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:26:37.651530Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:26:38.844337Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:26:42.787535Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:26:42.787603Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:26:42.819707Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.065500 ms 2025-08-30T18:26:42.819755Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:26:42.819786Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:26:42.819811Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:27:05.907444Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:27:05.907500Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:27:07.387425Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:27:07.387487Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:27:07.665891Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:27:07.665967Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:27:08.855585Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:27:35.907898Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:27:35.907966Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:27:37.389616Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:27:37.389689Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:27:37.680970Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:27:37.681043Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:27:38.860989Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:27:42.834478Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:27:42.834542Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:27:42.865854Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.273800 ms 2025-08-30T18:27:42.865905Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:27:42.865936Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:27:42.865964Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:28:05.907920Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:28:05.907977Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:28:07.394321Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:28:07.394373Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:28:07.688122Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:28:07.688194Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:28:08.860953Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:28:35.907923Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:28:35.907983Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:28:37.401456Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:28:37.401509Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:28:37.693084Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:28:37.693149Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:28:38.874690Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:28:42.873949Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:28:42.874015Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:28:42.904346Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.293600 ms 2025-08-30T18:28:42.904392Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:28:42.904421Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:28:42.904446Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:29:05.908143Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:29:05.908223Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:29:07.403839Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:29:07.403902Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:29:07.698909Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:29:07.698969Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:29:08.881474Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:29:35.908460Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:29:35.908520Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:29:37.407165Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:29:37.407232Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:29:37.700010Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:29:37.700067Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:29:38.881628Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:29:42.912152Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:29:42.912222Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:29:42.943419Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.159600 ms 2025-08-30T18:29:42.943465Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:29:42.943495Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:29:42.943519Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:30:05.908548Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:30:05.908612Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:30:07.411141Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:30:07.411202Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:30:07.703688Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:30:07.703746Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:30:08.885229Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:30:35.909271Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:30:35.909342Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:30:37.426344Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:30:37.426415Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:30:37.706469Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:30:37.706526Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:30:38.889077Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:30:42.951099Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:30:42.951165Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:30:42.981177Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.974200 ms 2025-08-30T18:30:42.981225Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:30:42.981257Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:30:42.981312Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:31:05.911044Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:31:05.911107Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:31:07.430193Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:31:07.430250Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:31:07.711305Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:31:07.711374Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:31:08.895835Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:31:35.909173Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:31:35.909252Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:31:37.441927Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:31:37.441998Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:31:37.719108Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:31:37.719182Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:31:38.909039Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:31:42.990898Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:31:42.990965Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:31:43.022519Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.520600 ms 2025-08-30T18:31:43.022586Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:31:43.022619Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:31:43.022644Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:32:05.909417Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:32:05.909479Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:32:07.452809Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:32:07.452877Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:32:07.730056Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:32:07.730112Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:32:08.917228Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:32:35.909300Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:32:35.909376Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:32:37.464405Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:32:37.464464Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:32:37.740214Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:32:37.740278Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:32:38.930270Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:32:43.026542Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:32:43.026608Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:32:43.057128Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.443400 ms 2025-08-30T18:32:43.057172Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:32:43.057202Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:32:43.057227Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:33:05.909606Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:33:05.909667Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:33:07.471722Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:33:07.471798Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:33:07.752499Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:33:07.752591Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:33:08.944784Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:33:35.909705Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:33:35.909770Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:33:37.477078Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:33:37.477131Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:33:37.757307Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:33:37.757375Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:33:38.955385Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:33:43.065492Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:33:43.065561Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:33:43.095958Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.355600 ms 2025-08-30T18:33:43.096002Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:33:43.096032Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:33:43.096057Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:34:05.909930Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:34:05.909987Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:34:07.481219Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:34:07.481296Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:34:07.760255Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:34:07.760320Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:34:08.966024Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:34:35.910751Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:34:35.910809Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:34:37.491593Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:34:37.491645Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:34:37.770344Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:34:37.770412Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:34:38.970470Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:34:43.109435Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:34:43.109505Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:34:43.141465Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.921300 ms 2025-08-30T18:34:43.141510Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:34:43.141539Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:34:43.141563Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:35:05.910916Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:35:05.910977Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:35:07.496421Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:35:07.496489Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:35:07.773444Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:35:07.773529Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:35:08.981526Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:35:35.910911Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:35:35.910982Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:35:37.497224Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:35:37.497278Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:35:37.777050Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:35:37.777130Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:35:38.982799Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:35:43.145372Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:35:43.145437Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:35:43.175677Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.203400 ms 2025-08-30T18:35:43.175723Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:35:43.175753Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:35:43.175778Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:36:05.911757Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:36:05.911817Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:36:07.502804Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:36:07.502864Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:36:07.781712Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:36:07.781788Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:36:08.983501Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:36:35.911263Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:36:35.911321Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:36:37.511824Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:36:37.511907Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:36:37.787643Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:36:37.787718Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:36:38.988870Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:36:43.183419Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:36:43.183514Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:36:43.214552Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.996000 ms 2025-08-30T18:36:43.214607Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:36:43.214642Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:36:43.214666Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:37:05.911116Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:37:05.911184Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:37:07.514579Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:37:07.514673Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:37:07.792493Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:37:07.792548Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:37:08.992590Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:37:35.911481Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:37:35.911543Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:37:37.523857Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:37:37.523914Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:37:37.801572Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:37:37.801636Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:37:39.001039Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:37:43.216189Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:37:43.216259Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:37:43.248151Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.840000 ms 2025-08-30T18:37:43.248195Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:37:43.248226Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:37:43.248251Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:38:05.912551Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:38:05.912614Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:38:07.534756Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:38:07.534815Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:38:07.813327Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:38:07.813389Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:38:09.003056Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:38:35.911799Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:38:35.911858Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:38:37.538813Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:38:37.538876Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:38:37.817352Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:38:37.817407Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:38:39.015254Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:38:43.260505Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:38:43.260567Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:38:43.292612Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.006700 ms 2025-08-30T18:38:43.292656Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:38:43.292686Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:38:43.292710Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:39:05.912072Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:39:05.912132Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:39:07.550146Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:39:07.550221Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:39:07.826540Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:39:07.826612Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:39:09.019437Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:39:35.911958Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:39:35.912029Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:39:37.562082Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:39:37.562137Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:39:37.839727Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:39:37.839804Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:39:39.028103Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:39:43.302023Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:39:43.302088Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:39:43.333790Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.669900 ms 2025-08-30T18:39:43.333826Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:39:43.333855Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:39:43.333877Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:40:05.912111Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:40:05.912166Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:40:07.565849Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:40:07.565923Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:40:07.845078Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:40:07.845136Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:40:09.040427Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:40:35.912357Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:40:35.912431Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:40:37.568292Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:40:37.568362Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:40:37.847488Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:40:37.847605Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:40:39.040550Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:40:43.347115Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:40:43.347182Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:40:43.378473Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.258500 ms 2025-08-30T18:40:43.378515Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:40:43.378544Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:40:43.378567Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:41:05.912574Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:41:05.912641Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:41:07.575050Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:41:07.575102Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:41:07.852573Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:41:07.852637Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:41:09.044736Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:41:35.912853Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:41:35.912912Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:41:37.579510Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:41:37.579574Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:41:37.855811Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:41:37.855877Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:41:39.053723Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:41:43.379386Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:41:43.379512Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:41:43.409971Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.393800 ms 2025-08-30T18:41:43.410045Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:41:43.410097Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:41:43.410136Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:42:05.913169Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:42:05.913229Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:42:07.585041Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:42:07.585103Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:42:07.863481Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:42:07.863545Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:42:09.067369Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:42:35.913190Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:42:35.913259Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:42:37.591047Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:42:37.591105Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:42:37.868238Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:42:37.868310Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:42:39.080138Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:42:43.419755Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:42:43.419836Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:42:43.451634Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.753400 ms 2025-08-30T18:42:43.451690Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:42:43.451728Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:42:43.451751Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:43:05.913549Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:43:05.913610Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:43:07.597752Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:43:07.597807Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:43:07.874764Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:43:07.874826Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:43:09.085334Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:43:35.913490Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:43:35.913557Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:43:37.604500Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:43:37.604596Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:43:37.882024Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:43:37.882098Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:43:39.085738Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:43:43.463897Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:43:43.463965Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:43:43.495376Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.373700 ms 2025-08-30T18:43:43.495423Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:43:43.495455Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:43:43.495478Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:44:05.913657Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:44:05.913734Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:44:07.604624Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:44:07.604680Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:44:07.897652Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:44:07.897714Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:44:09.089190Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:44:35.913916Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:44:35.913983Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:44:37.611999Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:44:37.612058Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:44:37.903477Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:44:37.903532Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:44:39.104156Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:44:43.503086Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:44:43.503159Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:44:43.533537Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.340500 ms 2025-08-30T18:44:43.533585Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:44:43.533615Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:44:43.533642Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:45:05.915283Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:45:05.915383Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:45:07.620188Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:45:07.620256Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:45:07.913763Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:45:07.913866Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:45:09.112383Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:45:35.914250Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:45:35.914310Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:45:37.621263Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:45:37.621318Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:45:37.917824Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:45:37.917886Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:45:39.115226Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:45:43.545593Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:45:43.545657Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:45:43.576124Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.427700 ms 2025-08-30T18:45:43.576206Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:45:43.576240Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:45:43.576273Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:46:05.914586Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:46:05.914642Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:46:07.621232Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:46:07.621303Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:46:07.929849Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:46:07.929915Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:46:09.116322Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:46:35.930249Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:46:35.930321Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:46:37.631526Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:46:37.631587Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:46:37.938686Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:46:37.938762Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:46:39.118715Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:46:43.576917Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:46:43.576983Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:46:43.606457Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.432800 ms 2025-08-30T18:46:43.606503Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:46:43.606534Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:46:43.606558Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:47:05.915268Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:47:05.915328Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:47:07.635944Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:47:07.636002Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:47:07.944646Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:47:07.944704Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:47:09.125878Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:47:36.040020Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:47:36.040091Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:47:37.646557Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:47:37.646610Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:47:37.955262Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:47:37.955321Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:47:39.130900Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:47:43.610826Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:47:43.610897Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:47:43.641069Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.138000 ms 2025-08-30T18:47:43.641110Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:47:43.641140Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:47:43.641163Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:48:05.915894Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:48:05.915951Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:48:07.655835Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:48:07.655901Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:48:07.962646Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:48:07.962701Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:48:09.145085Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:48:35.929150Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:48:35.929219Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:48:37.668224Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:48:37.668312Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:48:37.976514Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:48:37.976589Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:48:39.145463Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:48:43.641824Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:48:43.641892Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:48:43.671966Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.032200 ms 2025-08-30T18:48:43.672048Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:48:43.672085Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:48:43.672108Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:49:05.915538Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:49:05.915671Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:49:07.676446Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:49:07.676517Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:49:07.981825Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:49:07.981882Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:49:09.148670Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:49:35.915663Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:49:35.915734Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:49:37.690032Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:49:37.690085Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:49:37.984119Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:49:37.984206Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:49:39.159848Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:49:43.673265Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:49:43.673330Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:49:43.704833Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.469600 ms 2025-08-30T18:49:43.704876Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:49:43.704905Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:49:43.704928Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:50:05.916120Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:50:05.916187Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:50:07.695281Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:50:07.695338Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:50:07.989323Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:50:07.989399Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:50:09.160270Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:50:35.915940Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:50:35.916012Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:50:37.701629Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:50:37.701708Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:50:37.998027Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:50:37.998094Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:50:39.167294Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:50:43.711293Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:50:43.711361Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:50:43.741106Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.703400 ms 2025-08-30T18:50:43.741154Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:50:43.741186Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:50:43.741210Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:51:05.916262Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:51:05.916319Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:51:07.702028Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:51:07.702081Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:51:08.010252Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:51:08.010306Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:51:09.167970Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:51:35.916366Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:51:35.916479Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:51:37.715782Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:51:37.715836Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:51:38.024149Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:51:38.024216Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:51:39.182163Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:51:43.753553Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:51:43.753616Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:51:43.784687Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.034800 ms 2025-08-30T18:51:43.784736Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:51:43.784768Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:51:43.784791Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:52:05.918251Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:52:05.918318Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:52:07.729144Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:52:07.729197Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:52:08.025226Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:52:08.025283Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:52:09.192513Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:52:35.935352Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:52:35.935412Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:52:37.742332Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:52:37.742406Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:52:38.036429Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:52:38.036483Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:52:39.206264Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:52:43.789263Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:52:43.789331Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:52:43.819376Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.010100 ms 2025-08-30T18:52:43.819419Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:52:43.819448Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:52:43.819479Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:53:05.933654Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:53:05.933724Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:53:07.750689Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:53:07.750742Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:53:08.041504Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:53:08.041597Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:53:09.215454Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:53:35.918064Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:53:35.918129Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:53:37.750781Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:53:37.750858Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:53:38.044443Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:53:38.044501Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:53:39.227643Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:53:43.832247Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:53:43.832318Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:53:43.863809Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.450700 ms 2025-08-30T18:53:43.863858Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:53:43.863890Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:53:43.863913Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:54:05.918020Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:54:05.918085Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:54:07.751542Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:54:07.751603Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:54:08.045239Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:54:08.045320Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:54:09.235461Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:54:35.932230Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:54:35.932307Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:54:37.752905Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:54:37.752965Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:54:38.057996Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:54:38.058084Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:54:39.241783Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:54:43.871292Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:54:43.871360Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:54:43.902344Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.946600 ms 2025-08-30T18:54:43.902395Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:54:43.902427Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:54:43.902451Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:55:05.922510Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:55:05.922579Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:55:07.760651Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:55:07.760779Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:55:08.064562Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:55:08.064626Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:55:09.247172Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:55:35.918169Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:55:35.918238Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:55:37.761291Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:55:37.761363Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:55:38.069788Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:55:38.069895Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:55:39.256646Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:55:43.902553Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:55:43.902616Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:55:43.933180Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.528000 ms 2025-08-30T18:55:43.933227Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:55:43.933258Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:55:43.933283Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:56:05.928586Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:56:05.928657Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:56:07.762211Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:56:07.762363Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:56:08.082642Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:56:08.082735Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:56:09.268499Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:56:35.933681Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:56:35.933746Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:56:37.773082Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:56:37.773142Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:56:38.082596Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:56:38.082668Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:56:39.278451Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:56:43.935059Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:56:43.935125Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:56:43.966216Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.048800 ms 2025-08-30T18:56:43.966262Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:56:43.966293Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:56:43.966316Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:57:05.933444Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:57:05.933510Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:57:07.787925Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:57:07.787991Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:57:08.096251Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:57:08.096307Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:57:09.281586Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:57:35.920049Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:57:35.920120Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:57:37.797386Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:57:37.797444Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:57:38.101469Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:57:38.101539Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:57:39.296146Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:57:43.978643Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:57:43.978712Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:57:44.010034Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.282400 ms 2025-08-30T18:57:44.010094Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:57:44.010128Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:57:44.010152Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:58:05.934324Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:58:05.934387Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:58:07.811483Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:58:07.811543Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:58:08.102257Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:58:08.102322Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:58:09.308976Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:58:35.920707Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:58:35.920765Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:58:37.816854Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:58:37.816903Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:58:38.107791Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:58:38.107865Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:58:39.310375Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:58:44.025324Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:58:44.025388Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:58:44.056963Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.537300 ms 2025-08-30T18:58:44.057011Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:58:44.057041Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:58:44.057067Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T18:59:05.920987Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:59:05.921049Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:59:07.820397Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:59:07.820448Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:59:08.113936Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:59:08.114006Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:59:09.315271Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:59:35.921093Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T18:59:35.921154Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T18:59:37.824205Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T18:59:37.824272Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T18:59:38.117588Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:59:38.117658Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T18:59:39.318425Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T18:59:44.067790Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T18:59:44.067854Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T18:59:44.098994Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.094400 ms 2025-08-30T18:59:44.099060Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T18:59:44.099096Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T18:59:44.099119Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:00:05.921127Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:00:05.921200Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:00:07.835245Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:00:07.835318Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:00:08.129895Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:00:08.129956Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:00:09.327821Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:00:35.921364Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:00:35.921423Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:00:37.837878Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:00:37.837935Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:00:38.132477Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:00:38.132547Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:00:39.338782Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:00:44.111578Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:00:44.111648Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:00:44.144195Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.470000 ms 2025-08-30T19:00:44.144237Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:00:44.144267Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:00:44.144291Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:01:05.922774Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:01:05.922841Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:01:07.841399Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:01:07.841479Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:01:08.134555Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:01:08.134624Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:01:09.350171Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:01:35.924822Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:01:35.924881Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:01:37.847615Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:01:37.847669Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:01:38.139445Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:01:38.139507Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:01:39.350926Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:01:44.150754Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:01:44.150825Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:01:44.182573Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.691300 ms 2025-08-30T19:01:44.182619Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:01:44.182649Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:01:44.182673Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:02:05.922654Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:02:05.922712Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:02:07.861208Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:02:07.861264Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:02:08.153022Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:02:08.153082Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:02:09.354808Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:02:35.932244Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:02:35.932308Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:02:37.863358Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:02:37.863419Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:02:38.153984Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:02:38.154044Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:02:39.366373Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:02:44.195742Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:02:44.195809Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:02:44.225694Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.845200 ms 2025-08-30T19:02:44.225738Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:02:44.225769Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:02:44.225793Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:03:05.923125Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:03:05.923189Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:03:07.870892Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:03:07.870954Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:03:08.162334Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:03:08.162403Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:03:09.367151Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:03:35.922434Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:03:35.922500Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:03:37.882162Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:03:37.882242Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:03:38.172840Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:03:38.172922Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:03:39.374631Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:03:44.226939Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:03:44.227003Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:03:44.259484Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.447600 ms 2025-08-30T19:03:44.259534Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:03:44.259564Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:03:44.259588Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:04:05.923148Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:04:05.923207Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:04:07.890375Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:04:07.890428Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:04:08.184790Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:04:08.184855Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:04:09.389448Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:04:35.924744Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:04:35.924804Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:04:37.893486Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:04:37.893551Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:04:38.200654Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:04:38.200735Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:04:39.394650Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:04:44.268812Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:04:44.268883Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:04:44.299422Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.501100 ms 2025-08-30T19:04:44.299469Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:04:44.299499Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:04:44.299523Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:05:05.923801Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:05:05.923867Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:05:07.902771Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:05:07.902829Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:05:08.208735Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:05:08.208822Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:05:09.395464Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:05:35.926426Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:05:35.926495Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:05:37.910853Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:05:37.910904Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:05:38.218924Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:05:38.219006Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:05:39.395742Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:05:44.310884Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:05:44.310948Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:05:44.342223Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.232100 ms 2025-08-30T19:05:44.342298Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:05:44.342345Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:05:44.342377Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:06:05.924190Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:06:05.924254Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:06:07.918922Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:06:07.918978Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:06:08.226637Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:06:08.226736Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:06:09.406340Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:06:35.923715Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:06:35.923781Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:06:37.928813Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:06:37.928890Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:06:38.235553Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:06:38.235625Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:06:39.415938Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:06:44.351411Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:06:44.351483Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:06:44.382085Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.563600 ms 2025-08-30T19:06:44.382133Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:06:44.382164Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:06:44.382188Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:07:05.923690Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:07:05.923764Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:07:07.941824Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:07:07.941882Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:07:08.237398Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:07:08.237458Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:07:09.420710Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:07:35.923912Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:07:35.923976Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:07:37.948091Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:07:37.948145Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:07:38.238365Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:07:38.238432Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:07:39.425638Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:07:44.386501Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:07:44.386570Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:07:44.416820Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.205600 ms 2025-08-30T19:07:44.416883Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:07:44.416922Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:07:44.416947Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:08:05.924168Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:08:05.924230Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:08:07.953169Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:08:07.953233Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:08:08.241791Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:08:08.241848Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:08:09.433787Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:08:35.925870Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:08:35.925943Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:08:37.958969Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:08:37.959028Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:08:38.246977Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:08:38.247035Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:08:39.444106Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:08:44.430385Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:08:44.430450Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:08:44.461367Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.880200 ms 2025-08-30T19:08:44.461415Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:08:44.461452Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:08:44.461477Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:09:05.924637Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:09:05.924696Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:09:07.967556Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:09:07.967616Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:09:08.261334Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:09:08.261412Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:09:09.448997Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:09:35.924514Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:09:35.924582Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:09:37.973945Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:09:37.974015Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:09:38.268122Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:09:38.268195Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:09:39.453538Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:09:44.472386Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:09:44.472448Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:09:44.508412Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 35.928300 ms 2025-08-30T19:09:44.508456Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:09:44.508486Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:09:44.508509Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:10:05.924836Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:10:05.924900Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:10:07.980635Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:10:07.980695Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:10:08.277249Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:10:08.277313Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:10:09.453792Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:10:35.925091Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:10:35.925156Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:10:37.989076Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:10:37.989136Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:10:38.281754Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:10:38.281825Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:10:39.459021Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:10:44.520305Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:10:44.520369Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:10:44.551558Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.150800 ms 2025-08-30T19:10:44.551605Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:10:44.551635Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:10:44.551658Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:11:05.925332Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:11:05.925401Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:11:08.002996Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:11:08.003111Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:11:08.282185Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:11:08.282252Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:11:09.460387Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:11:35.925283Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:11:35.925349Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:11:38.014222Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:11:38.014290Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:11:38.292551Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:11:38.292609Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:11:39.468890Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:11:44.551402Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:11:44.551471Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:11:44.582669Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.161400 ms 2025-08-30T19:11:44.582714Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:11:44.582744Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:11:44.582767Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:12:05.931622Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:12:05.931711Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:12:08.020193Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:12:08.020258Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:12:08.297019Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:12:08.297076Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:12:09.469728Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:12:35.935080Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:12:35.935148Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:12:38.030275Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:12:38.030353Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:12:38.306502Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:12:38.306557Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:12:39.476613Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:12:44.588023Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:12:44.588094Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:12:44.618096Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.962500 ms 2025-08-30T19:12:44.618148Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:12:44.618185Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:12:44.618213Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:13:05.935129Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:13:05.935188Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:13:08.042388Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:13:08.042444Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:13:08.318942Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:13:08.319000Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:13:09.486911Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:13:35.933776Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:13:35.933848Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:13:38.055771Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:13:38.055846Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:13:38.333241Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:13:38.333312Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:13:39.498442Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:13:44.620364Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:13:44.620441Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:13:44.650289Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.809600 ms 2025-08-30T19:13:44.650342Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:13:44.650379Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:13:44.650405Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:14:05.927352Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:14:05.927409Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:14:08.055423Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:14:08.055485Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:14:08.347257Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:14:08.347327Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:14:09.502279Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:14:35.926439Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:14:35.926504Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:14:38.066800Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:14:38.066857Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:14:38.359366Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:14:38.359430Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:14:39.509528Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:14:44.663692Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:14:44.663761Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:14:44.694562Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.763800 ms 2025-08-30T19:14:44.694605Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:14:44.694635Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:14:44.694659Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:15:05.926958Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:15:05.927022Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:15:08.066291Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:15:08.066359Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:15:08.373163Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:15:08.373221Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:15:09.512065Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:15:35.926883Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:15:35.926950Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:15:38.075232Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:15:38.075296Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:15:38.384738Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:15:38.384823Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:15:39.519320Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:15:44.700743Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:15:44.700850Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:15:44.731525Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.633300 ms 2025-08-30T19:15:44.731579Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:15:44.731610Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:15:44.731637Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:16:05.926917Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:16:05.926986Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:16:08.083187Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:16:08.083270Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:16:08.387996Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:16:08.388073Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:16:09.529566Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:16:35.927263Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:16:35.927346Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:16:38.091270Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:16:38.091331Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:16:38.399487Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:16:38.399554Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:16:39.542703Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:16:44.746282Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:16:44.746351Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:16:44.776968Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.577200 ms 2025-08-30T19:16:44.777015Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:16:44.777045Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:16:44.777068Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:17:05.927346Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:17:05.927408Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:17:08.094532Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:17:08.094592Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:17:08.406337Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:17:08.406401Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:17:09.547853Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:17:35.927565Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:17:35.927647Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:17:38.106455Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:17:38.106561Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:17:38.413230Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:17:38.413285Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:17:39.559512Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:17:44.781633Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:17:44.781713Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:17:44.811939Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.184800 ms 2025-08-30T19:17:44.811990Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:17:44.812022Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:17:44.812045Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:18:05.926571Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:18:05.926638Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:18:08.107818Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:18:08.107914Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:18:08.416382Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:18:08.416441Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:18:09.574478Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:18:35.926745Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:18:35.926821Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:18:38.108812Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:18:38.108880Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:18:38.416904Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:18:38.416964Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:18:39.574785Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:18:44.825524Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:18:44.825592Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:18:44.856974Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.344400 ms 2025-08-30T19:18:44.857019Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:18:44.857048Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:18:44.857072Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:19:05.926694Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:19:05.926761Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:19:08.123182Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:19:08.123242Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:19:08.429783Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:19:08.429843Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:19:09.575021Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:19:35.927427Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:19:35.927548Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:19:38.128259Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:19:38.128313Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:19:38.436881Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:19:38.436983Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:19:39.587661Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:19:44.864669Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:19:44.864732Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:19:44.897026Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.261300 ms 2025-08-30T19:19:44.897066Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:19:44.897095Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:19:44.897118Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:20:05.927071Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:20:05.927134Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:20:08.136968Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:20:08.137039Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:20:08.444975Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:20:08.445033Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:20:09.596570Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:20:35.927224Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:20:35.927289Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:20:38.142077Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:20:38.142133Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:20:38.451555Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:20:38.451609Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:20:39.597662Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:20:44.911880Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:20:44.911952Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:20:44.942396Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.405700 ms 2025-08-30T19:20:44.942443Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:20:44.942474Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:20:44.942498Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:21:05.927813Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:21:05.927903Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:21:08.149594Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:21:08.149661Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:21:08.458786Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:21:08.458842Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:21:09.606137Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:21:35.927943Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:21:35.928023Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:21:38.157634Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:21:38.157691Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:21:38.466750Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:21:38.466806Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:21:39.618891Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:21:44.953640Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:21:44.953702Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:21:44.984724Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.984300 ms 2025-08-30T19:21:44.984771Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:21:44.984804Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:21:44.984829Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:22:05.929721Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:22:05.929854Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:22:08.171420Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:22:08.171535Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:22:08.479478Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:22:08.479582Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:22:09.621406Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:22:35.928266Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:22:35.928333Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:22:38.185834Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:22:38.185922Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:22:38.493006Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:22:38.493067Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:22:39.633366Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:22:44.993099Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:22:44.993163Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:22:45.024568Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.368200 ms 2025-08-30T19:22:45.024614Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:22:45.024645Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:22:45.024675Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:23:05.928175Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:23:05.928240Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:23:08.199870Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:23:08.199928Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:23:08.508668Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:23:08.508768Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:23:09.639088Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:23:35.928320Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:23:35.928389Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:23:38.201833Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:23:38.201893Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:23:38.512675Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:23:38.512745Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:23:39.650835Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:23:45.025985Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:23:45.026088Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:23:45.056255Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.122600 ms 2025-08-30T19:23:45.056306Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:23:45.056338Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:23:45.056363Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:24:05.928982Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:24:05.929052Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:24:08.204394Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:24:08.204453Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:24:08.512517Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:24:08.512613Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:24:09.652827Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:24:35.928637Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:24:35.928695Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:24:38.219022Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:24:38.219079Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:24:38.525564Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:24:38.525678Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:24:39.661144Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:24:45.069405Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:24:45.069471Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:24:45.100093Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.572800 ms 2025-08-30T19:24:45.100167Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:24:45.100208Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:24:45.100233Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:25:05.928996Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:25:05.929060Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:25:08.234040Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:25:08.234112Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:25:08.528500Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:25:08.528571Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:25:09.670139Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:25:35.930006Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:25:35.930065Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:25:38.248527Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:25:38.248578Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:25:38.541845Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:25:38.541923Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:25:39.670895Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:25:45.102910Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:25:45.102975Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:25:45.133602Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.593400 ms 2025-08-30T19:25:45.133651Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:25:45.133681Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:25:45.133705Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:26:05.929486Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:26:05.929550Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:26:08.263108Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:26:08.263189Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:26:08.542840Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:26:08.542903Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:26:09.672231Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:26:35.930341Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:26:35.930400Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:26:38.275100Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:26:38.275157Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:26:38.554925Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:26:38.554980Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:26:39.681972Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:26:45.146804Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:26:45.146868Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:26:45.177973Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.067100 ms 2025-08-30T19:26:45.178021Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:26:45.178051Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:26:45.178077Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:27:05.930383Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:27:05.930444Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:27:08.289318Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:27:08.289382Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:27:08.566651Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:27:08.566702Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:27:09.683625Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:27:35.929643Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:27:35.929711Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:27:38.291445Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:27:38.291498Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:27:38.576174Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:27:38.576226Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:27:39.693250Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:27:45.191436Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:27:45.191511Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:27:45.222655Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.106700 ms 2025-08-30T19:27:45.222705Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:27:45.222737Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:27:45.222760Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:28:05.930008Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:28:05.930067Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:28:08.292316Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:28:08.292381Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:28:08.588099Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:28:08.588187Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:28:09.698995Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:28:35.930002Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:28:35.930060Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:28:38.307280Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:28:38.307347Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:28:38.598213Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:28:38.598266Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:28:39.704519Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:28:45.224301Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:28:45.224376Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:28:45.254295Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.876800 ms 2025-08-30T19:28:45.254349Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:28:45.254381Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:28:45.254404Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:29:05.930555Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:29:05.930617Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:29:08.308705Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:29:08.308758Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:29:08.602058Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:29:08.602114Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:29:09.712146Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:29:35.931452Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:29:35.931510Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:29:38.319551Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:29:38.319624Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:29:38.615379Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:29:38.615436Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:29:39.713078Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:29:45.261232Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:29:45.261303Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:29:45.292163Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.820000 ms 2025-08-30T19:29:45.292212Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:29:45.292242Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:29:45.292265Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:30:05.931034Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:30:05.931109Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:30:08.328356Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:30:08.328415Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:30:08.617444Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:30:08.617501Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:30:09.721734Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:30:35.930887Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:30:35.930946Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:30:38.342806Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:30:38.342860Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:30:38.622295Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:30:38.622366Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:30:39.731265Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:30:45.302681Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:30:45.302754Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:30:45.333326Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.532900 ms 2025-08-30T19:30:45.333376Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:30:45.333406Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:30:45.333430Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:31:05.934863Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:31:05.934925Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:31:08.354668Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:31:08.354728Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:31:08.630945Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:31:08.631000Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:31:09.745363Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:31:35.931175Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:31:35.931246Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:31:38.356248Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:31:38.356301Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:31:38.635302Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:31:38.635366Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:31:39.754631Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:31:45.342888Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:31:45.342953Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:31:45.372998Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.007300 ms 2025-08-30T19:31:45.373047Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:31:45.373077Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:31:45.373100Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:32:05.931489Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:32:05.931559Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:32:08.361880Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:32:08.361949Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:32:08.640966Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:32:08.641032Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:32:09.761183Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:32:35.931940Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:32:35.931999Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:32:38.372064Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:32:38.372115Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:32:38.653402Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:32:38.653472Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:32:39.772314Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:32:45.380114Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:32:45.380190Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:32:45.411795Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.567900 ms 2025-08-30T19:32:45.411842Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:32:45.411872Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:32:45.411894Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:33:05.936833Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:33:05.936892Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:33:08.386996Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:33:08.387137Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:33:08.665580Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:33:08.665639Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:33:09.777882Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:33:35.932004Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:33:35.932069Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:33:38.390368Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:33:38.390425Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:33:38.668381Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:33:38.668444Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:33:39.781426Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:33:45.424318Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:33:45.424387Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:33:45.454422Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.998600 ms 2025-08-30T19:33:45.454469Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:33:45.454501Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:33:45.454525Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:34:05.932412Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:34:05.932489Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:34:08.396483Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:34:08.396545Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:34:08.676133Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:34:08.676195Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:34:09.787761Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:34:35.932637Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:34:35.932697Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:34:38.400050Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:34:38.400106Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:34:38.690487Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:34:38.690545Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:34:39.796348Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:34:45.458793Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:34:45.458855Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:34:45.491369Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.481000 ms 2025-08-30T19:34:45.491410Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:34:45.491438Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:34:45.491462Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:35:05.932757Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:35:05.932827Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:35:08.402635Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:35:08.402692Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:35:08.694523Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:35:08.694620Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:35:09.805766Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:35:35.933193Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:35:35.933265Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:35:38.406525Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:35:38.406580Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:35:38.699938Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:35:38.699992Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:35:39.817968Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:35:45.493784Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:35:45.493857Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:35:45.525575Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.673000 ms 2025-08-30T19:35:45.525643Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:35:45.525688Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:35:45.525713Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:36:05.933789Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:36:05.933856Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:36:08.418589Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:36:08.418649Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:36:08.710179Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:36:08.710237Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:36:09.831180Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:36:35.933004Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:36:35.933070Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:36:38.429136Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:36:38.429208Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:36:38.722971Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:36:38.723049Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:36:39.837300Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:36:45.536527Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:36:45.536591Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:36:45.567600Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.969800 ms 2025-08-30T19:36:45.567643Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:36:45.567677Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:36:45.567701Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:37:05.933052Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:37:05.933124Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:37:08.442997Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:37:08.443053Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:37:08.735220Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:37:08.735330Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:37:09.838414Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:37:35.933690Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:37:35.933768Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:37:38.449818Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:37:38.449927Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:37:38.741759Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:37:38.741817Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:37:39.851810Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:37:45.581948Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:37:45.582022Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:37:45.613220Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.156000 ms 2025-08-30T19:37:45.613274Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:37:45.613314Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:37:45.613339Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:38:05.933874Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:38:05.933944Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:38:08.449127Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:38:08.449227Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:38:08.742718Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:38:08.742770Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:38:09.864717Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:38:35.934125Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:38:35.934191Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:38:38.459842Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:38:38.459919Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:38:38.752370Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:38:38.752449Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:38:39.864813Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:38:45.624945Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:38:45.625029Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:38:45.655588Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.518000 ms 2025-08-30T19:38:45.655635Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:38:45.655665Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:38:45.655688Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:39:05.934704Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:39:05.934787Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:39:08.470168Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:39:08.470220Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:39:08.762115Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:39:08.762193Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:39:09.871100Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:39:35.935252Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:39:35.935325Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:39:38.472476Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:39:38.472529Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:39:38.764107Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:39:38.764167Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:39:39.881070Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:39:45.660617Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:39:45.660681Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:39:45.692812Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.096900 ms 2025-08-30T19:39:45.692856Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:39:45.692886Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:39:45.692910Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:40:05.934591Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:40:05.934659Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:40:08.480023Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:40:08.480088Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:40:08.775762Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:40:08.775825Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:40:09.884975Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:40:35.935614Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:40:35.935674Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:40:38.492864Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:40:38.492932Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:40:38.786583Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:40:38.786648Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:40:39.885962Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:40:45.697783Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:40:45.697879Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:40:45.729600Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.668200 ms 2025-08-30T19:40:45.729652Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:40:45.729687Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:40:45.729711Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:41:05.935093Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:41:05.935156Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:41:08.503722Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:41:08.503786Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:41:08.795679Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:41:08.795747Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:41:09.898660Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:41:35.935153Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:41:35.935217Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:41:38.515535Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:41:38.515590Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:41:38.810073Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:41:38.810155Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:41:39.907717Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:41:45.732544Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:41:45.732617Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:41:45.763082Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.426800 ms 2025-08-30T19:41:45.763131Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:41:45.763164Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:41:45.763188Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:42:05.935832Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:42:05.935894Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:42:08.525244Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:42:08.525303Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:42:08.819597Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:42:08.819663Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:42:09.917843Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:42:35.935331Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:42:35.935404Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:42:38.536951Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:42:38.537003Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:42:38.831470Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:42:38.831579Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:42:39.923060Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:42:45.778819Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:42:45.778889Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:42:45.812389Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 33.458500 ms 2025-08-30T19:42:45.812438Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:42:45.812470Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:42:45.812493Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:43:05.936700Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:43:05.936774Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:43:08.546806Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:43:08.546896Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:43:08.835028Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:43:08.835095Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:43:09.931957Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:43:35.935511Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:43:35.935602Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:43:38.546545Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:43:38.546599Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:43:38.838021Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:43:38.838091Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:43:39.944303Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:43:45.814532Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:43:45.814614Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:43:45.845858Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.200100 ms 2025-08-30T19:43:45.845909Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:43:45.845943Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:43:45.845967Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:44:05.936579Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:44:05.936688Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:44:08.560900Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:44:08.560962Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:44:08.852795Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:44:08.852862Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:44:09.953330Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:44:35.936130Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:44:35.936193Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:44:38.573418Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:44:38.573488Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:44:38.870190Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:44:38.870246Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:44:39.967052Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:44:45.857931Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:44:45.858002Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:44:45.889028Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.985100 ms 2025-08-30T19:44:45.889077Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:44:45.889111Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:44:45.889136Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:45:05.936165Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:45:05.936241Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:45:08.582231Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:45:08.582328Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:45:08.876664Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:45:08.876757Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:45:09.968163Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:45:35.936308Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:45:35.936377Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:45:38.590070Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:45:38.590124Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:45:38.881851Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:45:38.881924Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:45:39.976911Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:45:45.901258Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:45:45.901376Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:45:45.933180Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.753100 ms 2025-08-30T19:45:45.933253Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:45:45.933296Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:45:45.933324Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:46:05.936534Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:46:05.936612Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:46:08.600051Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:46:08.600128Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:46:08.897088Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:46:08.897144Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:46:09.989280Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:46:35.938070Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:46:35.938143Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:46:38.603969Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:46:38.604027Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:46:38.901137Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:46:38.901217Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:46:39.999367Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:46:45.940135Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:46:45.940239Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:46:45.970822Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.527400 ms 2025-08-30T19:46:45.970869Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:46:45.970896Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:46:45.970919Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:47:05.938182Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:47:05.938259Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:47:08.619280Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:47:08.619342Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:47:08.912946Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:47:08.913006Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:47:10.012131Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:47:35.939211Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:47:35.939290Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:47:38.627532Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:47:38.627602Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:47:38.921661Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:47:38.921731Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:47:40.027645Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:47:45.974708Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:47:45.974817Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:47:46.005764Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.887800 ms 2025-08-30T19:47:46.005822Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:47:46.005858Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:47:46.005883Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:48:05.938609Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:48:05.938685Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:48:08.639964Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:48:08.640030Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:48:08.936035Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:48:08.936146Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:48:10.036078Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:48:35.938957Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:48:35.939035Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:48:38.654976Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:48:38.655081Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:48:38.948908Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:48:38.948988Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:48:40.042954Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:48:46.015256Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:48:46.015375Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:48:46.051517Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 36.056800 ms 2025-08-30T19:48:46.051682Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:48:46.051765Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:48:46.051821Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:49:05.938963Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:49:05.939029Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:49:08.658260Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:49:08.658316Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:49:08.953375Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:49:08.953430Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:49:10.046105Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:49:35.939195Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:49:35.939301Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:49:38.662639Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:49:38.662689Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:49:38.955423Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:49:38.955493Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:49:40.057027Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:49:46.051418Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:49:46.051515Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:49:46.081666Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.111900 ms 2025-08-30T19:49:46.081714Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:49:46.081744Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:49:46.081768Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:50:05.940496Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:50:05.940560Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:50:08.673951Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:50:08.674003Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:50:08.963735Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:50:08.963805Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:50:10.061428Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:50:35.939344Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:50:35.939406Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:50:38.681023Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:50:38.681092Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:50:38.973248Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:50:38.973315Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:50:40.062410Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:50:46.086551Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:50:46.086616Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:50:46.117928Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.275600 ms 2025-08-30T19:50:46.117978Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:50:46.118011Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:50:46.118035Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:51:05.943960Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:51:05.944030Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:51:08.695404Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:51:08.695460Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:51:08.973908Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:51:08.973978Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:51:10.073889Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:51:35.939921Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:51:35.940034Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:51:38.707365Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:51:38.707441Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:51:38.983174Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:51:38.983236Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:51:40.080329Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:51:46.131714Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:51:46.131780Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:51:46.164056Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.239600 ms 2025-08-30T19:51:46.164102Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:51:46.164133Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:51:46.164156Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:52:05.939774Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:52:05.939846Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:52:08.714606Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:52:08.714766Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:52:08.992538Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:52:08.992596Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:52:10.090190Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:52:35.938974Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:52:35.939059Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:52:38.720872Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:52:38.720960Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:52:38.997991Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:52:38.998051Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:52:40.105488Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:52:46.175678Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:52:46.175756Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:52:46.208869Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 33.071900 ms 2025-08-30T19:52:46.208920Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:52:46.208952Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:52:46.208975Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:53:05.939720Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:53:05.939791Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:53:08.731196Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:53:08.731258Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:53:09.009201Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:53:09.009322Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:53:10.119510Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:53:35.939372Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:53:35.939431Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:53:38.742409Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:53:38.742484Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:53:39.017942Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:53:39.018085Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:53:40.131295Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:53:46.220223Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:53:46.220298Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:53:46.252602Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.267000 ms 2025-08-30T19:53:46.252648Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:53:46.252679Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:53:46.252702Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:54:05.939548Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:54:05.939620Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:54:08.750394Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:54:08.750455Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:54:09.024937Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:54:09.024996Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:54:10.136251Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:54:35.943598Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:54:35.943660Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:54:38.759828Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:54:38.759920Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:54:39.034535Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:54:39.034600Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:54:40.141276Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:54:46.253159Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:54:46.253224Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:54:46.284814Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.546300 ms 2025-08-30T19:54:46.284876Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:54:46.284912Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:54:46.284936Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:55:05.940186Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:55:05.940248Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:55:08.767771Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:55:08.767829Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:55:09.047111Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:55:09.047166Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:55:10.146151Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:55:35.940048Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:55:35.940112Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:55:38.777309Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:55:38.777362Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:55:39.052551Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:55:39.052630Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:55:40.151053Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:55:46.290980Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:55:46.291100Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:55:46.322247Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.089500 ms 2025-08-30T19:55:46.322297Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:55:46.322329Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:55:46.322353Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:56:05.940196Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:56:05.940280Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:56:08.779802Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:56:08.779880Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:56:09.059552Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:56:09.059683Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:56:10.154096Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:56:35.940342Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:56:35.940412Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:56:38.791700Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:56:38.791751Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:56:39.069249Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:56:39.069308Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:56:40.164666Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:56:46.328869Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:56:46.328936Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:56:46.360111Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.142200 ms 2025-08-30T19:56:46.360153Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:56:46.360182Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:56:46.360210Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:57:05.940730Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:57:05.940797Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:57:08.791707Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:57:08.791787Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:57:09.072559Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:57:09.072616Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:57:10.171240Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:57:35.942678Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:57:35.942742Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:57:38.791801Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:57:38.791878Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:57:39.072778Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:57:39.072834Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:57:40.176565Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:57:46.370034Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:57:46.370106Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:57:46.400922Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.771700 ms 2025-08-30T19:57:46.400975Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:57:46.401008Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:57:46.401031Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:58:05.940620Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:58:05.940678Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:58:08.804745Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:58:08.804796Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:58:09.082201Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:58:09.082307Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:58:10.180514Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:58:35.940945Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:58:35.941012Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:58:38.819436Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:58:38.819510Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:58:39.097135Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:58:39.097200Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:58:40.188571Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:58:46.406558Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:58:46.406619Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:58:46.437902Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.251000 ms 2025-08-30T19:58:46.437945Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:58:46.437973Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:58:46.437996Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T19:59:05.941068Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:59:05.941135Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:59:08.825678Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:59:08.825737Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:59:09.100924Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:59:09.100982Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:59:10.196347Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:59:35.941220Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T19:59:35.941394Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T19:59:38.828042Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T19:59:38.828102Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T19:59:39.102324Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:59:39.102419Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T19:59:40.204622Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T19:59:46.446563Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T19:59:46.446661Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T19:59:46.480131Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 33.416400 ms 2025-08-30T19:59:46.480175Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T19:59:46.480205Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T19:59:46.480228Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:00:05.941344Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:00:05.941431Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:00:08.834849Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:00:08.834911Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:00:09.114218Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:00:09.114289Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:00:10.210915Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:00:35.941552Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:00:35.941622Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:00:38.836309Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:00:38.836386Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:00:39.127336Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:00:39.127431Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:00:40.211205Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:00:46.485294Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:00:46.485432Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:00:46.516518Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.047100 ms 2025-08-30T20:00:46.516566Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:00:46.516597Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:00:46.516620Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:01:05.941813Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:01:05.941871Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:01:08.849190Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:01:08.849249Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:01:09.127885Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:01:09.127957Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:01:10.221111Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:01:35.942113Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:01:35.942174Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:01:38.853905Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:01:38.853983Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:01:39.130009Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:01:39.130071Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:01:40.224994Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:01:46.520345Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:01:46.520410Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:01:46.551652Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.204900 ms 2025-08-30T20:01:46.551700Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:01:46.551730Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:01:46.551753Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:02:05.942262Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:02:05.942325Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:02:08.859507Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:02:08.859559Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:02:09.139593Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:02:09.139650Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:02:10.237774Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:02:35.942454Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:02:35.942531Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:02:38.873828Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:02:38.873907Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:02:39.152096Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:02:39.152153Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:02:40.250508Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:02:46.559328Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:02:46.559398Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:02:46.589846Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.406000 ms 2025-08-30T20:02:46.589897Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:02:46.589929Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:02:46.589953Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:03:05.942686Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:03:05.942752Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:03:08.884088Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:03:08.884149Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:03:09.161905Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:03:09.161970Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:03:10.255354Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:03:35.942669Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:03:35.942744Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:03:38.896183Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:03:38.896263Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:03:39.163042Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:03:39.163124Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:03:40.261942Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:03:46.598401Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:03:46.598464Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:03:46.630411Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.911100 ms 2025-08-30T20:03:46.630451Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:03:46.630481Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:03:46.630504Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:04:05.943288Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:04:05.943346Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:04:08.897126Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:04:08.897192Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:04:09.170672Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:04:09.170735Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:04:10.261800Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:04:35.943158Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:04:35.943217Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:04:38.910386Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:04:38.910459Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:04:39.170705Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:04:39.170815Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:04:40.269205Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:04:46.631432Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:04:46.631503Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:04:46.662166Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.621600 ms 2025-08-30T20:04:46.662215Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:04:46.662247Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:04:46.662270Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:05:05.946263Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:05:05.946323Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:05:08.925318Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:05:08.925373Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:05:09.174405Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:05:09.174488Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:05:10.280322Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:05:35.943535Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:05:35.943595Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:05:38.927490Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:05:38.927622Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:05:39.177406Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:05:39.177473Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:05:40.292885Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:05:46.664463Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:05:46.664527Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:05:46.694719Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.154200 ms 2025-08-30T20:05:46.694766Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:05:46.694798Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:05:46.694821Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:06:05.943451Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:06:05.943514Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:06:08.927333Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:06:08.927405Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:06:09.189059Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:06:09.189125Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:06:10.300796Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:06:35.952381Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:06:35.952460Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:06:38.940749Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:06:38.940828Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:06:39.202938Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:06:39.203012Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:06:40.314685Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:06:46.701224Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:06:46.701291Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:06:46.731851Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.520200 ms 2025-08-30T20:06:46.731900Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:06:46.731931Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:06:46.731955Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:07:05.944474Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:07:05.944538Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:07:08.952129Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:07:08.952202Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:07:09.216235Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:07:09.216299Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:07:10.327255Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:07:35.944364Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:07:35.944424Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:07:38.954446Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:07:38.954500Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:07:39.216107Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:07:39.216221Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:07:40.335628Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:07:46.736139Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:07:46.736207Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:07:46.766981Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.736500 ms 2025-08-30T20:07:46.767029Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:07:46.767061Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:07:46.767084Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:08:05.944475Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:08:05.944565Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:08:08.959337Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:08:08.959402Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:08:09.221764Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:08:09.221860Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:08:10.347566Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:08:35.944635Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:08:35.944706Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:08:38.959860Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:08:38.959933Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:08:39.222382Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:08:39.222459Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:08:40.347958Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:08:46.777807Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:08:46.777879Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:08:46.807781Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.861200 ms 2025-08-30T20:08:46.807827Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:08:46.807861Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:08:46.807887Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:09:05.944597Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:09:05.944667Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:09:08.965121Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:09:08.965228Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:09:09.229190Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:09:09.229245Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:09:10.357864Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:09:35.945093Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:09:35.945151Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:09:38.978980Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:09:38.979053Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:09:39.239403Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:09:39.239464Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:09:40.364896Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:09:46.817183Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:09:46.817253Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:09:46.849033Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.746000 ms 2025-08-30T20:09:46.849080Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:09:46.849111Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:09:46.849135Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:10:05.945822Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:10:05.945890Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:10:08.988912Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:10:08.988981Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:10:09.239621Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:10:09.239709Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:10:10.378868Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:10:35.945481Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:10:35.945540Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:10:39.004776Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:10:39.004827Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:10:39.254378Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:10:39.254435Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:10:40.381047Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:10:46.861396Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:10:46.861461Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:10:46.892155Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.654200 ms 2025-08-30T20:10:46.892204Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:10:46.892234Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:10:46.892258Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:11:05.945580Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:11:05.945640Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:11:09.008134Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:11:09.008210Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:11:09.254255Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:11:09.254311Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:11:10.382184Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:11:35.946300Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:11:35.946368Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:11:39.010363Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:11:39.010418Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:11:39.258178Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:11:39.258242Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:11:40.383985Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:11:46.896540Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:11:46.896623Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:11:46.926996Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.331300 ms 2025-08-30T20:11:46.927046Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:11:46.927078Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:11:46.927101Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:12:05.958399Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:12:05.958466Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:12:09.017424Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:12:09.017594Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:12:09.262895Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:12:09.262998Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:12:10.391816Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:12:35.946213Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:12:35.946270Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:12:39.028176Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:12:39.028240Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:12:39.273750Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:12:39.273817Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:12:40.407074Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:12:46.932749Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:12:46.932817Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:12:46.963309Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.457400 ms 2025-08-30T20:12:46.963353Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:12:46.963382Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:12:46.963405Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:13:05.946450Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:13:05.946510Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:13:09.028422Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:13:09.028479Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:13:09.289489Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:13:09.289562Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:13:10.411855Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:13:35.946621Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:13:35.946677Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:13:39.039234Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:13:39.039353Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:13:39.301777Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:13:39.301838Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:13:40.419345Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:13:46.970570Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:13:46.970636Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:13:47.000475Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.790800 ms 2025-08-30T20:13:47.000525Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:13:47.000562Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:13:47.000586Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:14:05.946950Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:14:05.947011Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:14:09.046020Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:14:09.046101Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:14:09.307912Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:14:09.307971Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:14:10.430536Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:14:35.947060Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:14:35.947118Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:14:39.046887Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:14:39.046961Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:14:39.310029Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:14:39.310087Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:14:40.444705Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:14:47.009077Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:14:47.009181Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:14:47.040021Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.793400 ms 2025-08-30T20:14:47.040077Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:14:47.040110Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:14:47.040135Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:15:05.947328Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:15:05.947390Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:15:09.054636Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:15:09.054695Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:15:09.318770Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:15:09.318837Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:15:10.458321Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:15:35.947222Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:15:35.947286Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:15:39.056805Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:15:39.056977Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:15:39.320735Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:15:39.320833Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:15:40.464089Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:15:47.041450Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:15:47.041549Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:15:47.071927Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.326000 ms 2025-08-30T20:15:47.071973Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:15:47.072004Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:15:47.072028Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:16:05.947862Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:16:05.947921Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:16:09.063045Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:16:09.063103Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:16:09.325451Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:16:09.325515Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:16:10.474357Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:16:35.947630Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:16:35.947702Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:16:39.070105Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:16:39.070179Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:16:39.331165Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:16:39.331227Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:16:40.476610Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:16:47.073584Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:16:47.073659Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:16:47.105926Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.227200 ms 2025-08-30T20:16:47.105975Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:16:47.106006Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:16:47.106029Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:17:05.947924Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:17:05.947981Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:17:09.082501Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:17:09.082565Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:17:09.345150Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:17:09.345213Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:17:10.489409Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:17:35.947939Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:17:35.948013Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:17:39.091804Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:17:39.091858Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:17:39.357311Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:17:39.357380Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:17:40.501686Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:17:47.107382Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:17:47.107447Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:17:47.137700Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.219200 ms 2025-08-30T20:17:47.137741Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:17:47.137769Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:17:47.137792Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:18:05.948108Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:18:05.948175Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:18:09.097630Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:18:09.097683Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:18:09.359946Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:18:09.360034Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:18:10.501949Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:18:35.948184Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:18:35.948258Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:18:39.108738Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:18:39.108795Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:18:39.371431Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:18:39.371507Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:18:40.506847Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:18:47.139399Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:18:47.139466Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:18:47.170131Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.627300 ms 2025-08-30T20:18:47.170181Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:18:47.170211Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:18:47.170238Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:19:05.948469Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:19:05.948541Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:19:09.117912Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:19:09.117968Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:19:09.380302Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:19:09.380364Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:19:10.511728Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:19:35.948518Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:19:35.948588Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:19:39.126738Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:19:39.126796Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:19:39.387709Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:19:39.387798Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:19:40.516042Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:19:47.172515Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:19:47.172587Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:19:47.202746Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.117600 ms 2025-08-30T20:19:47.202796Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:19:47.202826Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:19:47.202850Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:20:05.948688Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:20:05.948753Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:20:09.140375Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:20:09.140476Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:20:09.388823Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:20:09.388905Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:20:10.519415Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:20:35.949012Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:20:35.949074Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:20:39.141243Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:20:39.141329Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:20:39.402377Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:20:39.402455Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:20:40.519721Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:20:47.212583Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:20:47.212645Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:20:47.243916Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.234900 ms 2025-08-30T20:20:47.243960Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:20:47.243989Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:20:47.244012Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:21:05.949154Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:21:05.949223Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:21:09.150558Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:21:09.150625Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:21:09.416259Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:21:09.416318Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:21:10.529154Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:21:35.949358Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:21:35.949428Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:21:39.164986Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:21:39.165062Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:21:39.426651Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:21:39.426722Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:21:40.535661Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:21:47.248624Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:21:47.248688Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:21:47.280078Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.347000 ms 2025-08-30T20:21:47.280128Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:21:47.280159Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:21:47.280182Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:22:05.950445Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:22:05.950515Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:22:09.170630Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:22:09.170692Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:22:09.431519Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:22:09.431594Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:22:10.547323Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:22:35.953488Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:22:35.953584Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:22:39.175287Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:22:39.175361Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:22:39.439997Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:22:39.440091Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:22:40.549500Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:22:47.289870Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:22:47.289938Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:22:47.320818Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.845400 ms 2025-08-30T20:22:47.320866Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:22:47.320899Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:22:47.320924Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:23:05.949881Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:23:05.949949Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:23:09.181012Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:23:09.181084Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:23:09.441358Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:23:09.441448Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:23:10.549406Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:23:35.950277Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:23:35.950354Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:23:39.181903Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:23:39.181991Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:23:39.443366Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:23:39.443460Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:23:40.554908Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:23:47.328773Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:23:47.328838Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:23:47.360239Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.363500 ms 2025-08-30T20:23:47.360294Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:23:47.360330Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:23:47.360355Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:24:05.950429Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:24:05.950516Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:24:09.188783Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:24:09.188878Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:24:09.448583Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:24:09.448681Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:24:10.558537Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:24:35.950446Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:24:35.950519Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:24:39.197354Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:24:39.197425Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:24:39.456974Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:24:39.457069Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:24:40.565708Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:24:47.367232Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:24:47.367305Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:24:47.397997Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.653900 ms 2025-08-30T20:24:47.398042Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:24:47.398073Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:24:47.398098Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:25:05.950655Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:25:05.950717Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:25:09.200419Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:25:09.200488Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:25:09.465224Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:25:09.465283Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:25:10.577121Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:25:35.951528Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:25:35.951588Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:25:39.206014Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:25:39.206067Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:25:39.470376Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:25:39.470432Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:25:40.578738Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:25:47.412927Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:25:47.412993Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:25:47.444985Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.953300 ms 2025-08-30T20:25:47.445030Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:25:47.445061Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:25:47.445084Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:26:05.950847Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:26:05.950906Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:26:09.210001Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:26:09.210054Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:26:09.470618Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:26:09.470683Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:26:10.592213Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:26:35.951054Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:26:35.951145Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:26:39.222446Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:26:39.222515Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:26:39.483848Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:26:39.483909Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:26:40.597462Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:26:47.451963Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:26:47.452027Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:26:47.483851Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.790100 ms 2025-08-30T20:26:47.483892Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:26:47.483922Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:26:47.483944Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:27:05.951273Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:27:05.951329Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:27:09.235406Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:27:09.235502Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:27:09.498461Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:27:09.498527Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:27:10.605354Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:27:35.951598Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:27:35.951667Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:27:39.242301Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:27:39.242368Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:27:39.503798Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:27:39.503902Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:27:40.609813Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:27:47.493881Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:27:47.493958Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:27:47.528097Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 34.102500 ms 2025-08-30T20:27:47.528144Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:27:47.528174Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:27:47.528197Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:28:05.951851Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:28:05.951916Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:28:09.255423Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:28:09.255476Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:28:09.505160Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:28:09.505220Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:28:10.618547Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:28:35.952090Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:28:35.952148Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:28:39.268496Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:28:39.268579Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:28:39.519085Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:28:39.519175Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:28:40.629332Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:28:47.531175Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:28:47.531240Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:28:47.563593Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.317700 ms 2025-08-30T20:28:47.563644Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:28:47.563676Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:28:47.563700Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:29:05.952075Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:29:05.952140Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:29:09.268453Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:29:09.268579Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:29:09.530134Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:29:09.530199Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:29:10.629400Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:29:35.952615Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:29:35.952680Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:29:39.275974Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:29:39.276045Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:29:39.535785Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:29:39.535856Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:29:40.634837Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:29:47.564029Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:29:47.564101Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:29:47.595292Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.148900 ms 2025-08-30T20:29:47.595347Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:29:47.595382Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:29:47.595406Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:30:05.952494Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:30:05.952563Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:30:09.288552Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:30:09.288633Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:30:09.549039Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:30:09.549101Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:30:10.643126Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:30:35.952666Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:30:35.952776Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:30:39.293260Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:30:39.293336Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:30:39.555356Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:30:39.555414Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:30:40.644440Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:30:47.609777Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:30:47.609842Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:30:47.639857Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.973300 ms 2025-08-30T20:30:47.639912Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:30:47.639944Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:30:47.639968Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:31:05.952782Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:31:05.952841Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:31:09.298942Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:31:09.298994Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:31:09.561689Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:31:09.561803Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:31:10.652318Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:31:35.952901Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:31:35.952963Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:31:39.299912Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:31:39.299992Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:31:39.565370Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:31:39.565439Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:31:40.661727Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:31:47.648299Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:31:47.648368Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:31:47.679878Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.471400 ms 2025-08-30T20:31:47.679931Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:31:47.679962Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:31:47.679985Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:32:05.953855Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:32:05.953914Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:32:09.308572Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:32:09.308630Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:32:09.572780Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:32:09.572839Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:32:10.675521Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:32:35.953375Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:32:35.953447Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:32:39.321599Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:32:39.321662Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:32:39.584910Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:32:39.585006Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:32:40.688409Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:32:47.683938Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:32:47.684006Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:32:47.715662Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.619800 ms 2025-08-30T20:32:47.715705Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:32:47.715735Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:32:47.715758Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:33:05.953613Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:33:05.953677Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:33:09.335589Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:33:09.335644Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:33:09.599994Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:33:09.600056Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:33:10.691485Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:33:35.953589Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:33:35.953661Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:33:39.340485Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:33:39.340539Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:33:39.603621Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:33:39.603675Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:33:40.693947Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:33:47.720482Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:33:47.720550Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:33:47.751919Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.336300 ms 2025-08-30T20:33:47.751961Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:33:47.751990Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:33:47.752013Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:34:05.954146Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:34:05.954202Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:34:09.353022Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:34:09.353103Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:34:09.615208Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:34:09.615263Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:34:10.697314Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:34:35.953931Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:34:35.953986Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:34:39.366096Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:34:39.366163Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:34:39.629778Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:34:39.629837Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:34:40.699265Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:34:47.766099Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:34:47.766166Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:34:47.798114Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.909100 ms 2025-08-30T20:34:47.798161Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:34:47.798195Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:34:47.798220Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:35:05.954335Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:35:05.954399Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:35:09.367776Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:35:09.367838Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:35:09.631869Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:35:09.631977Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:35:10.701185Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:35:35.954806Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:35:35.954869Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:35:39.380877Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:35:39.380929Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:35:39.643605Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:35:39.643662Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:35:40.710718Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:35:47.807645Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:35:47.807721Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:35:47.837881Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.107200 ms 2025-08-30T20:35:47.837967Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:35:47.838025Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:35:47.838065Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:36:05.954561Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:36:05.954647Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:36:09.393532Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:36:09.393583Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:36:09.643679Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:36:09.643745Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:36:10.711467Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:36:35.954762Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:36:35.954820Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:36:39.401777Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:36:39.401845Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:36:39.648687Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:36:39.648767Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:36:40.725000Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:36:47.846919Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:36:47.846983Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:36:47.877310Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.286900 ms 2025-08-30T20:36:47.877363Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:36:47.877397Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:36:47.877423Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:37:05.954777Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:37:05.954845Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:37:09.414960Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:37:09.415070Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:37:09.660642Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:37:09.660753Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:37:10.734611Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:37:35.955080Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:37:35.955135Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:37:39.430030Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:37:39.430146Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:37:39.663901Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:37:39.663961Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:37:40.748585Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:37:47.877514Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:37:47.877586Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:37:47.908662Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.038700 ms 2025-08-30T20:37:47.908712Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:37:47.908744Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:37:47.908775Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:38:05.955351Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:38:05.955413Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:38:09.445202Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:38:09.445253Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:38:09.675783Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:38:09.675844Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:38:10.754624Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:38:35.955628Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:38:35.955702Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:38:39.460546Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:38:39.460603Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:38:39.690905Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:38:39.690983Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:38:40.767753Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:38:47.911520Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:38:47.911586Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:38:47.941679Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.054200 ms 2025-08-30T20:38:47.941726Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:38:47.941756Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:38:47.941779Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:39:05.955666Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:39:05.955726Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:39:09.470185Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:39:09.470281Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:39:09.702773Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:39:09.702835Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:39:10.774050Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:39:35.955799Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:39:35.955871Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:39:39.471443Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:39:39.471570Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:39:39.714855Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:39:39.714971Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:39:40.777485Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:39:47.948859Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:39:47.948926Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:39:47.980360Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.390000 ms 2025-08-30T20:39:47.980407Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:39:47.980436Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:39:47.980460Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:40:05.956104Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:40:05.956183Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:40:09.471850Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:40:09.471916Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:40:09.718920Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:40:09.718994Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:40:10.783878Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:40:35.956255Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:40:35.956318Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:40:39.476129Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:40:39.476188Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:40:39.723463Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:40:39.723532Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:40:40.797700Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:40:47.988103Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:40:47.988182Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:40:48.021866Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 33.636200 ms 2025-08-30T20:40:48.021929Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:40:48.021965Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:40:48.021991Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:41:05.957631Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:41:05.957711Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:41:09.487161Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:41:09.487229Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:41:09.733644Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:41:09.733709Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:41:10.797167Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:41:35.957799Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:41:35.957865Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:41:39.496065Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:41:39.496152Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:41:39.741704Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:41:39.741761Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:41:40.799476Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:41:48.028802Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:41:48.028874Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:41:48.060448Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.533500 ms 2025-08-30T20:41:48.060497Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:41:48.060528Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:41:48.060558Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:42:05.958052Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:42:05.958121Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:42:09.499795Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:42:09.499873Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:42:09.749931Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:42:09.750007Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:42:10.799605Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:42:35.958221Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:42:35.958299Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:42:39.505001Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:42:39.505083Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:42:39.751977Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:42:39.752060Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:42:40.803930Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:42:48.063614Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:42:48.063690Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:42:48.094850Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.118500 ms 2025-08-30T20:42:48.094905Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:42:48.094937Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:42:48.094962Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:43:05.958367Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:43:05.958427Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:43:09.515610Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:43:09.515683Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:43:09.763744Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:43:09.763806Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:43:10.815966Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:43:35.958769Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:43:35.958839Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:43:39.520697Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:43:39.520776Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:43:39.769278Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:43:39.769338Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:43:40.823669Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:43:48.100699Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:43:48.100808Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:43:48.132905Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.043000 ms 2025-08-30T20:43:48.132956Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:43:48.132986Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:43:48.133010Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:44:05.958820Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:44:05.958886Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:44:09.524217Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:44:09.524304Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:44:09.769387Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:44:09.769456Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:44:10.835727Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:44:35.959083Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:44:35.959181Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:44:39.527789Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:44:39.527858Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:44:39.771431Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:44:39.771494Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:44:40.845741Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:44:48.134458Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:44:48.134524Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:44:48.164920Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.359200 ms 2025-08-30T20:44:48.164968Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:44:48.164998Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:44:48.165021Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:45:05.959172Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:45:05.959230Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:45:09.541418Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:45:09.541481Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:45:09.774048Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:45:09.774120Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:45:10.847679Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:45:35.959393Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:45:35.959468Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:45:39.555139Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:45:39.555208Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:45:39.786698Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:45:39.786759Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:45:40.853124Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:45:48.170651Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:45:48.170714Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:45:48.202673Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.917600 ms 2025-08-30T20:45:48.202724Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:45:48.202758Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:45:48.202782Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:46:05.959660Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:46:05.959723Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:46:09.562207Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:46:09.562278Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:46:09.793901Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:46:09.793961Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:46:10.865075Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:46:35.959494Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:46:35.959560Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:46:39.571422Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:46:39.571473Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:46:39.804604Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:46:39.804708Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:46:40.876622Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:46:48.203677Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:46:48.203742Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:46:48.234861Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.082900 ms 2025-08-30T20:46:48.234908Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:46:48.234966Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:46:48.234990Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:47:05.959927Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:47:05.959987Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:47:09.580045Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:47:09.580109Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:47:09.810294Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:47:09.810351Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:47:10.883270Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:47:35.960316Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:47:35.960388Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:47:39.590910Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:47:39.590984Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:47:39.821376Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:47:39.821436Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:47:40.884769Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:47:48.244529Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:47:48.244597Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:47:48.275560Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.925600 ms 2025-08-30T20:47:48.275609Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:47:48.275639Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:47:48.275663Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:48:05.960173Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:48:05.960230Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:48:09.601671Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:48:09.601747Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:48:09.833187Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:48:09.833275Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:48:10.886646Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:48:35.960580Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:48:35.960647Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:48:39.615160Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:48:39.615218Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:48:39.835728Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:48:39.835791Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:48:40.887351Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:48:48.288882Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:48:48.288947Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:48:48.319481Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.497400 ms 2025-08-30T20:48:48.319533Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:48:48.319564Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:48:48.319587Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:49:05.960624Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:49:05.960698Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:49:09.626935Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:49:09.627015Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:49:09.840436Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:49:09.840511Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:49:10.895223Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:49:35.961319Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:49:35.961382Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:49:39.637546Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:49:39.637640Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:49:39.852393Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:49:39.852456Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:49:40.906651Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:49:48.321713Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:49:48.321779Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:49:48.353008Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.193400 ms 2025-08-30T20:49:48.353053Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:49:48.353082Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:49:48.353106Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:50:05.961287Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:50:05.961357Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:50:09.651593Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:50:09.651663Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:50:09.853866Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:50:09.853926Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:50:10.907355Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:50:21.023542Z 38244 [] ES::cosylib INF cosylib::EntityClientImpl::getRegisteredLoginInfo #975 : EntityClientImpl::getRegisteredLoginInfo : 2025-08-30T20:50:21.024315Z 38244 [] ES::cosylib INF cosylib::EntityClientImpl::getRegisteredLoginInfo #993 : RequestHandle : 0344f954-6b1b-4c84-a6aa-af083680cc3b 2025-08-30T20:50:21.025187Z 17572 [] ES::cosylib INF cosylib::EntityClientImpl::processEntitySyncResponse #1532 : messageType :entitysync.out.response.get.register.login.info responseJSON : 2025-08-30T20:50:21.025290Z 17572 [] ES::cosylib INF cosylib::EntityClientImpl::processEntitySyncResponse #1623 : Dispatch callback for : entitysync.out.response.get.register.login.info 2025-08-30T20:50:21.027041Z 38244 [] ES::cosylib INF cosylib::EntityClientImpl::getResourcesWithUnsyncedLocalChanges #821 : EntityClientImpl::getResourcesWithUnsyncedLocalChanges : 2025-08-30T20:50:21.027696Z 38244 [] ES::cosylib INF cosylib::EntityClientImpl::getResourcesWithUnsyncedLocalChanges #840 : RequestHandle : 194656d1-e3af-4fda-ab37-8b61b8a19b10 2025-08-30T20:50:21.029009Z 17572 [] ES::cosylib INF cosylib::EntityClientImpl::processEntitySyncResponse #1532 : messageType :entitysync.out.response.resource.getresourceswithunsyncedlocalchanges responseJSON :{"responses":[{"responseType":0,"statusCode":200,"payload":{"code":"","message":"","collectionId":"","resourceId":"","requestid":""}}]} 2025-08-30T20:50:21.029139Z 17572 [] ES::cosylib INF cosylib::EntityClientImpl::handleGetResourcesWithUnsyncedLocalChanges #1485 : Cosylib GetResourcesWithUnsyncedLocalChanges Count: 0 2025-08-30T20:50:21.029193Z 17572 [] ES::cosylib INF cosylib::EntityClientImpl::processEntitySyncResponse #1623 : Dispatch callback for : entitysync.out.response.resource.getresourceswithunsyncedlocalchanges 2025-08-30T20:50:35.961128Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:50:35.961193Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:50:39.651496Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:50:39.651552Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:50:39.866966Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:50:39.867045Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:50:40.915248Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:50:48.363462Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:50:48.363527Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:50:48.394079Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.515000 ms 2025-08-30T20:50:48.394125Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:50:48.394156Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:50:48.394179Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:51:05.961270Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:51:05.961326Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:51:09.656046Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:51:09.656100Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:51:09.871958Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:51:09.872025Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:51:10.925705Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:51:35.961226Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:51:35.961286Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:51:39.669425Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:51:39.669528Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:51:39.887772Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:51:39.887836Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:51:40.934613Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:51:48.398697Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:51:48.398759Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:51:48.429664Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.870300 ms 2025-08-30T20:51:48.429718Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:51:48.429749Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:51:48.429772Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:52:05.961672Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:52:05.961749Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:52:09.669864Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:52:09.669951Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:52:09.901360Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:52:09.901436Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:52:10.938050Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:52:35.961783Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:52:35.961860Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:52:39.677562Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:52:39.677639Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:52:39.912465Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:52:39.912561Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:52:40.952418Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:52:48.437307Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:52:48.437410Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:52:48.467943Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.479900 ms 2025-08-30T20:52:48.468004Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:52:48.468037Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:52:48.468062Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:53:05.961988Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:53:05.962052Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:53:09.687068Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:53:09.687129Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:53:09.920002Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:53:09.920060Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:53:10.952624Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:53:35.962215Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:53:35.962297Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:53:39.690147Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:53:39.690197Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:53:39.922122Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:53:39.922180Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:53:40.965927Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:53:48.473831Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:53:48.473897Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:53:48.504588Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.653400 ms 2025-08-30T20:53:48.504633Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:53:48.504662Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:53:48.504685Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:54:05.962484Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:54:05.962542Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:54:09.704524Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:54:09.704598Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:54:09.934706Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:54:09.934770Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:54:10.970474Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:54:35.962868Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:54:35.962929Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:54:39.713732Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:54:39.713817Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:54:39.943593Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:54:39.943650Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:54:40.984659Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:54:48.509641Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:54:48.509706Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:54:48.541673Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.934200 ms 2025-08-30T20:54:48.541716Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:54:48.541745Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:54:48.541768Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:55:05.962833Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:55:05.962908Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:55:09.726240Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:55:09.726295Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:55:09.944157Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:55:09.944230Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:55:10.990442Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:55:35.962944Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:55:35.963009Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:55:39.739920Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:55:39.739979Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:55:39.954403Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:55:39.954512Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:55:40.991645Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:55:48.544763Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:55:48.544867Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:55:48.575696Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.776300 ms 2025-08-30T20:55:48.575745Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:55:48.575776Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:55:48.575800Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:56:05.962867Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:56:05.962935Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:56:09.745851Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:56:09.745923Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:56:09.962938Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:56:09.963064Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:56:10.993540Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:56:35.963416Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:56:35.963474Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:56:39.758010Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:56:39.758081Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:56:39.975553Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:56:39.975613Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:56:40.994304Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:56:48.575486Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:56:48.575559Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:56:48.604944Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.343600 ms 2025-08-30T20:56:48.604998Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:56:48.605030Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:56:48.605055Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:57:05.963306Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:57:05.963376Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:57:09.759168Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:57:09.759233Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:57:09.989420Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:57:09.989529Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:57:10.997154Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:57:35.963501Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:57:35.963568Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:57:39.769969Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:57:39.770055Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:57:40.000674Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:57:40.000778Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:57:41.001876Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:57:48.611107Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:57:48.611176Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:57:48.642351Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.137000 ms 2025-08-30T20:57:48.642409Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:57:48.642455Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:57:48.642497Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:58:05.963660Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:58:05.963744Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:58:09.777372Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:58:09.777445Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:58:10.010144Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:58:10.010332Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:58:11.010546Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:58:35.963869Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:58:35.963941Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:58:39.784202Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:58:39.784285Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:58:40.016602Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:58:40.016720Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:58:41.016297Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:58:48.656544Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:58:48.656612Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:58:48.687478Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.828500 ms 2025-08-30T20:58:48.687525Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:58:48.687558Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:58:48.687582Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T20:59:05.964084Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:59:05.964155Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:59:09.794528Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:59:09.794609Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:59:10.027503Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:59:10.027565Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:59:11.031740Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:59:35.964248Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T20:59:35.964315Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T20:59:39.794994Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T20:59:39.795055Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T20:59:40.027380Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:59:40.027448Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T20:59:41.031233Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T20:59:48.697564Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T20:59:48.697635Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T20:59:48.727314Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.578700 ms 2025-08-30T20:59:48.727369Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T20:59:48.727400Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T20:59:48.727425Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:00:05.964577Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:00:05.964635Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:00:09.810017Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:00:09.810094Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:00:10.040786Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:00:10.040872Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:00:11.035270Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:00:35.964690Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:00:35.964745Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:00:39.812245Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:00:39.812313Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:00:40.045191Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:00:40.045269Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:00:41.040374Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:00:48.736921Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:00:48.736990Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:00:48.770725Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 33.697500 ms 2025-08-30T21:00:48.770768Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:00:48.770798Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:00:48.770821Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:01:05.965142Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:01:05.965202Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:01:09.818321Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:01:09.818417Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:01:10.049869Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:01:10.049977Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:01:11.053770Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:01:35.965067Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:01:35.965132Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:01:39.829469Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:01:39.829571Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:01:40.064129Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:01:40.064214Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:01:41.067223Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:01:48.783269Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:01:48.783352Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:01:48.813587Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.190300 ms 2025-08-30T21:01:48.813639Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:01:48.813672Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:01:48.813695Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:02:05.965241Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:02:05.965318Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:02:09.836609Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:02:09.836683Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:02:10.066817Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:02:10.066883Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:02:11.071094Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:02:35.965443Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:02:35.965518Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:02:39.849494Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:02:39.849566Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:02:40.067819Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:02:40.067893Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:02:41.083891Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:02:48.816886Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:02:48.816957Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:02:48.848746Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.749900 ms 2025-08-30T21:02:48.848795Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:02:48.848826Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:02:48.848850Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:03:05.965551Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:03:05.965623Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:03:09.855443Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:03:09.855514Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:03:10.068965Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:03:10.069033Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:03:11.085104Z 37168 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:03:35.965789Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:03:35.965855Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:03:39.867157Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:03:39.867221Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:03:40.083591Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:03:40.083703Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:03:41.092821Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:03:48.851213Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:03:48.851278Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:03:48.881719Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.402000 ms 2025-08-30T21:03:48.881765Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:03:48.881795Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:03:48.881818Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:04:05.965920Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:04:05.965989Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:04:09.871923Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:04:09.871988Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:04:10.087904Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:04:10.088007Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:04:11.106417Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:04:35.966152Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:04:35.966501Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:04:39.879936Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:04:39.880039Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:04:40.097031Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:04:40.097124Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:04:41.112317Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:04:48.895060Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:04:48.895123Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:04:48.925543Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.373800 ms 2025-08-30T21:04:48.925606Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:04:48.925640Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:04:48.925664Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:05:05.966094Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:05:05.966171Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:05:09.890384Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:05:09.890453Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:05:10.108113Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:05:10.108197Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:05:11.125562Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:05:35.965284Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:05:35.965387Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:05:39.890957Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:05:39.891016Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:05:40.122866Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:05:40.122947Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:05:41.140079Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:05:48.925952Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:05:48.926017Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:05:48.956551Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.499600 ms 2025-08-30T21:05:48.956596Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:05:48.956626Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:05:48.956650Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:06:05.965379Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:06:05.965439Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:06:09.899400Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:06:09.899488Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:06:10.132550Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:06:10.132618Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:06:11.140442Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:06:35.965691Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:06:35.965768Z 37156 [] ONS:AxonClient DBG log #62 : t=37168: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:06:39.910785Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:06:39.910853Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:06:40.144259Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:06:40.144327Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:06:41.146207Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:06:48.959029Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:06:48.959094Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:06:48.991191Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.060100 ms 2025-08-30T21:06:48.991239Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:06:48.991271Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:06:48.991294Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:07:05.965951Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:07:05.966018Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:07:09.912518Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:07:09.912588Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:07:10.146264Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:07:10.146319Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:07:11.160204Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:07:34.510916Z 4500 [] ONS:subscriptionmanager INF operator () #986 : Triggering Validation job 2025-08-30T21:07:34.511012Z 37244 [] ONS:AxonSubscriptionObserver DBG subscriptionManagerCallbackHandler #228 : subscriptionManagerCallbackHandler with request:4 2025-08-30T21:07:34.511109Z 37244 [] ONS:AxonSubscriptionObserver DBG closeVirtualConnection #585 : Close connection successfully done for connection ID: b226725d-f70e-4a35-a2ae-c12b5769216b:1 2025-08-30T21:07:34.511162Z 37168 [] ONS:AxonClient DBG log #62 : t=37244: INFO: AxonClientImpl::close invoked (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::close.449) 2025-08-30T21:07:34.511214Z 37168 [] ONS:AxonClient DBG log #62 : t=37244: INFO: updating VirtualConnectionState for virtual connection: b226725d-f70e-4a35-a2ae-c12b5769216b:1 to state: DELETE_IN_PROGRESS (SessionManager.cpp.adobe::axon::internal::SessionManager::updateVirtualConnectionState.179) 2025-08-30T21:07:34.511252Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: INFO: AxonClientImpl::closeVirtualConnectionTask Sending Disconnect Message : {"frameType":"disconnect","frameId":"6a4125d0-61ea-4dd7-948f-a3b9ce46a067","vcId":"b226725d-f70e-4a35-a2ae-c12b5769216b:1"} (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::closeVirtualConnectionTask.383) 2025-08-30T21:07:34.511291Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: INFO: AxonClientImpl: Sending message: {"frameType":"disconnect","frameId":"6a4125d0-61ea-4dd7-948f-a3b9ce46a067","vcId":"b226725d-f70e-4a35-a2ae-c12b5769216b:1"} (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendMessageOnWebSocket.1241) 2025-08-30T21:07:34.511327Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: WARN: Incorrect frameType popped from the InProgress queue: disconnect and sendMessage frameType: disconnect (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendMessageForVC.610) 2025-08-30T21:07:34.511359Z 37168 [] ONS:AxonClient DBG log #62 : t=37156: WARN: Incorrect frameId popped from the InProgress queue: 6a4125d0-61ea-4dd7-948f-a3b9ce46a067 and sendMessage frameId: 6a4125d0-61ea-4dd7-948f-a3b9ce46a067 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendMessageForVC.613) 2025-08-30T21:07:34.597944Z 37168 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue {"frameId":"6a4125d0-61ea-4dd7-948f-a3b9ce46a067","frameType":"disconnectack","vcId":"b226725d-f70e-4a35-a2ae-c12b5769216b:1"} (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:07:34.598019Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: INFO: AxonClientImpl::processMessage of frametype: disconnectack and frame Id : 6a4125d0-61ea-4dd7-948f-a3b9ce46a067 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.862) 2025-08-30T21:07:34.598069Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl::processMessage: {"frameId":"6a4125d0-61ea-4dd7-948f-a3b9ce46a067","frameType":"disconnectack","vcId":"b226725d-f70e-4a35-a2ae-c12b5769216b:1"} (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.867) 2025-08-30T21:07:35.965830Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:07:35.965906Z 13224 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:07:39.925199Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:07:39.925262Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:07:40.156347Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:07:40.156423Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:07:41.168067Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:07:49.002932Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:07:49.003003Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:07:49.034064Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.019500 ms 2025-08-30T21:07:49.034113Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:07:49.034146Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:07:49.034169Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:08:05.965995Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:08:05.966052Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:08:09.936669Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:08:09.936724Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:08:10.167377Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:08:10.167451Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:08:11.176181Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:08:35.966687Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:08:35.966748Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:08:39.949259Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:08:39.949320Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:08:40.167549Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:08:40.167603Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:08:41.189486Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:08:49.041600Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:08:49.041665Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:08:49.071917Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.215300 ms 2025-08-30T21:08:49.071963Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:08:49.071994Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:08:49.072018Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:09:05.966743Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:09:05.966814Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:09:09.961484Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:09:09.961549Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:09:10.176236Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:09:10.176294Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:09:11.198467Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:09:35.966831Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:09:35.966921Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:09:39.975280Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:09:39.975390Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:09:40.176255Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:09:40.176365Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:09:41.207849Z 13224 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:09:49.085478Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:09:49.085553Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:09:49.117218Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.622900 ms 2025-08-30T21:09:49.117272Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:09:49.117306Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:09:49.117331Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:10:05.968522Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:10:05.968618Z 13224 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:10:09.981864Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:10:09.981947Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:10:10.181388Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:10:10.181524Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:10:11.213326Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:10:35.967568Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:10:35.967631Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:10:39.987206Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:10:39.987262Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:10:40.188196Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:10:40.188327Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:10:41.218356Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:10:49.126256Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:10:49.126334Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:10:49.157961Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.578800 ms 2025-08-30T21:10:49.158020Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:10:49.158052Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:10:49.158076Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:11:05.967345Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:11:05.967407Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:11:09.990097Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:11:09.990201Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:11:10.191113Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:11:10.191172Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:11:11.226721Z 13224 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:11:35.967221Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:11:35.967289Z 13224 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:11:40.002336Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:11:40.002404Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:11:40.202535Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:11:40.202591Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:11:41.234429Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:11:49.164263Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:11:49.164336Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:11:49.195607Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.234700 ms 2025-08-30T21:11:49.195655Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:11:49.195686Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:11:49.195709Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:12:05.967929Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:12:05.967989Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:12:10.016958Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:12:10.017246Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:12:10.217314Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:12:10.217379Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:12:11.237650Z 13224 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:12:35.967742Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:12:35.967824Z 13224 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:12:40.023067Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:12:40.023212Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:12:40.223301Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:12:40.223372Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:12:41.245469Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:12:49.208011Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:12:49.208084Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:12:49.239672Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.551700 ms 2025-08-30T21:12:49.239723Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:12:49.239754Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:12:49.239782Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:13:05.967859Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:13:05.967923Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:13:10.026549Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:13:10.026716Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:13:10.228144Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:13:10.228258Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:13:11.260861Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:13:35.968184Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:13:35.968253Z 13224 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:13:40.031851Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:13:40.031910Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:13:40.231421Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:13:40.231506Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:13:41.263445Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:13:49.252864Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:13:49.252928Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:13:49.283457Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.491800 ms 2025-08-30T21:13:49.283508Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:13:49.283539Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:13:49.283562Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:14:05.968287Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:14:05.968410Z 13224 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:14:10.039124Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:14:10.039186Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:14:10.237993Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:14:10.238063Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:14:11.273988Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:14:35.968502Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:14:35.968572Z 13224 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:14:40.054244Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:14:40.054318Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:14:40.238927Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:14:40.239000Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:14:41.285672Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:14:49.288340Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:14:49.288412Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:14:49.318796Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.344600 ms 2025-08-30T21:14:49.318851Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:14:49.318885Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:14:49.318912Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:15:05.969186Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:15:05.969273Z 13224 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:15:10.063712Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:15:10.063801Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:15:10.251059Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:15:10.251118Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:15:11.285427Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:15:35.971903Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:15:35.972039Z 37156 [] ONS:AxonClient DBG log #62 : t=37156: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:15:40.075321Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:15:40.075387Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:15:40.259429Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:15:40.259540Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:15:41.293584Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:15:49.329127Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:15:49.329195Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:15:49.361643Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.409200 ms 2025-08-30T21:15:49.361687Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:15:49.361720Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:15:49.361746Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:16:05.969942Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:16:05.969997Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:16:10.084749Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:16:10.084857Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:16:10.267168Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:16:10.267278Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:16:11.300169Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:16:35.969526Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:16:35.969583Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:16:40.084701Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:16:40.084757Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:16:40.271415Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:16:40.271477Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:16:41.300369Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:16:49.363052Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:16:49.363115Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:16:49.394543Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.388200 ms 2025-08-30T21:16:49.394590Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:16:49.394619Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:16:49.394642Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:17:05.970010Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:17:05.970067Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:17:10.090591Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:17:10.090650Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:17:10.277007Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:17:10.277071Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:17:11.310751Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:17:35.970847Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:17:35.970910Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:17:40.102629Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:17:40.102685Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:17:40.287844Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:17:40.287918Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:17:41.312352Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:17:49.404012Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:17:49.404077Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:17:49.436611Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.493600 ms 2025-08-30T21:17:49.436658Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:17:49.436689Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:17:49.436712Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:18:05.969832Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:18:05.969885Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:18:10.111274Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:18:10.111328Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:18:10.294840Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:18:10.294899Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:18:11.314553Z 37156 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:18:35.970196Z 37156 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:18:35.970259Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:18:40.125124Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:18:40.125182Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:18:40.295449Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:18:40.295504Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:18:41.314904Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:18:49.445712Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:18:49.445779Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:18:49.476207Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.389000 ms 2025-08-30T21:18:49.476253Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:18:49.476282Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:18:49.476305Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:19:05.969932Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:19:05.969993Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:19:10.135996Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:19:10.136057Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:19:10.310460Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:19:10.310516Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:19:11.317647Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:19:35.970124Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:19:35.970191Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:19:40.145809Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:19:40.145875Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:19:40.317838Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:19:40.317927Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:19:41.329030Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:19:49.476873Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:19:49.476942Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:19:49.508282Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.303200 ms 2025-08-30T21:19:49.508329Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:19:49.508357Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:19:49.508381Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:20:05.970616Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:20:05.970674Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:20:10.153070Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:20:10.153170Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:20:10.321309Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:20:10.321368Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:20:11.344285Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:20:35.970875Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:20:35.970942Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:20:40.161686Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:20:40.161750Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:20:40.331580Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:20:40.331680Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:20:41.352282Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:20:49.521784Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:20:49.521850Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:20:49.552985Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.096700 ms 2025-08-30T21:20:49.553034Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:20:49.553065Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:20:49.553089Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:21:05.970728Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:21:05.970796Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:21:10.161555Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:21:10.161617Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:21:10.346069Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:21:10.346169Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:21:11.361403Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:21:35.970859Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:21:35.970930Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:21:40.168559Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:21:40.168623Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:21:40.353026Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:21:40.353095Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:21:41.369813Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:21:49.566431Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:21:49.566496Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:21:49.597189Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.652400 ms 2025-08-30T21:21:49.597238Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:21:49.597271Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:21:49.597295Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:22:05.971057Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:22:05.971115Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:22:10.183632Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:22:10.183715Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:22:10.354034Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:22:10.354092Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:22:11.370341Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:22:35.971562Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:22:35.971623Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:22:40.186051Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:22:40.186127Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:22:40.356163Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:22:40.356217Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:22:41.380731Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:22:49.605164Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:22:49.605230Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:22:49.636637Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.367900 ms 2025-08-30T21:22:49.636693Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:22:49.636725Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:22:49.636749Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:23:05.971619Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:23:05.971685Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:23:10.198930Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:23:10.198992Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:23:10.369331Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:23:10.369393Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:23:11.392540Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:23:35.971997Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:23:35.972062Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:23:40.207721Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:23:40.207792Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:23:40.380868Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:23:40.380956Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:23:41.402402Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:23:49.645796Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:23:49.645858Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:23:49.675856Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.958900 ms 2025-08-30T21:23:49.675905Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:23:49.675937Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:23:49.675960Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:24:05.971872Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:24:05.971929Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:24:10.218400Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:24:10.218476Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:24:10.385982Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:24:10.386048Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:24:11.404928Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:24:35.972427Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:24:35.972488Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:24:40.233572Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:24:40.233650Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:24:40.388524Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:24:40.388591Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:24:41.411340Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:24:49.676631Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:24:49.676695Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:24:49.707846Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.111400 ms 2025-08-30T21:24:49.707922Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:24:49.707959Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:24:49.707982Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:25:05.972238Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:25:05.972297Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:25:10.240887Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:25:10.240938Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:25:10.398154Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:25:10.398238Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:25:11.421557Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:25:35.972453Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:25:35.972511Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:25:40.252715Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:25:40.252846Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:25:40.409229Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:25:40.409285Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:25:41.434244Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:25:49.720021Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:25:49.720087Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:25:49.752560Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.436300 ms 2025-08-30T21:25:49.752607Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:25:49.752638Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:25:49.752661Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:26:05.972843Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:26:05.972904Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:26:10.259604Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:26:10.259662Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:26:10.415927Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:26:10.415983Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:26:11.442945Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:26:35.973216Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:26:35.973287Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:26:40.262597Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:26:40.262685Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:26:40.417253Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:26:40.417318Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:26:41.444127Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:26:49.753535Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:26:49.753599Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:26:49.783691Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.055800 ms 2025-08-30T21:26:49.783747Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:26:49.783780Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:26:49.783804Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:27:05.972930Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:27:05.973002Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:27:10.271103Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:27:10.271166Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:27:10.424936Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:27:10.425023Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:27:11.459052Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:27:35.973199Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:27:35.973261Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:27:40.285558Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:27:40.285617Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:27:40.440008Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:27:40.440077Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:27:41.467112Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:27:49.796872Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:27:49.796941Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:27:49.827711Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.727300 ms 2025-08-30T21:27:49.827762Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:27:49.827795Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:27:49.827819Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:28:05.973134Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:28:05.973199Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:28:10.290189Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:28:10.290262Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:28:10.445687Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:28:10.445790Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:28:11.480340Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:28:35.973240Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:28:35.973301Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:28:40.299076Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:28:40.299144Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:28:40.451685Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:28:40.451787Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:28:41.486443Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:28:49.837698Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:28:49.837765Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:28:49.867036Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.230500 ms 2025-08-30T21:28:49.867089Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:28:49.867119Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:28:49.867174Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:29:05.973557Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:29:05.973628Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:29:10.307342Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:29:10.307398Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:29:10.462428Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:29:10.462495Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:29:11.500162Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:29:35.974490Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:29:35.974572Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:29:40.317298Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:29:40.317385Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:29:40.471118Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:29:40.471179Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:29:41.506361Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:29:49.879788Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:29:49.879853Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:29:49.910654Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.765100 ms 2025-08-30T21:29:49.910700Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:29:49.910733Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:29:49.910758Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:30:05.974633Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:30:05.974692Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:30:10.317322Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:30:10.317374Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:30:10.473403Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:30:10.473464Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:30:11.519181Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:30:35.974067Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:30:35.974137Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:30:40.322612Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:30:40.322664Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:30:40.476847Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:30:40.476914Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:30:41.528928Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:30:49.911055Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:30:49.911123Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:30:49.940822Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.657400 ms 2025-08-30T21:30:49.940949Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:30:49.941002Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:30:49.941040Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:31:05.974249Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:31:05.974311Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:31:10.335006Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:31:10.335058Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:31:10.490400Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:31:10.490453Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:31:11.539466Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:31:35.974411Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:31:35.974486Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:31:40.345368Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:31:40.345417Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:31:40.499665Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:31:40.499786Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:31:41.542209Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:31:49.946266Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:31:49.946342Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:31:49.977356Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.972700 ms 2025-08-30T21:31:49.977408Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:31:49.977439Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:31:49.977463Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:32:05.974607Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:32:05.974666Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:32:10.355906Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:32:10.355960Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:32:10.512873Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:32:10.512944Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:32:11.546502Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:32:35.974970Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:32:35.975037Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:32:40.355632Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:32:40.355684Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:32:40.526722Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:32:40.526799Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:32:41.549100Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:32:49.986128Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:32:49.986197Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:32:50.017639Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.401200 ms 2025-08-30T21:32:50.017685Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:32:50.017715Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:32:50.017739Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:33:05.980623Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:33:05.980689Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:33:10.364143Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:33:10.364277Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:33:10.537810Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:33:10.537868Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:33:11.556239Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:33:35.975177Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:33:35.975233Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:33:40.368870Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:33:40.368994Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:33:40.552875Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:33:40.552946Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:33:41.559057Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:33:50.031886Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:33:50.031956Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:33:50.061930Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.938200 ms 2025-08-30T21:33:50.061977Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:33:50.062006Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:33:50.062030Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:34:05.975397Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:34:05.975458Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:34:10.381014Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:34:10.381079Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:34:10.565688Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:34:10.565747Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:34:11.571879Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:34:35.975607Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:34:35.975665Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:34:40.392273Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:34:40.392325Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:34:40.565719Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:34:40.565776Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:34:41.582655Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:34:50.075757Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:34:50.075821Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:34:50.106429Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.569500 ms 2025-08-30T21:34:50.106478Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:34:50.106514Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:34:50.106537Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:35:05.976234Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:35:05.976292Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:35:10.397903Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:35:10.397971Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:35:10.566710Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:35:10.566787Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:35:11.589894Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:35:35.976086Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:35:35.976154Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:35:40.407578Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:35:40.407736Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:35:40.578533Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:35:40.578613Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:35:41.598537Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:35:50.115642Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:35:50.115713Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:35:50.147429Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.676100 ms 2025-08-30T21:35:50.147480Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:35:50.147510Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:35:50.147533Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:36:05.975954Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:36:05.976009Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:36:10.414634Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:36:10.414694Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:36:10.584109Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:36:10.584166Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:36:11.598986Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:36:35.976144Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:36:35.976207Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:36:40.423935Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:36:40.424034Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:36:40.594973Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:36:40.595034Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:36:41.603819Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:36:50.161595Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:36:50.161661Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:36:50.192631Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.892700 ms 2025-08-30T21:36:50.192722Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:36:50.192759Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:36:50.192795Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:37:05.976259Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:37:05.976322Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:37:10.435589Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:37:10.435670Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:37:10.606611Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:37:10.606690Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:37:11.607809Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:37:35.976884Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:37:35.976957Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:37:40.448751Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:37:40.448826Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:37:40.621236Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:37:40.621310Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:37:41.622503Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:37:50.196066Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:37:50.196129Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:37:50.226573Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.405200 ms 2025-08-30T21:37:50.226621Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:37:50.226671Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:37:50.226712Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:38:05.977009Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:38:05.977084Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:38:10.453538Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:38:10.453615Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:38:10.621483Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:38:10.621572Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:38:11.625995Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:38:35.977272Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:38:35.977331Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:38:40.460222Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:38:40.460276Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:38:40.632448Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:38:40.632509Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:38:41.628184Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:38:50.236107Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:38:50.236175Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:38:50.268792Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.576700 ms 2025-08-30T21:38:50.268847Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:38:50.268879Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:38:50.268902Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:39:05.977235Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:39:05.977298Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:39:10.472701Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:39:10.472774Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:39:10.642925Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:39:10.643006Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:39:11.632258Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:39:35.977517Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:39:35.977584Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:39:40.476051Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:39:40.476117Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:39:40.645466Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:39:40.645552Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:39:41.646283Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:39:50.275031Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:39:50.275099Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:39:50.306174Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.034300 ms 2025-08-30T21:39:50.306224Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:39:50.306255Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:39:50.306279Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:40:05.977459Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:40:05.977522Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:40:10.488781Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:40:10.488860Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:40:10.656834Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:40:10.656892Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:40:11.654715Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:40:35.977913Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:40:35.977976Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:40:40.497984Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:40:40.498038Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:40:40.669950Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:40:40.670009Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:40:41.658119Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:40:50.311015Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:40:50.311085Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:40:50.342654Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.532300 ms 2025-08-30T21:40:50.342701Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:40:50.342733Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:40:50.342762Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:41:05.978140Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:41:05.978217Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:41:10.504255Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:41:10.504310Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:41:10.673233Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:41:10.673301Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:41:11.668385Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:41:35.978007Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:41:35.978073Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:41:40.505259Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:41:40.505361Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:41:40.676430Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:41:40.676496Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:41:41.681568Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:41:50.353414Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:41:50.353481Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:41:50.385018Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.496600 ms 2025-08-30T21:41:50.385070Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:41:50.385103Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:41:50.385127Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:42:05.978264Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:42:05.978343Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:42:10.520788Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:42:10.520931Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:42:10.679226Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:42:10.679302Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:42:11.696025Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:42:35.978495Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:42:35.978568Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:42:40.533583Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:42:40.533666Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:42:40.688206Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:42:40.688271Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:42:41.708295Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:42:50.387371Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:42:50.387441Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:42:50.418788Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.305000 ms 2025-08-30T21:42:50.418843Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:42:50.418875Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:42:50.418902Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:43:05.978663Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:43:05.978757Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:43:10.538962Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:43:10.539023Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:43:10.693085Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:43:10.693161Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:43:11.715992Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:43:35.978860Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:43:35.978934Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:43:40.545673Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:43:40.545780Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:43:40.701712Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:43:40.701783Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:43:41.721688Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:43:50.428565Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:43:50.428634Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:43:50.461675Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 33.003100 ms 2025-08-30T21:43:50.461723Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:43:50.461866Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:43:50.461894Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:44:05.979020Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:44:05.979080Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:44:10.548941Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:44:10.548995Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:44:10.704170Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:44:10.704253Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:44:11.723062Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:44:35.979343Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:44:35.979402Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:44:40.556089Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:44:40.556151Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:44:40.710056Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:44:40.710125Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:44:41.736210Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:44:50.465332Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:44:50.465398Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:44:50.496229Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.754500 ms 2025-08-30T21:44:50.496278Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:44:50.496323Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:44:50.496362Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:45:05.979414Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:45:05.979484Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:45:10.558450Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:45:10.558529Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:45:10.713490Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:45:10.713549Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:45:11.749962Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:45:35.979359Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:45:35.979437Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:45:40.568637Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:45:40.568701Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:45:40.723198Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:45:40.723266Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:45:41.757681Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:45:50.510163Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:45:50.510271Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:45:50.541729Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.417200 ms 2025-08-30T21:45:50.541778Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:45:50.541808Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:45:50.541831Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:46:05.979510Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:46:05.979574Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:46:10.576252Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:46:10.576315Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:46:10.730861Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:46:10.730948Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:46:11.768636Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:46:35.979643Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:46:35.979722Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:46:40.577312Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:46:40.577369Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:46:40.733086Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:46:40.733193Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:46:41.775867Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:46:50.542559Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:46:50.542661Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:46:50.573567Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.856300 ms 2025-08-30T21:46:50.573630Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:46:50.573663Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:46:50.573689Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:47:05.979884Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:47:05.979950Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:47:10.591389Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:47:10.591472Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:47:10.745106Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:47:10.745175Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:47:11.778516Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:47:35.980038Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:47:35.980109Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:47:40.604405Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:47:40.604486Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:47:40.757268Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:47:40.757335Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:47:41.788132Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:47:50.586020Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:47:50.586086Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:47:50.616774Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.646400 ms 2025-08-30T21:47:50.616846Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:47:50.616894Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:47:50.616919Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:48:05.980336Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:48:05.980423Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:48:10.608098Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:48:10.608162Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:48:10.761479Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:48:10.761543Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:48:11.792396Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:48:35.981048Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:48:35.981118Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:48:40.614024Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:48:40.614086Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:48:40.769512Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:48:40.769620Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:48:41.799279Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:48:50.618553Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:48:50.618622Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:48:50.648726Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.067500 ms 2025-08-30T21:48:50.648775Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:48:50.648806Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:48:50.648829Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:49:05.980639Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:49:05.980708Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:49:10.619274Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:49:10.619336Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:49:10.773365Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:49:10.773430Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:49:11.799438Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:49:35.981046Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:49:35.981119Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:49:40.630180Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:49:40.630243Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:49:40.785063Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:49:40.785158Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:49:41.799878Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:49:50.663341Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:49:50.663406Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:49:50.694219Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.774700 ms 2025-08-30T21:49:50.694267Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:49:50.694297Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:49:50.694320Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:50:05.981357Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:50:05.981423Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:50:10.639481Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:50:10.639541Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:50:10.793572Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:50:10.793672Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:50:11.807763Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:50:35.989576Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:50:35.989651Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:50:40.649841Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:50:40.649894Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:50:40.802204Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:50:40.802261Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:50:41.821987Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:50:50.694721Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:50:50.694783Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:50:50.725813Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.994600 ms 2025-08-30T21:50:50.725860Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:50:50.725891Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:50:50.725915Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:51:05.981341Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:51:05.981408Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:51:10.656519Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:51:10.656598Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:51:10.811026Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:51:10.811121Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:51:11.828696Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:51:35.981632Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:51:35.981698Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:51:40.662893Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:51:40.662945Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:51:40.814505Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:51:40.814559Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:51:41.836539Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:51:50.726777Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:51:50.726840Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:51:50.759677Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.806500 ms 2025-08-30T21:51:50.759718Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:51:50.759747Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:51:50.759771Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:52:05.981793Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:52:05.981858Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:52:10.677439Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:52:10.677527Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:52:10.819582Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:52:10.819638Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:52:11.843569Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:52:35.982060Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:52:35.982124Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:52:40.680075Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:52:40.680188Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:52:40.831457Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:52:40.831564Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:52:41.847498Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:52:50.766286Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:52:50.766349Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:52:50.796687Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.300500 ms 2025-08-30T21:52:50.796735Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:52:50.796765Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:52:50.796789Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:53:05.981951Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:53:05.982010Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:53:10.685280Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:53:10.685348Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:53:10.841100Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:53:10.841182Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:53:11.847756Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:53:35.982382Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:53:35.982439Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:53:40.693375Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:53:40.693438Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:53:40.849026Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:53:40.849081Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:53:41.852732Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:53:50.801452Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:53:50.801521Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:53:50.831257Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.698300 ms 2025-08-30T21:53:50.831305Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:53:50.831340Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:53:50.831364Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:54:05.982664Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:54:05.982724Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:54:10.702724Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:54:10.702784Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:54:10.855442Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:54:10.855505Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:54:11.853821Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:54:35.982829Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:54:35.982893Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:54:40.708885Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:54:40.709007Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:54:40.863500Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:54:40.863577Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:54:41.853929Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:54:50.836988Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:54:50.837053Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:54:50.867855Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.769700 ms 2025-08-30T21:54:50.867897Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:54:50.867927Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:54:50.867950Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:55:05.983173Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:55:05.983243Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:55:10.712989Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:55:10.713109Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:55:10.865829Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:55:10.865900Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:55:11.857868Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:55:35.983267Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:55:35.983334Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:55:40.720936Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:55:40.721011Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:55:40.873932Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:55:40.873997Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:55:41.859255Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:55:50.874939Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:55:50.875004Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:55:50.905970Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.927600 ms 2025-08-30T21:55:50.906014Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:55:50.906044Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:55:50.906067Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:56:05.983392Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:56:05.983462Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:56:10.723925Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:56:10.723989Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:56:10.880921Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:56:10.880989Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:56:11.872856Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:56:35.983549Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:56:35.983621Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:56:40.731921Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:56:40.731986Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:56:40.885692Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:56:40.885804Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:56:41.886622Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:56:50.909614Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:56:50.909689Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:56:50.942526Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.798000 ms 2025-08-30T21:56:50.942576Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:56:50.942607Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:56:50.942632Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:57:05.983655Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:57:05.983714Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:57:10.732868Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:57:10.732954Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:57:10.887285Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:57:10.887361Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:57:11.889421Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:57:35.983882Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:57:35.983954Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:57:40.737348Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:57:40.737415Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:57:40.891184Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:57:40.891250Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:57:41.896583Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:57:50.951103Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:57:50.951168Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:57:50.982862Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.657500 ms 2025-08-30T21:57:50.982909Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:57:50.982942Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:57:50.982966Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:58:05.984593Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:58:05.984650Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:58:10.749410Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:58:10.749508Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:58:10.903345Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:58:10.903419Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:58:11.911819Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:58:35.984336Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:58:35.984400Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:58:40.758941Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:58:40.758993Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:58:40.915044Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:58:40.915107Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:58:41.914280Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:58:50.992921Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:58:50.992990Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:58:51.023457Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.427200 ms 2025-08-30T21:58:51.023507Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:58:51.023536Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:58:51.023559Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T21:59:05.984278Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:59:05.984342Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:59:10.773330Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:59:10.773431Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:59:10.925731Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:59:10.925823Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:59:11.921048Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:59:35.984675Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T21:59:35.984735Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T21:59:40.778460Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T21:59:40.778522Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T21:59:40.934675Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:59:40.934775Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T21:59:41.924669Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T21:59:51.035042Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T21:59:51.035116Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T21:59:51.065589Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.429400 ms 2025-08-30T21:59:51.065636Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T21:59:51.065666Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T21:59:51.065689Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:00:05.984646Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:00:05.984706Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:00:10.781622Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:00:10.781681Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:00:10.936343Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:00:10.936405Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:00:11.924831Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:00:35.984885Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:00:35.984958Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:00:40.790181Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:00:40.790238Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:00:40.943179Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:00:40.943274Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:00:41.937123Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:00:51.072850Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:00:51.072925Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:00:51.103492Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.509200 ms 2025-08-30T22:00:51.103551Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:00:51.103585Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:00:51.103609Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:01:05.985562Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:01:05.985624Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:01:10.804698Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:01:10.804763Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:01:10.943369Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:01:10.943452Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:01:11.947833Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:01:35.988037Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:01:35.988105Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:01:40.811830Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:01:40.812009Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:01:40.949901Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:01:40.949966Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:01:41.951110Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:01:51.105998Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:01:51.106063Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:01:51.136552Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.451900 ms 2025-08-30T22:01:51.136599Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:01:51.136628Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:01:51.136651Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:02:05.985518Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:02:05.985578Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:02:10.817621Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:02:10.817680Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:02:10.955539Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:02:10.955610Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:02:11.960413Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:02:35.985643Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:02:35.985728Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:02:40.828746Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:02:40.828843Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:02:40.968274Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:02:40.968358Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:02:41.961360Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:02:51.149936Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:02:51.150012Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:02:51.181222Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.164200 ms 2025-08-30T22:02:51.181305Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:02:51.181353Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:02:51.181379Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:03:05.998896Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:03:05.998971Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:03:10.829127Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:03:10.829192Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:03:10.969099Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:03:10.969162Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:03:11.973096Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:03:35.986022Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:03:35.986086Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:03:40.844285Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:03:40.844353Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:03:40.982195Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:03:40.982264Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:03:41.983290Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:03:51.195348Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:03:51.195412Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:03:51.225839Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.392400 ms 2025-08-30T22:03:51.225882Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:03:51.225911Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:03:51.225934Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:04:05.986153Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:04:05.986230Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:04:10.851879Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:04:10.851932Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:04:10.989581Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:04:10.989641Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:04:11.985163Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:04:35.986407Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:04:35.986465Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:04:40.855201Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:04:40.855271Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:04:40.996055Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:04:40.996120Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:04:41.998842Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:04:51.230537Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:04:51.230614Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:04:51.262495Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.836500 ms 2025-08-30T22:04:51.262564Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:04:51.262600Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:04:51.262626Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:05:05.986671Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:05:05.986750Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:05:10.857918Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:05:10.857993Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:05:10.997051Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:05:10.997113Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:05:12.008506Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:05:35.986588Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:05:35.986664Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:05:40.860773Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:05:40.860846Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:05:40.998978Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:05:40.999037Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:05:42.017313Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:05:51.265951Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:05:51.266019Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:05:51.298472Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.416700 ms 2025-08-30T22:05:51.298517Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:05:51.298548Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:05:51.298579Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:06:05.987108Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:06:05.987173Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:06:10.867176Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:06:10.867235Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:06:11.008136Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:06:11.008200Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:06:12.023493Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:06:35.987213Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:06:35.987315Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:06:40.868986Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:06:40.869052Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:06:41.012623Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:06:41.012758Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:06:42.034609Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:06:51.302810Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:06:51.302877Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:06:51.333995Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.080400 ms 2025-08-30T22:06:51.334040Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:06:51.334070Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:06:51.334093Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:07:05.988214Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:07:05.988277Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:07:10.881396Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:07:10.881490Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:07:11.018940Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:07:11.019013Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:07:12.047113Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:07:35.987326Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:07:35.987394Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:07:40.881278Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:07:40.881360Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:07:41.019716Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:07:41.019784Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:07:42.053556Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:07:51.338854Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:07:51.338922Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:07:51.370751Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.793500 ms 2025-08-30T22:07:51.370796Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:07:51.370826Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:07:51.370850Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:08:05.987533Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:08:05.987593Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:08:10.881375Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:08:10.881427Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:08:11.020409Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:08:11.020474Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:08:12.066299Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:08:35.987703Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:08:35.987766Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:08:40.888746Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:08:40.888809Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:08:41.030038Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:08:41.030111Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:08:42.070692Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:08:51.383141Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:08:51.383208Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:08:51.415802Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.557700 ms 2025-08-30T22:08:51.415847Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:08:51.415876Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:08:51.415899Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:09:05.988370Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:09:05.988439Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:09:10.896297Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:09:10.896351Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:09:11.033026Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:09:11.033101Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:09:12.075175Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:09:35.988326Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:09:35.988398Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:09:40.910343Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:09:40.910480Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:09:41.034002Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:09:41.034102Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:09:42.082474Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:09:51.416787Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:09:51.416859Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:09:51.447718Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.818400 ms 2025-08-30T22:09:51.447769Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:09:51.447801Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:09:51.447826Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:10:05.988308Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:10:05.988380Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:10:10.910425Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:10:10.910500Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:10:11.047667Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:10:11.047726Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:10:12.096314Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:10:35.988570Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:10:35.988645Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:10:40.916373Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:10:40.916434Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:10:41.055149Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:10:41.055230Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:10:42.098515Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:10:51.459502Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:10:51.459573Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:10:51.489965Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.354400 ms 2025-08-30T22:10:51.490014Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:10:51.490046Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:10:51.490073Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:11:05.988675Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:11:05.988743Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:11:10.928172Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:11:10.928252Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:11:11.066535Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:11:11.066597Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:11:12.100732Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:11:35.988896Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:11:35.988969Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:11:40.941818Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:11:40.941869Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:11:41.066110Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:11:41.066189Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:11:42.102241Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:11:51.491652Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:11:51.491724Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:11:51.522202Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.438400 ms 2025-08-30T22:11:51.522253Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:11:51.522286Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:11:51.522309Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:12:05.989137Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:12:05.989206Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:12:10.953083Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:12:10.953137Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:12:11.077875Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:12:11.077938Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:12:12.111693Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:12:35.989440Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:12:35.989507Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:12:40.968613Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:12:40.968664Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:12:41.089595Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:12:41.089671Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:12:42.122657Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:12:51.527798Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:12:51.527862Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:12:51.559441Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.539700 ms 2025-08-30T22:12:51.559489Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:12:51.559520Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:12:51.559543Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:13:05.989509Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:13:05.989627Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:13:10.978953Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:13:10.979040Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:13:11.103671Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:13:11.103729Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:13:12.130604Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:13:35.989694Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:13:35.989757Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:13:40.979606Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:13:40.979695Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:13:41.103953Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:13:41.104015Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:13:42.144635Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:13:51.565755Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:13:51.565882Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:13:51.597114Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.187900 ms 2025-08-30T22:13:51.597158Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:13:51.597188Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:13:51.597211Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:14:05.991505Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:14:05.991567Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:14:10.980932Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:14:10.980996Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:14:11.119314Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:14:11.119372Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:14:12.151565Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:14:35.991363Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:14:35.991421Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:14:40.985680Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:14:40.985761Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:14:41.125790Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:14:41.125848Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:14:42.156475Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:14:51.603519Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:14:51.603621Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:14:51.634139Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.477100 ms 2025-08-30T22:14:51.634186Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:14:51.634220Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:14:51.634244Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:15:05.990353Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:15:05.990432Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:15:10.996355Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:15:10.996419Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:15:11.134961Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:15:11.135033Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:15:12.170975Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:15:35.990611Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:15:35.990688Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:15:41.007635Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:15:41.007725Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:15:41.146360Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:15:41.146414Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:15:42.181937Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:15:51.639097Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:15:51.639162Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:15:51.670747Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.552600 ms 2025-08-30T22:15:51.670789Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:15:51.670819Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:15:51.670842Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:16:05.991232Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:16:05.991316Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:16:11.018595Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:16:11.018734Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:16:11.159800Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:16:11.159865Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:16:12.193895Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:16:35.990766Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:16:35.990838Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:16:41.018506Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:16:41.018644Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:16:41.170593Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:16:41.170693Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:16:42.206691Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:16:51.677767Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:16:51.677867Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:16:51.709538Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.620000 ms 2025-08-30T22:16:51.709587Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:16:51.709619Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:16:51.709642Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:17:05.990749Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:17:05.990812Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:17:11.029263Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:17:11.029326Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:17:11.183608Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:17:11.183703Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:17:12.216887Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:17:35.990991Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:17:35.991066Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:17:41.040777Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:17:41.040858Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:17:41.197485Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:17:41.197543Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:17:42.224957Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:17:51.719282Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:17:51.719350Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:17:51.750140Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.748300 ms 2025-08-30T22:17:51.750206Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:17:51.750252Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:17:51.750288Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:18:05.991080Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:18:05.991147Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:18:11.049724Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:18:11.049783Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:18:11.204294Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:18:11.204365Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:18:12.224757Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:18:35.991536Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:18:35.991614Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:18:41.051276Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:18:41.051339Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:18:41.204966Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:18:41.205026Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:18:42.238877Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:18:51.763061Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:18:51.763126Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:18:51.793777Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.613700 ms 2025-08-30T22:18:51.793823Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:18:51.793853Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:18:51.793877Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:19:05.991618Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:19:05.991689Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:19:11.056290Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:19:11.056352Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:19:11.209520Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:19:11.209593Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:19:12.243262Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:19:35.991749Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:19:35.991821Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:19:41.068121Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:19:41.068205Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:19:41.222674Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:19:41.222738Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:19:42.253019Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:19:51.807067Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:19:51.807129Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:19:51.838364Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.196500 ms 2025-08-30T22:19:51.838410Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:19:51.838442Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:19:51.838465Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:20:05.991971Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:20:05.992046Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:20:11.074872Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:20:11.074937Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:20:11.230859Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:20:11.230985Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:20:12.255947Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:20:35.992057Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:20:35.992127Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:20:41.078742Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:20:41.078827Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:20:41.234157Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:20:41.234232Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:20:42.269423Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:20:51.842505Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:20:51.842574Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:20:51.874189Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.565700 ms 2025-08-30T22:20:51.874230Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:20:51.874259Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:20:51.874282Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:21:05.992381Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:21:05.992439Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:21:11.081656Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:21:11.081748Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:21:11.237701Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:21:11.237759Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:21:12.270236Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:21:35.992583Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:21:35.992648Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:21:41.092348Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:21:41.092398Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:21:41.246212Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:21:41.246273Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:21:42.281324Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:21:51.888182Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:21:51.888247Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:21:51.922292Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 34.011700 ms 2025-08-30T22:21:51.922337Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:21:51.922366Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:21:51.922389Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:22:05.992773Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:22:05.992834Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:22:11.100875Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:22:11.100954Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:22:11.255031Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:22:11.255095Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:22:12.283974Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:22:35.992949Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:22:35.993032Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:22:41.111475Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:22:41.111547Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:22:41.267495Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:22:41.267556Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:22:42.287074Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:22:51.936136Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:22:51.936206Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:22:51.968036Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.794800 ms 2025-08-30T22:22:51.968080Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:22:51.968110Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:22:51.968133Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:23:05.993101Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:23:05.993176Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:23:11.124380Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:23:11.124437Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:23:11.276334Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:23:11.276420Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:23:12.296596Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:23:35.993157Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:23:35.993215Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:23:41.125070Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:23:41.125126Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:23:41.278393Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:23:41.278484Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:23:42.297088Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:23:51.973480Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:23:51.973549Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:23:52.003448Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.861900 ms 2025-08-30T22:23:52.003493Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:23:52.003524Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:23:52.003548Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:24:05.994148Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:24:05.994213Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:24:11.137332Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:24:11.137405Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:24:11.290115Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:24:11.290174Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:24:12.301026Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:24:35.993922Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:24:35.993980Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:24:41.142593Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:24:41.142653Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:24:41.297250Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:24:41.297326Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:24:42.313968Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:24:52.018452Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:24:52.018520Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:24:52.049111Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.554600 ms 2025-08-30T22:24:52.049161Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:24:52.049190Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:24:52.049216Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:25:05.994095Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:25:05.994159Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:25:11.143934Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:25:11.143987Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:25:11.297615Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:25:11.297674Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:25:12.326589Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:25:35.993814Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:25:35.993872Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:25:41.157350Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:25:41.157468Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:25:41.312170Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:25:41.312242Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:25:42.333290Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:25:52.062232Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:25:52.062302Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:25:52.091625Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.286200 ms 2025-08-30T22:25:52.091673Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:25:52.091706Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:25:52.091730Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:26:05.994138Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:26:05.994218Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:26:11.159800Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:26:11.159901Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:26:11.327008Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:26:11.327181Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:26:12.335281Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:26:35.994291Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:26:35.994356Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:26:41.167852Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:26:41.167919Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:26:41.336110Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:26:41.336191Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:26:42.337188Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:26:52.099674Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:26:52.099737Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:26:52.129805Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.024900 ms 2025-08-30T22:26:52.129861Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:26:52.129898Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:26:52.129924Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:27:05.995479Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:27:05.995536Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:27:11.181389Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:27:11.181452Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:27:11.349101Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:27:11.349170Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:27:12.347353Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:27:35.994638Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:27:35.994708Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:27:41.196053Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:27:41.196112Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:27:41.353133Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:27:41.353194Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:27:42.357256Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:27:52.140550Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:27:52.140627Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:27:52.170082Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.416600 ms 2025-08-30T22:27:52.170128Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:27:52.170158Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:27:52.170181Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:28:05.994834Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:28:05.994897Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:28:11.209186Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:28:11.209255Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:28:11.366352Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:28:11.366437Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:28:12.364117Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:28:35.995302Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:28:35.995373Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:28:41.215463Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:28:41.215516Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:28:41.370086Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:28:41.370176Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:28:42.374445Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:28:52.184820Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:28:52.184889Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:28:52.215664Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.737300 ms 2025-08-30T22:28:52.215710Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:28:52.215739Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:28:52.215762Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:29:05.995744Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:29:05.995799Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:29:11.227892Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:29:11.227955Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:29:11.381498Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:29:11.381561Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:29:12.382796Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:29:35.996121Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:29:35.996177Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:29:41.229004Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:29:41.229069Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:29:41.384473Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:29:41.384529Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:29:42.386661Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:29:52.215478Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:29:52.215543Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:29:52.245265Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.688200 ms 2025-08-30T22:29:52.245308Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:29:52.245337Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:29:52.245360Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:30:05.995889Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:30:05.995953Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:30:11.237537Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:30:11.237601Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:30:11.395082Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:30:11.395154Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:30:12.394989Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:30:35.996235Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:30:35.996301Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:30:41.252184Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:30:41.252250Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:30:41.407918Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:30:41.408003Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:30:42.396802Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:30:52.259808Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:30:52.259919Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:30:52.290639Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.664900 ms 2025-08-30T22:30:52.290699Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:30:52.290747Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:30:52.290787Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:31:05.996295Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:31:05.996361Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:31:11.260361Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:31:11.260418Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:31:11.414371Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:31:11.414428Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:31:12.399057Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:31:35.996463Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:31:35.996522Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:31:41.264830Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:31:41.264895Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:31:41.419683Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:31:41.419740Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:31:42.400681Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:31:52.299633Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:31:52.299695Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:31:52.331436Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.707700 ms 2025-08-30T22:31:52.331478Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:31:52.331508Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:31:52.331531Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:32:05.996452Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:32:05.996509Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:32:11.266964Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:32:11.267029Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:32:11.422798Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:32:11.422853Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:32:12.414495Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:32:35.996707Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:32:35.996773Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:32:41.275989Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:32:41.276107Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:32:41.429594Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:32:41.429664Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:32:42.421199Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:32:52.340614Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:32:52.340678Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:32:52.371168Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.453500 ms 2025-08-30T22:32:52.371218Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:32:52.371252Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:32:52.371277Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:33:05.997886Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:33:05.997942Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:33:11.290854Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:33:11.290934Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:33:11.429415Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:33:11.429503Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:33:12.433609Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:33:35.996879Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:33:35.996941Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:33:41.298122Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:33:41.298181Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:33:41.436322Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:33:41.436393Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:33:42.437226Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:33:52.385851Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:33:52.385925Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:33:52.416786Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.817600 ms 2025-08-30T22:33:52.416836Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:33:52.416866Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:33:52.416890Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:34:05.997728Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:34:05.997785Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:34:11.309352Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:34:11.309410Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:34:11.448613Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:34:11.448669Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:34:12.446633Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:34:35.997544Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:34:35.997607Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:34:41.309823Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:34:41.309884Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:34:41.449713Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:34:41.449794Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:34:42.458990Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:34:52.422186Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:34:52.422257Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:34:52.452848Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.548400 ms 2025-08-30T22:34:52.452895Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:34:52.452924Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:34:52.452947Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:35:05.997784Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:35:05.997843Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:35:11.316562Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:35:11.316624Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:35:11.454930Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:35:11.455007Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:35:12.469528Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:35:35.997811Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:35:35.997873Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:35:41.322932Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:35:41.323025Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:35:41.461128Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:35:41.461207Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:35:42.475678Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:35:52.457846Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:35:52.458016Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:35:52.490486Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.402700 ms 2025-08-30T22:35:52.490568Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:35:52.490621Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:35:52.490668Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:36:05.998005Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:36:05.998063Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:36:11.330097Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:36:11.330183Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:36:11.469605Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:36:11.469690Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:36:12.490250Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:36:35.998161Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:36:35.998252Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:36:41.338063Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:36:41.338141Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:36:41.479205Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:36:41.479365Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:36:42.504608Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:36:52.494579Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:36:52.494705Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:36:52.525380Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.610100 ms 2025-08-30T22:36:52.525435Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:36:52.525466Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:36:52.525490Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:37:05.998340Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:37:05.998395Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:37:11.347087Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:37:11.347157Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:37:11.487164Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:37:11.487287Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:37:12.504639Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:37:35.998610Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:37:35.998674Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:37:41.348168Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:37:41.348241Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:37:41.489371Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:37:41.489442Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:37:42.515971Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:37:52.531940Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:37:52.532008Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:37:52.562752Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.710000 ms 2025-08-30T22:37:52.562796Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:37:52.562846Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:37:52.562882Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:38:05.998869Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:38:05.998929Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:38:11.354195Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:38:11.354253Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:38:11.491521Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:38:11.491581Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:38:12.529506Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:38:35.998953Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:38:35.999020Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:38:41.362008Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:38:41.362109Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:38:41.500151Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:38:41.500214Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:38:42.529955Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:38:52.569895Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:38:52.569966Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:38:52.600967Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.961100 ms 2025-08-30T22:38:52.601019Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:38:52.601051Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:38:52.601078Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:39:05.999174Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:39:05.999249Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:39:11.362286Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:39:11.362350Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:39:11.514617Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:39:11.514709Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:39:12.532086Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:39:35.999212Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:39:35.999274Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:39:41.368583Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:39:41.368674Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:39:41.522958Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:39:41.523024Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:39:42.537845Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:39:52.609026Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:39:52.609090Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:39:52.640689Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.556000 ms 2025-08-30T22:39:52.640740Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:39:52.640774Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:39:52.640798Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:40:05.999320Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:40:05.999376Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:40:11.377728Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:40:11.377808Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:40:11.531272Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:40:11.531346Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:40:12.546896Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:40:35.999490Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:40:35.999554Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:40:41.379326Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:40:41.379389Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:40:41.532879Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:40:41.532955Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:40:42.548816Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:40:52.649574Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:40:52.649640Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:40:52.680223Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.515300 ms 2025-08-30T22:40:52.680318Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:40:52.680378Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:40:52.680418Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:41:05.999752Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:41:05.999823Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:41:11.382988Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:41:11.383074Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:41:11.537929Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:41:11.538009Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:41:12.549098Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:41:36.000008Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:41:36.000072Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:41:41.391029Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:41:41.391098Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:41:41.546531Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:41:41.546591Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:41:42.563892Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:41:52.696194Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:41:52.696262Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:41:52.726736Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.440200 ms 2025-08-30T22:41:52.726777Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:41:52.726806Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:41:52.726830Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:42:06.000104Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:42:06.000158Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:42:11.402087Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:42:11.402150Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:42:11.557332Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:42:11.557387Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:42:12.575467Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:42:36.000355Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:42:36.000422Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:42:41.412687Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:42:41.412742Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:42:41.564395Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:42:41.564456Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:42:42.578113Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:42:52.736565Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:42:52.736635Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:42:52.768113Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.440000 ms 2025-08-30T22:42:52.768159Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:42:52.768188Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:42:52.768211Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:43:06.000880Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:43:06.000951Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:43:11.424405Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:43:11.424495Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:43:11.577789Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:43:11.577856Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:43:12.586266Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:43:36.000662Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:43:36.000735Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:43:41.437838Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:43:41.437931Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:43:41.592266Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:43:41.592334Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:43:42.590035Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:43:52.780502Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:43:52.780568Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:43:52.811372Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.767900 ms 2025-08-30T22:43:52.811420Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:43:52.811453Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:43:52.811477Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:44:06.000814Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:44:06.000881Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:44:11.441850Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:44:11.441972Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:44:11.593581Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:44:11.593643Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:44:12.590470Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:44:36.001333Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:44:36.001402Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:44:41.450568Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:44:41.450638Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:44:41.603862Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:44:41.604216Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:44:42.593314Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:44:52.815363Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:44:52.815435Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:44:52.845538Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.066100 ms 2025-08-30T22:44:52.845586Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:44:52.845617Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:44:52.845645Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:45:06.001161Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:45:06.001230Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:45:11.462783Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:45:11.462837Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:45:11.615467Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:45:11.615593Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:45:12.602992Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:45:36.001484Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:45:36.001541Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:45:41.470160Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:45:41.470236Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:45:41.628125Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:45:41.628186Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:45:42.615433Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:45:52.859544Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:45:52.859607Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:45:52.889086Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.445800 ms 2025-08-30T22:45:52.889126Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:45:52.889154Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:45:52.889177Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:46:06.001665Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:46:06.001718Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:46:11.470274Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:46:11.470328Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:46:11.640263Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:46:11.640323Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:46:12.624708Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:46:36.002283Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:46:36.002345Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:46:41.473631Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:46:41.473692Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:46:41.644856Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:46:41.644917Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:46:42.631259Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:46:52.891310Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:46:52.891381Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:46:52.921407Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.987700 ms 2025-08-30T22:46:52.921461Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:46:52.921495Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:46:52.921518Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:47:06.002364Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:47:06.002421Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:47:11.473706Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:47:11.473777Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:47:11.658420Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:47:11.658545Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:47:12.643459Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:47:36.002303Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:47:36.002363Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:47:41.477486Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:47:41.477545Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:47:41.663598Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:47:41.663675Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:47:42.650021Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:47:52.933255Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:47:52.933325Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:47:52.964158Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.797200 ms 2025-08-30T22:47:52.964203Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:47:52.964237Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:47:52.964262Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:48:06.002406Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:48:06.002477Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:48:11.485223Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:48:11.485281Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:48:11.668522Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:48:11.668632Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:48:12.655565Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:48:36.002340Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:48:36.002404Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:48:41.486315Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:48:41.486401Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:48:41.671545Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:48:41.671614Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:48:42.661392Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:48:52.978393Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:48:52.978459Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:48:53.008437Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.916700 ms 2025-08-30T22:48:53.008551Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:48:53.008598Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:48:53.008629Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:49:06.002788Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:49:06.002843Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:49:11.487785Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:49:11.487903Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:49:11.672786Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:49:11.672896Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:49:12.675532Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:49:36.002709Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:49:36.002774Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:49:41.491746Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:49:41.491814Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:49:41.679204Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:49:41.679276Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:49:42.678561Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:49:53.022753Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:49:53.022826Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:49:53.054326Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.463100 ms 2025-08-30T22:49:53.054372Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:49:53.054403Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:49:53.054426Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:50:06.002983Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:50:06.003039Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:50:11.499098Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:50:11.499166Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:50:11.683856Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:50:11.683934Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:50:12.690988Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:50:36.003505Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:50:36.003566Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:50:41.511777Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:50:41.511831Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:50:41.698529Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:50:41.698588Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:50:42.700072Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:50:53.057666Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:50:53.057732Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:50:53.089455Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.686900 ms 2025-08-30T22:50:53.089503Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:50:53.089533Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:50:53.089556Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:51:06.003646Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:51:06.003724Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:51:11.516010Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:51:11.516103Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:51:11.701741Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:51:11.701800Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:51:12.713778Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:51:36.003417Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:51:36.003472Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:51:41.518282Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:51:41.518339Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:51:41.703950Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:51:41.704011Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:51:42.723623Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:51:53.091360Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:51:53.091424Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:51:53.123687Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.226500 ms 2025-08-30T22:51:53.123738Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:51:53.123768Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:51:53.123792Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:52:06.003782Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:52:06.003846Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:52:11.518614Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:52:11.518675Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:52:11.704479Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:52:11.704539Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:52:12.723357Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:52:36.004012Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:52:36.004080Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:52:41.526506Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:52:41.526638Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:52:41.712116Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:52:41.712182Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:52:42.729587Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:52:53.126517Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:52:53.126585Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:52:53.157063Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.441100 ms 2025-08-30T22:52:53.157110Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:52:53.157140Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:52:53.157166Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:53:06.004190Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:53:06.004256Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:53:11.539775Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:53:11.539942Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:53:11.712178Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:53:11.712254Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:53:12.734342Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:53:36.004571Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:53:36.004638Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:53:41.542408Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:53:41.542483Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:53:41.726833Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:53:41.726951Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:53:42.734543Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:53:53.159344Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:53:53.159410Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:53:53.191201Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.754100 ms 2025-08-30T22:53:53.191249Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:53:53.191280Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:53:53.191303Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:54:06.004498Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:54:06.004562Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:54:11.544494Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:54:11.544543Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:54:11.730245Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:54:11.730431Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:54:12.743983Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:54:36.004685Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:54:36.004751Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:54:41.554565Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:54:41.554637Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:54:41.738758Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:54:41.738827Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:54:42.743692Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:54:53.205792Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:54:53.205871Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:54:53.235802Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.883600 ms 2025-08-30T22:54:53.235857Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:54:53.235895Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:54:53.235921Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:55:06.004886Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:55:06.004947Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:55:11.566044Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:55:11.566111Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:55:11.749680Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:55:11.749742Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:55:12.754680Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:55:36.005098Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:55:36.005164Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:55:41.578796Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:55:41.578897Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:55:41.760999Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:55:41.761056Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:55:42.759195Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:55:53.246311Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:55:53.246383Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:55:53.277349Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.927400 ms 2025-08-30T22:55:53.277400Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:55:53.277432Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:55:53.277458Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:56:06.005253Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:56:06.005310Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:56:11.581041Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:56:11.581100Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:56:11.766066Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:56:11.766135Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:56:12.769283Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:56:36.005249Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:56:36.005308Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:56:41.583706Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:56:41.583761Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:56:41.767994Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:56:41.768063Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:56:42.784698Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:56:53.278637Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:56:53.278714Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:56:53.310584Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.828400 ms 2025-08-30T22:56:53.310632Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:56:53.310662Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:56:53.310687Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:57:06.008973Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:57:06.009091Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:57:11.588442Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:57:11.588502Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:57:11.773826Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:57:11.773892Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:57:12.792423Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:57:36.005850Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:57:36.005922Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:57:41.592800Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:57:41.592882Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:57:41.776394Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:57:41.776454Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:57:42.796688Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:57:53.318959Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:57:53.319030Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:57:53.351429Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.358600 ms 2025-08-30T22:57:53.351478Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:57:53.351510Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:57:53.351534Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:58:06.006243Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:58:06.006308Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:58:11.597621Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:58:11.597673Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:58:11.782798Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:58:11.782900Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:58:12.800710Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:58:36.006510Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:58:36.006621Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:58:41.598711Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:58:41.598793Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:58:41.784463Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:58:41.784535Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:58:42.807618Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:58:53.352198Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:58:53.352265Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:58:53.382723Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.413600 ms 2025-08-30T22:58:53.382795Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:58:53.382830Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:58:53.382854Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T22:59:06.006201Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:59:06.006334Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:59:11.609228Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:59:11.609361Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:59:11.793068Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:59:11.793141Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:59:12.816992Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:59:36.006914Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T22:59:36.007039Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T22:59:41.622671Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T22:59:41.622728Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T22:59:41.806449Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:59:41.806518Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T22:59:42.826242Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T22:59:53.386035Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T22:59:53.386102Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T22:59:53.416303Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.160500 ms 2025-08-30T22:59:53.416351Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T22:59:53.416381Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T22:59:53.416405Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:00:06.006845Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:00:06.006962Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:00:11.629941Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:00:11.630002Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:00:11.817615Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:00:11.817680Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:00:12.840815Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:00:36.008300Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:00:36.008453Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:00:41.640908Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:00:41.640968Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:00:41.825360Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:00:41.825443Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:00:42.842099Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:00:53.424238Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:00:53.424311Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:00:53.455320Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.969000 ms 2025-08-30T23:00:53.455377Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:00:53.455412Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:00:53.455437Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:01:06.008345Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:01:06.008470Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:01:11.649083Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:01:11.649156Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:01:11.833638Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:01:11.833714Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:01:12.850913Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:01:36.008693Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:01:36.008836Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:01:41.652895Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:01:41.652959Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:01:41.838047Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:01:41.838115Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:01:42.856695Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:01:53.461628Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:01:53.461694Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:01:53.492157Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.425700 ms 2025-08-30T23:01:53.492207Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:01:53.492238Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:01:53.492263Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:02:06.008858Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:02:06.008962Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:02:11.660427Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:02:11.660494Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:02:11.843993Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:02:11.844047Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:02:12.862715Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:02:36.009968Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:02:36.010147Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:02:41.668377Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:02:41.668436Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:02:41.853200Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:02:41.853262Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:02:42.867838Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:02:53.506901Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:02:53.506965Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:02:53.537719Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.714000 ms 2025-08-30T23:02:53.537767Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:02:53.537801Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:02:53.537825Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:03:06.010375Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:03:06.010505Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:03:11.684204Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:03:11.684277Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:03:11.854317Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:03:11.854379Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:03:12.873564Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:03:36.009360Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:03:36.009493Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:03:41.698135Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:03:41.698218Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:03:41.867720Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:03:41.867798Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:03:42.886161Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:03:53.537598Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:03:53.537677Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:03:53.569876Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.146200 ms 2025-08-30T23:03:53.569924Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:03:53.569954Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:03:53.569978Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:04:06.010507Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:04:06.010612Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:04:11.709114Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:04:11.709200Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:04:11.877566Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:04:11.877631Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:04:12.894500Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:04:36.009897Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:04:36.010018Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:04:41.723051Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:04:41.723145Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:04:41.877765Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:04:41.877829Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:04:42.897097Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:04:53.577383Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:04:53.577452Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:04:53.607925Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.434500 ms 2025-08-30T23:04:53.607972Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:04:53.608002Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:04:53.608025Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:05:06.010099Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:05:06.010224Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:05:11.732755Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:05:11.732848Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:05:11.885828Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:05:11.885906Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:05:12.908974Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:05:36.010228Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:05:36.010350Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:05:41.739617Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:05:41.739676Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:05:41.894420Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:05:41.894481Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:05:42.915188Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:05:53.621227Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:05:53.621293Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:05:53.652319Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.990800 ms 2025-08-30T23:05:53.652367Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:05:53.652399Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:05:53.652424Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:06:06.010525Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:06:06.010628Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:06:11.742205Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:06:11.742259Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:06:11.896640Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:06:11.896736Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:06:12.929069Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:06:36.012406Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:06:36.012630Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:06:41.747998Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:06:41.748047Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:06:41.902262Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:06:41.902326Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:06:42.938473Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:06:53.659732Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:06:53.659799Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:06:53.690252Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.414800 ms 2025-08-30T23:06:53.690300Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:06:53.690331Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:06:53.690356Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:07:06.010893Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:07:06.011004Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:07:11.761502Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:07:11.761559Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:07:11.915104Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:07:11.915184Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:07:12.950641Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:07:36.011182Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:07:36.011315Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:07:41.769268Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:07:41.769365Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:07:41.923184Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:07:41.923269Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:07:42.954073Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:07:53.694597Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:07:53.694664Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:07:53.726512Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.810200 ms 2025-08-30T23:07:53.726559Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:07:53.726595Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:07:53.726620Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:08:06.011507Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:08:06.011654Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:08:11.782743Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:08:11.782809Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:08:11.934802Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:08:11.934907Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:08:12.968747Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:08:36.011710Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:08:36.011856Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:08:41.786334Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:08:41.786397Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:08:41.940707Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:08:41.940772Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:08:42.972352Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:08:53.741123Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:08:53.741192Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:08:53.772105Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.872600 ms 2025-08-30T23:08:53.772155Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:08:53.772186Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:08:53.772210Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:09:06.012880Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:09:06.012942Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:09:11.798032Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:09:11.798092Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:09:11.950547Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:09:11.950606Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:09:12.976756Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:09:36.011816Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:09:36.011943Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:09:41.807258Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:09:41.807317Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:09:41.961027Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:09:41.961091Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:09:42.990075Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:09:53.777400Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:09:53.777472Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:09:53.808647Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.135700 ms 2025-08-30T23:09:53.808696Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:09:53.808782Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:09:53.808819Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:10:06.011948Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:10:06.012080Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:10:11.821854Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:10:11.821934Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:10:11.975346Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:10:11.975458Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:10:12.993305Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:10:36.012320Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:10:36.012451Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:10:41.833566Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:10:41.833624Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:10:41.988995Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:10:41.989095Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:10:43.006443Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:10:53.809758Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:10:53.809828Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:10:53.840992Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.126800 ms 2025-08-30T23:10:53.841040Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:10:53.841070Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:10:53.841093Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:11:06.012371Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:11:06.012487Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:11:11.845348Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:11:11.845413Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:11:11.999587Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:11:11.999670Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:11:13.006954Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:11:36.012758Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:11:36.012897Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:11:41.858724Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:11:41.858791Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:11:42.013770Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:11:42.013861Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:11:43.019062Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:11:53.851830Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:11:53.851893Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:11:53.884188Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.259200 ms 2025-08-30T23:11:53.884242Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:11:53.884274Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:11:53.884298Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:12:06.015109Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:12:06.015221Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:12:11.863679Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:12:11.863739Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:12:12.016031Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:12:12.016172Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:12:13.031487Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:12:36.012947Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:12:36.013053Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:12:41.875802Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:12:41.875862Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:12:42.030841Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:12:42.030908Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:12:43.033109Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:12:53.885625Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:12:53.885691Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:12:53.916151Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.421200 ms 2025-08-30T23:12:53.916201Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:12:53.916235Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:12:53.916264Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:13:06.011973Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:13:06.012090Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:13:11.880636Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:13:11.880722Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:13:12.034755Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:13:12.034823Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:13:13.040159Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:13:36.012455Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:13:36.012614Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:13:41.884631Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:13:41.884742Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:13:42.036874Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:13:42.036939Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:13:43.053779Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:13:53.924373Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:13:53.924451Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:13:53.955644Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.152200 ms 2025-08-30T23:13:53.955692Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:13:53.955725Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:13:53.955749Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:14:06.012377Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:14:06.012521Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:14:11.887628Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:14:11.887694Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:14:12.043828Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:14:12.043892Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:14:13.060636Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:14:36.012553Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:14:36.012680Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:14:41.891794Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:14:41.891851Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:14:42.046263Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:14:42.046343Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:14:43.062354Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:14:53.958847Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:14:53.958914Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:14:53.989764Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.810600 ms 2025-08-30T23:14:53.989813Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:14:53.989844Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:14:53.989868Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:15:06.012716Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:15:06.012841Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:15:11.904324Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:15:11.904393Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:15:12.058161Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:15:12.058243Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:15:13.063296Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:15:36.012981Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:15:36.013142Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:15:41.904498Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:15:41.904555Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:15:42.058465Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:15:42.058526Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:15:43.063767Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:15:53.999935Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:15:54.000012Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:15:54.032951Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.900000 ms 2025-08-30T23:15:54.032997Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:15:54.033028Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:15:54.033051Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:16:06.013032Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:16:06.013146Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:16:11.916459Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:16:11.916521Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:16:12.069018Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:16:12.069082Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:16:13.070666Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:16:36.013535Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:16:36.013691Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:16:41.929226Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:16:41.929311Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:16:42.071317Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:16:42.071390Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:16:43.071295Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:16:54.041543Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:16:54.041615Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:16:54.071984Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.322200 ms 2025-08-30T23:16:54.072049Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:16:54.072082Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:16:54.072106Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:17:06.025027Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:17:06.025122Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:17:11.942283Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:17:11.942395Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:17:12.078722Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:17:12.078840Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:17:13.077185Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:17:36.013697Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:17:36.013835Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:17:41.947148Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:17:41.947216Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:17:42.086877Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:17:42.086937Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:17:43.090912Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:17:54.086934Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:17:54.087001Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:17:54.117326Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.288100 ms 2025-08-30T23:17:54.117374Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:17:54.117405Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:17:54.117430Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:18:06.013782Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:18:06.013847Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:18:11.952042Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:18:11.952101Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:18:12.091032Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:18:12.091094Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:18:13.095178Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:18:36.013973Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:18:36.014098Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:18:41.959740Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:18:41.959800Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:18:42.098222Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:18:42.098274Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:18:43.101584Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:18:54.129377Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:18:54.129444Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:18:54.160817Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.333100 ms 2025-08-30T23:18:54.160864Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:18:54.160894Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:18:54.160918Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:19:06.014611Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:19:06.014741Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:19:11.974020Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:19:11.974079Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:19:12.098366Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:19:12.098422Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:19:13.106099Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:19:36.014537Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:19:36.014685Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:19:41.975418Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:19:41.975536Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:19:42.098888Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:19:42.098947Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:19:43.120161Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:19:54.161624Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:19:54.161689Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:19:54.192216Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.488500 ms 2025-08-30T23:19:54.192264Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:19:54.192295Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:19:54.192320Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:20:06.014850Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:20:06.014986Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:20:11.983087Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:20:11.983182Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:20:12.105470Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:20:12.105541Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:20:13.120875Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:20:36.014923Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:20:36.015058Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:20:41.997856Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:20:41.997919Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:20:42.106045Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:20:42.106113Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:20:43.133931Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:20:54.197162Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:20:54.197226Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:20:54.228364Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.101100 ms 2025-08-30T23:20:54.228412Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:20:54.228443Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:20:54.228470Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:21:06.015135Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:21:06.015269Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:21:12.011193Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:21:12.011317Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:21:12.118955Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:21:12.119028Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:21:13.138419Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:21:36.015005Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:21:36.015134Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:21:42.021139Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:21:42.021266Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:21:42.129399Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:21:42.129474Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:21:43.151250Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:21:54.229039Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:21:54.229105Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:21:54.259902Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.759800 ms 2025-08-30T23:21:54.259955Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:21:54.259987Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:21:54.260011Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:22:06.015555Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:22:06.015680Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:22:12.030054Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:22:12.030115Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:22:12.137994Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:22:12.138061Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:22:13.164812Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:22:36.031931Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:22:36.032020Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:22:42.034017Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:22:42.034125Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:22:42.143466Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:22:42.143547Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:22:43.175242Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:22:54.260627Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:22:54.260731Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:22:54.293812Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 33.028400 ms 2025-08-30T23:22:54.293860Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:22:54.293892Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:22:54.293916Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:23:06.015711Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:23:06.015847Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:23:12.046156Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:23:12.046247Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:23:12.156009Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:23:12.156102Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:23:13.186403Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:23:36.015842Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:23:36.015973Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:23:42.051271Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:23:42.051324Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:23:42.157932Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:23:42.158000Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:23:43.188512Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:23:54.304667Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:23:54.304741Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:23:54.336716Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.923800 ms 2025-08-30T23:23:54.336793Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:23:54.336832Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:23:54.336856Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:24:06.015894Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:24:06.015980Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:24:12.057933Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:24:12.057987Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:24:12.167206Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:24:12.167273Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:24:13.200251Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:24:36.016467Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:24:36.016616Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:24:42.058776Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:24:42.058838Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:24:42.180382Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:24:42.180448Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:24:43.214386Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:24:54.347968Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:24:54.348037Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:24:54.379762Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.686300 ms 2025-08-30T23:24:54.379810Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:24:54.379840Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:24:54.379864Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:25:06.016517Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:25:06.016640Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:25:12.060472Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:25:12.060539Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:25:12.182770Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:25:12.182839Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:25:13.217075Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:25:36.016657Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:25:36.016794Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:25:42.064080Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:25:42.064154Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:25:42.187458Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:25:42.187528Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:25:43.232393Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:25:54.383749Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:25:54.383815Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:25:54.415909Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.055800 ms 2025-08-30T23:25:54.415954Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:25:54.415985Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:25:54.416010Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:26:06.016916Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:26:06.017070Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:26:12.073239Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:26:12.073304Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:26:12.196353Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:26:12.196437Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:26:13.234792Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:26:36.017013Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:26:36.017143Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:26:42.081178Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:26:42.081241Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:26:42.204464Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:26:42.204551Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:26:43.239767Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:26:54.425935Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:26:54.426002Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:26:54.456754Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.714600 ms 2025-08-30T23:26:54.456802Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:26:54.456831Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:26:54.456855Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:27:06.017260Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:27:06.017417Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:27:12.091344Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:27:12.091394Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:27:12.214883Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:27:12.214951Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:27:13.243735Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:27:36.017348Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:27:36.017488Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:27:42.104282Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:27:42.104361Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:27:42.227559Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:27:42.227630Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:27:43.245712Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:27:54.461246Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:27:54.461337Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:27:54.491603Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.227400 ms 2025-08-30T23:27:54.491648Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:27:54.491677Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:27:54.491700Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:28:06.017383Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:28:06.017508Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:28:12.117017Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:28:12.117077Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:28:12.241216Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:28:12.241277Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:28:13.259296Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:28:36.017939Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:28:36.018104Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:28:42.123082Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:28:42.123178Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:28:42.246091Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:28:42.246154Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:28:43.260474Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:28:54.491753Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:28:54.491818Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:28:54.521015Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.158300 ms 2025-08-30T23:28:54.521063Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:28:54.521094Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:28:54.521121Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:29:06.017986Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:29:06.018098Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:29:12.131661Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:29:12.131728Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:29:12.254374Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:29:12.254435Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:29:13.274939Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:29:36.018181Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:29:36.018332Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:29:42.138965Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:29:42.139049Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:29:42.261822Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:29:42.261935Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:29:43.283924Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:29:54.534249Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:29:54.534317Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:29:54.565388Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.031100 ms 2025-08-30T23:29:54.565439Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:29:54.565470Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:29:54.565494Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:30:06.019585Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:30:06.019709Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:30:12.140228Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:30:12.140286Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:30:12.277481Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:30:12.277598Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:30:13.294449Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:30:36.018695Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:30:36.018820Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:30:42.150517Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:30:42.150644Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:30:42.287197Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:30:42.287264Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:30:43.305333Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:30:54.575635Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:30:54.575702Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:30:54.606157Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.415800 ms 2025-08-30T23:30:54.606205Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:30:54.606236Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:30:54.606259Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:31:06.018741Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:31:06.018864Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:31:12.161822Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:31:12.161947Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:31:12.301110Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:31:12.301172Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:31:13.319537Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:31:36.018744Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:31:36.018903Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:31:42.165190Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:31:42.165264Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:31:42.303860Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:31:42.303916Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:31:43.328757Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:31:54.621384Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:31:54.621459Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:31:54.654021Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.526400 ms 2025-08-30T23:31:54.654067Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:31:54.654097Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:31:54.654120Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:32:06.019500Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:32:06.019644Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:32:12.179839Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:32:12.179966Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:32:12.318855Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:32:12.318942Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:32:13.335478Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:32:36.019374Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:32:36.019483Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:32:42.187788Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:32:42.187871Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:32:42.327000Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:32:42.327067Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:32:43.344435Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:32:54.660797Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:32:54.660863Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:32:54.693538Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.639000 ms 2025-08-30T23:32:54.693582Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:32:54.693612Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:32:54.693635Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:33:06.019461Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:33:06.019595Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:33:12.188753Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:33:12.188858Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:33:12.342039Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:33:12.342165Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:33:13.347283Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:33:36.019501Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:33:36.019621Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:33:42.195845Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:33:42.195896Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:33:42.348789Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:33:42.348857Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:33:43.350643Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:33:54.697971Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:33:54.698036Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:33:54.728381Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.307900 ms 2025-08-30T23:33:54.728428Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:33:54.728459Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:33:54.728482Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:34:06.019834Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:34:06.019927Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:34:12.198514Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:34:12.198569Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:34:12.353172Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:34:12.353232Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:34:13.354562Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:34:36.019910Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:34:36.020041Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:34:42.205776Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:34:42.205860Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:34:42.358896Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:34:42.358980Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:34:43.362184Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:34:54.742353Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:34:54.742417Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:34:54.773957Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.500900 ms 2025-08-30T23:34:54.774004Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:34:54.774037Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:34:54.774062Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:35:06.020055Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:35:06.020193Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:35:12.212964Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:35:12.213022Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:35:12.365771Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:35:12.365848Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:35:13.372297Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:35:36.020399Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:35:36.020530Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:35:42.225985Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:35:42.226127Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:35:42.380882Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:35:42.380954Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:35:43.383455Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:35:54.779029Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:35:54.779101Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:35:54.810894Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.754400 ms 2025-08-30T23:35:54.810947Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:35:54.810980Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:35:54.811004Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:36:06.020356Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:36:06.020423Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:36:12.236523Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:36:12.236585Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:36:12.391288Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:36:12.391385Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:36:13.392565Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:36:36.022066Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:36:36.022238Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:36:42.237392Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:36:42.237451Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:36:42.407033Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:36:42.407109Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:36:43.397904Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:36:54.821181Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:36:54.821266Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:36:54.852010Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.695500 ms 2025-08-30T23:36:54.852066Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:36:54.852098Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:36:54.852123Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:37:06.021938Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:37:06.022042Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:37:12.251978Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:37:12.252030Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:37:12.419641Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:37:12.419740Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:37:13.404941Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:37:36.022086Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:37:36.022162Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:37:42.257386Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:37:42.257446Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:37:42.427915Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:37:42.427983Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:37:43.417536Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:37:54.864249Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:37:54.864323Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:37:54.894938Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.575200 ms 2025-08-30T23:37:54.894989Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:37:54.895020Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:37:54.895043Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:38:06.022584Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:38:06.022693Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:38:12.270204Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:38:12.270281Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:38:12.441863Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:38:12.441933Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:38:13.423413Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:38:36.022700Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:38:36.022843Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:38:42.277362Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:38:42.277413Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:38:42.447179Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:38:42.447237Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:38:43.435862Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:38:54.903794Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:38:54.903867Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:38:54.934171Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.262600 ms 2025-08-30T23:38:54.934222Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:38:54.934255Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:38:54.934280Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:39:06.023136Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:39:06.023232Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:39:12.288048Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:39:12.288105Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:39:12.459147Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:39:12.459210Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:39:13.445477Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:39:36.023055Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:39:36.023124Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:39:42.288423Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:39:42.288483Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:39:42.471789Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:39:42.471859Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:39:43.458315Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:39:54.934402Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:39:54.934511Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:39:54.966015Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.451300 ms 2025-08-30T23:39:54.966063Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:39:54.966092Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:39:54.966115Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:40:06.023360Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:40:06.023498Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:40:12.297584Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:40:12.297647Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:40:12.482274Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:40:12.482339Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:40:13.470458Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:40:36.023431Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:40:36.023504Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:40:42.302117Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:40:42.302196Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:40:42.488095Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:40:42.488180Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:40:43.483768Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:40:54.971203Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:40:54.971272Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:40:55.002000Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.692300 ms 2025-08-30T23:40:55.002045Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:40:55.002075Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:40:55.002098Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:41:06.023555Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:41:06.023614Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:41:12.316202Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:41:12.316274Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:41:12.502026Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:41:12.502084Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:41:13.494506Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:41:36.023795Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:41:36.023868Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:41:42.328405Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:41:42.328473Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:41:42.514872Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:41:42.514969Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:41:43.498342Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:41:55.011799Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:41:55.011913Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:41:55.043055Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.092500 ms 2025-08-30T23:41:55.043102Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:41:55.043132Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:41:55.043155Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:42:06.024012Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:42:06.024081Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:42:12.337581Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:42:12.337639Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:42:12.523891Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:42:12.523949Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:42:13.510551Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:42:36.024052Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:42:36.024126Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:42:42.337534Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:42:42.337608Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:42:42.524633Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:42:42.524693Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:42:43.516154Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:42:55.049317Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:42:55.049383Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:42:55.079351Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.923700 ms 2025-08-30T23:42:55.079404Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:42:55.079438Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:42:55.079463Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:43:06.025276Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:43:06.025346Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:43:12.339455Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:43:12.339582Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:43:12.526005Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:43:12.526074Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:43:13.527209Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:43:36.024454Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:43:36.024523Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:43:42.352662Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:43:42.352744Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:43:42.536934Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:43:42.537024Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:43:43.541239Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:43:55.090962Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:43:55.091027Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:43:55.123334Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.269700 ms 2025-08-30T23:43:55.123382Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:43:55.123412Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:43:55.123435Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:44:06.025807Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:44:06.025870Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:44:12.354864Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:44:12.354939Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:44:12.544725Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:44:12.544809Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:44:13.554409Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:44:36.025031Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:44:36.025100Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:44:42.363086Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:44:42.363144Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:44:42.550307Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:44:42.550370Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:44:43.567046Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:44:55.127644Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:44:55.127713Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:44:55.159350Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.594100 ms 2025-08-30T23:44:55.159397Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:44:55.159429Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:44:55.159452Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:45:06.025001Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:45:06.025144Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:45:12.369963Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:45:12.370020Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:45:12.558367Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:45:12.558437Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:45:13.569457Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:45:36.025041Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:45:36.025119Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:45:42.372052Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:45:42.372109Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:45:42.558319Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:45:42.558377Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:45:43.578314Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:45:55.169979Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:45:55.170060Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:45:55.201395Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.286900 ms 2025-08-30T23:45:55.201452Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:45:55.201486Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:45:55.201509Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:46:06.024517Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:46:06.024581Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:46:12.384458Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:46:12.384519Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:46:12.569110Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:46:12.569173Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:46:13.587115Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:46:36.024268Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:46:36.024345Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:46:42.393722Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:46:42.393794Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:46:42.578710Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:46:42.578781Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:46:43.599014Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:46:55.206466Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:46:55.206538Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:46:55.236807Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.224800 ms 2025-08-30T23:46:55.236879Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:46:55.236930Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:46:55.236972Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:47:06.024737Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:47:06.024803Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:47:12.400089Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:47:12.400159Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:47:12.584247Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:47:12.584320Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:47:13.607590Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:47:36.024564Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:47:36.024641Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:47:42.412337Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:47:42.412409Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:47:42.595073Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:47:42.595133Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:47:43.619938Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:47:55.240565Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:47:55.240630Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:47:55.271043Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.372500 ms 2025-08-30T23:47:55.271098Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:47:55.271149Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:47:55.271191Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:48:06.024903Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:48:06.024971Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:48:12.425628Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:48:12.425683Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:48:12.599406Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:48:12.599473Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:48:13.634301Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:48:36.024941Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:48:36.025021Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:48:42.434999Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:48:42.435059Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:48:42.605021Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:48:42.605085Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:48:43.638854Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:48:55.280943Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:48:55.281016Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:48:55.312439Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.375500 ms 2025-08-30T23:48:55.312501Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:48:55.312537Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:48:55.312562Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:49:06.025792Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:49:06.025893Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:49:12.435498Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:49:12.435595Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:49:12.607107Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:49:12.607163Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:49:13.645362Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:49:36.025456Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:49:36.025526Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:49:42.443790Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:49:42.443857Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:49:42.611339Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:49:42.611452Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:49:43.646729Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:49:55.320511Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:49:55.320580Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:49:55.351778Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.161100 ms 2025-08-30T23:49:55.351828Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:49:55.351860Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:49:55.351884Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:50:06.025701Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:50:06.025802Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:50:12.446782Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:50:12.446836Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:50:12.615512Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:50:12.615600Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:50:13.651950Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:50:36.026582Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:50:36.026661Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:50:42.448791Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:50:42.448853Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:50:42.618348Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:50:42.618414Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:50:43.651743Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:50:55.352845Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:50:55.352910Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:50:55.385431Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.484700 ms 2025-08-30T23:50:55.385476Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:50:55.385507Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:50:55.385531Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:51:06.026190Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:51:06.026335Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:51:12.452678Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:51:12.452738Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:51:12.621798Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:51:12.621861Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:51:13.657578Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:51:36.026150Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:51:36.026234Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:51:42.454161Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:51:42.454230Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:51:42.624732Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:51:42.624802Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:51:43.662054Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:51:55.390048Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:51:55.390118Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:51:55.422522Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.364500 ms 2025-08-30T23:51:55.422572Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:51:55.422604Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:51:55.422628Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:52:06.026342Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:52:06.026405Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:52:12.468673Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:52:12.468741Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:52:12.639630Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:52:12.639696Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:52:13.673955Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:52:36.026612Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:52:36.026686Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:52:42.476942Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:52:42.477005Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:52:42.645192Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:52:42.645252Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:52:43.675762Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:52:55.425424Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:52:55.425498Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:52:55.456686Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.130900 ms 2025-08-30T23:52:55.456753Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:52:55.456785Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:52:55.456810Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:53:06.026716Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:53:06.026780Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:53:12.481899Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:53:12.481987Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:53:12.653493Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:53:12.653557Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:53:13.689080Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:53:36.026992Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:53:36.027058Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:53:42.492272Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:53:42.492348Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:53:42.661087Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:53:42.661175Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:53:43.698831Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:53:55.469904Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:53:55.469971Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:53:55.502988Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.981100 ms 2025-08-30T23:53:55.503036Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:53:55.503067Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:53:55.503093Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:54:06.027206Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:54:06.027273Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:54:12.496695Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:54:12.496763Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:54:12.668820Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:54:12.668894Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:54:13.703605Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:54:36.029287Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:54:36.029376Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:54:42.499803Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:54:42.499945Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:54:42.669261Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:54:42.669343Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:54:43.706238Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:54:55.512657Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:54:55.512732Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:54:55.544728Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.959500 ms 2025-08-30T23:54:55.544774Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:54:55.544804Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:54:55.544827Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:55:06.027759Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:55:06.027829Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:55:12.512408Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:55:12.512457Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:55:12.679753Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:55:12.679839Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:55:13.716580Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:55:36.027668Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:55:36.027744Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:55:42.520660Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:55:42.520722Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:55:42.690010Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:55:42.690069Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:55:43.720915Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:55:55.546124Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:55:55.546187Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:55:55.577225Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.000100 ms 2025-08-30T23:55:55.577275Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:55:55.577306Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:55:55.577329Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:56:06.027693Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:56:06.027756Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:56:12.530963Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:56:12.531028Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:56:12.703457Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:56:12.703565Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:56:13.735273Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:56:36.027991Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:56:36.028068Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:56:42.535726Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:56:42.535817Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:56:42.707064Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:56:42.707156Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:56:43.741040Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:56:55.579491Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:56:55.579588Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:56:55.610988Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.348000 ms 2025-08-30T23:56:55.611042Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:56:55.611075Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:56:55.611098Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:57:06.028613Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:57:06.028682Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:57:12.543563Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:57:12.543631Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:57:12.710961Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:57:12.711041Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:57:13.749836Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:57:36.028394Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:57:36.028480Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:57:42.543977Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:57:42.544053Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:57:42.714194Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:57:42.714262Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:57:43.751362Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:57:55.625411Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:57:55.625480Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:57:55.658504Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.986600 ms 2025-08-30T23:57:55.658548Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:57:55.658579Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:57:55.658602Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:58:06.028528Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:58:06.028614Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:58:12.551216Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:58:12.551272Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:58:12.724687Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:58:12.724748Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:58:13.753478Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:58:36.028634Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:58:36.028700Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:58:42.552971Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:58:42.553055Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:58:42.739681Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:58:42.739744Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:58:43.758643Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:58:55.671351Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:58:55.671422Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:58:55.701998Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.522600 ms 2025-08-30T23:58:55.702053Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:58:55.702087Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:58:55.702110Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-30T23:59:06.028973Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:59:06.029035Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:59:12.561114Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:59:12.561175Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:59:12.748035Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:59:12.748202Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:59:13.767770Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:59:36.029457Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-30T23:59:36.029716Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-30T23:59:42.564942Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-30T23:59:42.565010Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-30T23:59:42.762304Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:59:42.762379Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-30T23:59:43.775138Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-30T23:59:55.713016Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-30T23:59:55.713079Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-30T23:59:55.745806Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.694200 ms 2025-08-30T23:59:55.745848Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-30T23:59:55.745878Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-30T23:59:55.745902Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:00:06.029205Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:00:06.029268Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:00:12.565261Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:00:12.565426Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:00:12.765259Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:00:12.765374Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:00:13.788333Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:00:36.029514Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:00:36.029585Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:00:42.579271Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:00:42.579403Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:00:42.777088Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:00:42.777157Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:00:43.799949Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:00:55.745919Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:00:55.745984Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:00:55.776754Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.733300 ms 2025-08-31T00:00:55.776802Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:00:55.776832Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:00:55.776855Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:01:06.029903Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:01:06.030461Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:01:12.581059Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:01:12.581110Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:01:12.778573Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:01:12.778639Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:01:13.809810Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:01:36.029783Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:01:36.029908Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:01:42.585070Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:01:42.585147Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:01:42.787250Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:01:42.787325Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:01:43.816896Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:01:55.783374Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:01:55.783438Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:01:55.814990Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.512300 ms 2025-08-31T00:01:55.815036Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:01:55.815067Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:01:55.815090Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:02:06.030123Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:02:06.030190Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:02:12.590114Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:02:12.590186Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:02:12.791622Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:02:12.791733Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:02:13.816604Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:02:36.030444Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:02:36.030510Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:02:42.597480Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:02:42.597549Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:02:42.797202Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:02:42.797260Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:02:43.819051Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:02:55.826699Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:02:55.826764Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:02:55.858802Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.007500 ms 2025-08-31T00:02:55.858846Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:02:55.858878Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:02:55.858904Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:03:06.030521Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:03:06.030603Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:03:12.611072Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:03:12.611137Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:03:12.810999Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:03:12.811068Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:03:13.821998Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:03:36.030790Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:03:36.030893Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:03:42.626297Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:03:42.626359Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:03:42.811654Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:03:42.811715Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:03:43.831669Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:03:55.867834Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:03:55.867898Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:03:55.899737Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.804600 ms 2025-08-31T00:03:55.899781Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:03:55.899812Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:03:55.899836Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:04:06.030949Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:04:06.031015Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:04:12.634098Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:04:12.634170Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:04:12.820188Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:04:12.820249Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:04:13.834798Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:04:36.030889Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:04:36.030959Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:04:42.643281Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:04:42.643336Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:04:42.828693Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:04:42.828760Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:04:43.835491Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:04:55.908251Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:04:55.908321Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:04:55.941221Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.865200 ms 2025-08-31T00:04:55.941265Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:04:55.941295Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:04:55.941318Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:05:06.031113Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:05:06.031176Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:05:12.644608Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:05:12.644672Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:05:12.830543Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:05:12.830600Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:05:13.850426Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:05:36.031158Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:05:36.031229Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:05:42.656089Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:05:42.656146Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:05:42.840187Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:05:42.840274Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:05:43.854437Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:05:55.952042Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:05:55.952110Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:05:55.983968Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.817600 ms 2025-08-31T00:05:55.984016Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:05:55.984047Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:05:55.984070Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:06:06.031760Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:06:06.031827Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:06:12.658407Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:06:12.658457Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:06:12.844362Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:06:12.844469Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:06:13.867444Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:06:36.032145Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:06:36.032207Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:06:42.666128Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:06:42.666197Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:06:42.850439Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:06:42.850495Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:06:43.868776Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:06:55.994429Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:06:55.994503Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:06:56.025962Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.426500 ms 2025-08-31T00:06:56.026006Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:06:56.026038Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:06:56.026062Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:07:06.032110Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:07:06.032192Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:07:12.671389Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:07:12.671447Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:07:12.858328Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:07:12.858388Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:07:13.880009Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:07:36.032042Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:07:36.032110Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:07:42.671591Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:07:42.671645Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:07:42.872113Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:07:42.872167Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:07:43.881498Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:07:56.036947Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:07:56.037011Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:07:56.068096Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.051700 ms 2025-08-31T00:07:56.068139Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:07:56.068169Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:07:56.068193Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:08:06.032306Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:08:06.032369Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:08:12.680852Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:08:12.680909Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:08:12.881957Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:08:12.882014Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:08:13.883992Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:08:36.032738Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:08:36.032807Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:08:42.681235Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:08:42.681289Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:08:42.882587Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:08:42.882672Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:08:43.887700Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:08:56.080272Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:08:56.080338Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:08:56.113050Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.679200 ms 2025-08-31T00:08:56.113092Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:08:56.113121Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:08:56.113144Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:09:06.032614Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:09:06.032674Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:09:12.684895Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:09:12.684951Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:09:12.886337Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:09:12.886439Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:09:13.890856Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:09:36.037409Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:09:36.037477Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:09:42.692530Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:09:42.692633Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:09:42.892924Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:09:42.892978Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:09:43.898656Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:09:56.123914Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:09:56.124013Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:09:56.154798Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.731200 ms 2025-08-31T00:09:56.154855Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:09:56.154888Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:09:56.154912Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:10:06.033421Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:10:06.033485Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:10:12.700186Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:10:12.700257Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:10:12.901250Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:10:12.901315Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:10:13.907921Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:10:36.032929Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:10:36.033000Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:10:42.700792Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:10:42.700847Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:10:42.916761Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:10:42.916877Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:10:43.911035Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:10:56.156102Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:10:56.156171Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:10:56.186865Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.656500 ms 2025-08-31T00:10:56.186911Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:10:56.186941Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:10:56.186965Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:11:06.033274Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:11:06.033332Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:11:12.700785Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:11:12.700846Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:11:12.919560Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:11:12.919616Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:11:13.923746Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:11:36.033475Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:11:36.033542Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:11:42.707178Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:11:42.707234Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:11:42.925978Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:11:42.926048Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:11:43.930787Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:11:56.201219Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:11:56.201281Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:11:56.233273Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.960900 ms 2025-08-31T00:11:56.233314Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:11:56.233343Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:11:56.233366Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:12:06.033689Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:12:06.033765Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:12:12.709452Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:12:12.709515Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:12:12.940175Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:12:12.940238Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:12:13.932870Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:12:36.033888Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:12:36.033960Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:12:42.721529Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:12:42.721599Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:12:42.953718Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:12:42.953785Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:12:43.947305Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:12:56.245290Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:12:56.245351Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:12:56.275619Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.230800 ms 2025-08-31T00:12:56.275669Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:12:56.275702Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:12:56.275725Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:13:06.033936Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:13:06.034002Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:13:12.729157Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:13:12.729213Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:13:12.964211Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:13:12.964288Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:13:13.955796Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:13:36.035899Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:13:36.035963Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:13:42.738679Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:13:42.738766Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:13:42.972597Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:13:42.972663Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:13:43.961422Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:13:56.287050Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:13:56.287118Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:13:56.317198Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.043200 ms 2025-08-31T00:13:56.317244Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:13:56.317276Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:13:56.317299Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:14:06.034729Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:14:06.034805Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:14:12.747029Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:14:12.747088Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:14:12.980827Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:14:12.980882Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:14:13.961708Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:14:36.034949Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:14:36.035006Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:14:42.759853Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:14:42.759908Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:14:42.992766Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:14:42.992824Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:14:43.967679Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:14:56.330242Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:14:56.330345Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:14:56.360405Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.001700 ms 2025-08-31T00:14:56.360456Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:14:56.360487Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:14:56.360510Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:15:06.034970Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:15:06.035030Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:15:12.761112Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:15:12.761198Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:15:13.008953Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:15:13.009076Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:15:13.977316Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:15:36.035054Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:15:36.035124Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:15:42.766862Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:15:42.766950Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:15:43.011302Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:15:43.011401Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:15:43.980403Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:15:56.369152Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:15:56.369214Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:15:56.399067Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.819800 ms 2025-08-31T00:15:56.399108Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:15:56.399137Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:15:56.399159Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:16:06.035998Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:16:06.036059Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:16:12.772192Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:16:12.772241Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:16:13.021886Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:16:13.021941Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:16:13.993439Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:16:36.036840Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:16:36.036910Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:16:42.785688Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:16:42.785747Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:16:43.032945Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:16:43.033020Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:16:44.003170Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:16:56.407865Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:16:56.407928Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:16:56.438969Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.010000 ms 2025-08-31T00:16:56.439010Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:16:56.439043Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:16:56.439068Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:17:06.036908Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:17:06.036964Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:17:12.788009Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:17:12.788082Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:17:13.034017Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:17:13.034085Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:17:14.007774Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:17:36.037084Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:17:36.037147Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:17:42.803093Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:17:42.803143Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:17:43.048555Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:17:43.048616Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:17:44.007889Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:17:56.441455Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:17:56.441519Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:17:56.473301Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.748700 ms 2025-08-31T00:17:56.473344Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:17:56.473375Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:17:56.473398Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:18:06.037363Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:18:06.037422Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:18:12.817078Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:18:12.817151Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:18:13.049750Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:18:13.049803Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:18:14.012179Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:18:36.037485Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:18:36.037561Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:18:42.823049Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:18:42.823129Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:18:43.054562Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:18:43.054632Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:18:44.021763Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:18:56.479506Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:18:56.479572Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:18:56.510577Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.970300 ms 2025-08-31T00:18:56.510621Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:18:56.510654Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:18:56.510677Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:19:06.037746Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:19:06.037808Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:19:12.827942Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:19:12.827991Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:19:13.062828Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:19:13.062885Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:19:14.032391Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:19:36.038614Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:19:36.038683Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:19:42.842134Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:19:42.842194Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:19:43.076632Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:19:43.076693Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:19:44.039866Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:19:56.522583Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:19:56.522652Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:19:56.554448Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.762500 ms 2025-08-31T00:19:56.554490Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:19:56.554520Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:19:56.554545Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:20:06.038092Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:20:06.038151Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:20:12.845309Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:20:12.845425Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:20:13.079110Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:20:13.079166Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:20:14.048635Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:20:36.038102Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:20:36.038175Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:20:42.850384Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:20:42.850436Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:20:43.081862Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:20:43.081919Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:20:44.050967Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:20:56.567085Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:20:56.567152Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:20:56.598420Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.227200 ms 2025-08-31T00:20:56.598469Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:20:56.598500Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:20:56.598523Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:21:06.038300Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:21:06.038362Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:21:12.853054Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:21:12.853107Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:21:13.085631Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:21:13.085686Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:21:14.053487Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:21:36.038537Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:21:36.038643Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:21:42.862963Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:21:42.863044Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:21:43.091409Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:21:43.091558Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:21:44.056750Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:21:56.607755Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:21:56.607834Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:21:56.639649Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.761700 ms 2025-08-31T00:21:56.639712Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:21:56.639745Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:21:56.639770Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:22:06.039491Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:22:06.039630Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:22:12.869166Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:22:12.869267Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:22:13.102176Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:22:13.102272Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:22:14.061640Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:22:36.038917Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:22:36.038987Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:22:42.869294Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:22:42.869372Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:22:43.114412Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:22:43.114470Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:22:44.068802Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:22:56.647286Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:22:56.647349Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:22:56.677705Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.319300 ms 2025-08-31T00:22:56.677758Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:22:56.677788Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:22:56.677811Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:23:06.039140Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:23:06.039213Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:23:12.883376Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:23:12.883422Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:23:13.115296Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:23:13.115377Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:23:14.082228Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:23:36.039334Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:23:36.039402Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:23:42.884421Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:23:42.884503Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:23:43.116489Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:23:43.116554Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:23:44.090506Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:23:56.685996Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:23:56.686071Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:23:56.717528Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.423200 ms 2025-08-31T00:23:56.717571Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:23:56.717601Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:23:56.717624Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:24:06.039476Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:24:06.039550Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:24:12.894488Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:24:12.894557Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:24:13.125459Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:24:13.125514Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:24:14.096428Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:24:36.040124Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:24:36.040189Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:24:42.907349Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:24:42.907400Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:24:43.140482Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:24:43.140536Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:24:44.099921Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:24:56.728298Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:24:56.728362Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:24:56.760224Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.826500 ms 2025-08-31T00:24:56.760271Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:24:56.760302Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:24:56.760326Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:25:06.039915Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:25:06.039979Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:25:12.913679Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:25:12.913741Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:25:13.144068Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:25:13.144128Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:25:14.102544Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:25:36.040149Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:25:36.040229Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:25:42.920313Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:25:42.920429Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:25:43.151672Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:25:43.151758Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:25:44.106281Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:25:56.771485Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:25:56.771550Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:25:56.804699Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 33.112700 ms 2025-08-31T00:25:56.804745Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:25:56.804776Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:25:56.804799Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:26:06.040431Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:26:06.040492Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:26:12.930657Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:26:12.930728Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:26:13.163935Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:26:13.164001Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:26:14.120133Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:26:36.040334Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:26:36.040399Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:26:42.944459Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:26:42.944564Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:26:43.173307Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:26:43.173370Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:26:44.128419Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:26:56.806460Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:26:56.806533Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:26:56.837458Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.884800 ms 2025-08-31T00:26:56.837514Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:26:56.837545Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:26:56.837568Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:27:06.040574Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:27:06.040654Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:27:12.949073Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:27:12.949134Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:27:13.178392Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:27:13.178498Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:27:14.131955Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:27:36.040524Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:27:36.040608Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:27:42.961498Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:27:42.961550Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:27:43.191511Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:27:43.191599Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:27:44.131575Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:27:56.844495Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:27:56.844558Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:27:56.875862Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.271500 ms 2025-08-31T00:27:56.875901Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:27:56.875930Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:27:56.875953Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:28:06.040957Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:28:06.041019Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:28:12.962048Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:28:12.962174Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:28:13.197493Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:28:13.197578Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:28:14.141647Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:28:36.041471Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:28:36.041594Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:28:42.977037Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:28:42.977107Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:28:43.208730Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:28:43.208802Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:28:44.145362Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:28:56.884529Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:28:56.884598Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:28:56.915387Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.748000 ms 2025-08-31T00:28:56.915440Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:28:56.915473Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:28:56.915497Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:29:06.041436Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:29:06.041598Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:29:12.987606Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:29:12.987663Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:29:13.217031Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:29:13.217108Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:29:14.145540Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:29:36.041800Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:29:36.041916Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:29:42.998422Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:29:42.998533Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:29:43.231951Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:29:43.232034Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:29:44.158535Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:29:56.925987Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:29:56.926064Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:29:56.957090Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.982500 ms 2025-08-31T00:29:56.957143Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:29:56.957175Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:29:56.957198Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:30:06.042415Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:30:06.042500Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:30:12.999978Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:30:13.000061Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:30:13.245621Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:30:13.245707Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:30:14.172870Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:30:36.042027Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:30:36.042087Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:30:43.000289Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:30:43.000359Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:30:43.246998Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:30:43.247068Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:30:44.175319Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:30:56.970524Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:30:56.970589Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:30:57.001246Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.623400 ms 2025-08-31T00:30:57.001288Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:30:57.001352Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:30:57.001380Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:31:06.042297Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:31:06.042363Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:31:13.006239Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:31:13.006319Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:31:13.251042Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:31:13.251098Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:31:14.176521Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:31:36.049939Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:31:36.050006Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:31:43.008918Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:31:43.009024Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:31:43.256190Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:31:43.256252Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:31:44.188983Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:31:57.009718Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:31:57.009820Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:31:57.041931Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.978600 ms 2025-08-31T00:31:57.041988Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:31:57.042019Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:31:57.042043Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:32:06.042724Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:32:06.042782Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:32:13.016139Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:32:13.016288Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:32:13.262609Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:32:13.262695Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:32:14.200257Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:32:36.042778Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:32:36.042855Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:32:43.025814Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:32:43.025968Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:32:43.273655Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:32:43.273785Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:32:44.212374Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:32:57.050975Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:32:57.051091Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:32:57.083176Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.038800 ms 2025-08-31T00:32:57.083230Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:32:57.083261Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:32:57.083286Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:33:06.043077Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:33:06.043157Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:33:13.036542Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:33:13.036645Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:33:13.282916Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:33:13.283015Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:33:14.225816Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:33:36.044589Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:33:36.044652Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:33:43.038120Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:33:43.038204Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:33:43.283566Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:33:43.283663Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:33:44.233437Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:33:57.092344Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:33:57.092412Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:33:57.122827Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.375000 ms 2025-08-31T00:33:57.122873Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:33:57.122903Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:33:57.122927Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:34:06.043256Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:34:06.043312Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:34:13.041021Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:34:13.041074Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:34:13.285038Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:34:13.285113Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:34:14.242598Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:34:36.043366Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:34:36.043434Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:34:43.053334Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:34:43.053453Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:34:43.299797Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:34:43.299868Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:34:44.250063Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:34:57.126476Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:34:57.126548Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:34:57.156332Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.744900 ms 2025-08-31T00:34:57.156385Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:34:57.156417Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:34:57.156441Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:35:06.043560Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:35:06.043630Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:35:13.055020Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:35:13.055109Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:35:13.300559Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:35:13.300629Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:35:14.253003Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:35:36.043895Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:35:36.043963Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:35:43.061465Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:35:43.061558Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:35:43.307610Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:35:43.307697Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:35:44.259704Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:35:57.170918Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:35:57.170985Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:35:57.203011Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.989800 ms 2025-08-31T00:35:57.203058Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:35:57.203088Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:35:57.203112Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:36:06.044038Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:36:06.044114Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:36:13.076063Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:36:13.076181Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:36:13.320848Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:36:13.320912Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:36:14.266072Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:36:36.044163Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:36:36.044233Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:36:43.089994Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:36:43.090045Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:36:43.335810Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:36:43.335896Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:36:44.280564Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:36:57.209756Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:36:57.209821Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:36:57.241894Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.036200 ms 2025-08-31T00:36:57.241941Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:36:57.241970Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:36:57.241993Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:37:06.044312Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:37:06.044371Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:37:13.096589Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:37:13.096665Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:37:13.344240Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:37:13.344297Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:37:14.289336Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:37:36.045427Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:37:36.045488Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:37:43.099127Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:37:43.099187Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:37:43.346106Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:37:43.346168Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:37:44.290825Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:37:57.253838Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:37:57.253901Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:37:57.284337Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.398700 ms 2025-08-31T00:37:57.284382Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:37:57.284410Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:37:57.284434Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:38:06.045098Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:38:06.045162Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:38:13.110621Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:38:13.110674Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:38:13.360191Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:38:13.360246Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:38:14.291062Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:38:36.045051Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:38:36.045124Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:38:43.116950Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:38:43.117008Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:38:43.365741Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:38:43.365828Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:38:44.304188Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:38:57.297348Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:38:57.297411Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:38:57.349154Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 51.706000 ms 2025-08-31T00:38:57.349200Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:38:57.349230Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:38:57.349253Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:39:06.045179Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:39:06.045245Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:39:13.124196Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:39:13.124263Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:39:13.372068Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:39:13.372148Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:39:14.305461Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:39:36.045581Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:39:36.045639Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:39:43.130137Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:39:43.130190Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:39:43.380191Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:39:43.380257Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:39:44.311313Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:39:57.363804Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:39:57.363872Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:39:57.394228Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.319500 ms 2025-08-31T00:39:57.394278Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:39:57.394307Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:39:57.394331Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:40:06.045965Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:40:06.046030Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:40:13.136734Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:40:13.136795Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:40:13.387015Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:40:13.387076Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:40:14.316987Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:40:36.045739Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:40:36.045888Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:40:43.148259Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:40:43.148336Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:40:43.395295Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:40:43.395362Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:40:44.320516Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:40:57.394963Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:40:57.395035Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:40:57.427484Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.413900 ms 2025-08-31T00:40:57.427528Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:40:57.427558Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:40:57.427581Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:41:06.045831Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:41:06.045891Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:41:13.160335Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:41:13.160386Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:41:13.408726Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:41:13.408784Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:41:14.321180Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:41:36.045831Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:41:36.045907Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:41:43.164832Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:41:43.164985Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:41:43.414818Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:41:43.414872Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:41:44.326662Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:41:57.438840Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:41:57.438911Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:41:57.469463Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.508700 ms 2025-08-31T00:41:57.469536Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:41:57.469572Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:41:57.469597Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:42:06.046794Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:42:06.046854Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:42:13.169470Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:42:13.169589Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:42:13.415513Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:42:13.415591Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:42:14.327417Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:42:36.046387Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:42:36.046526Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:42:43.176124Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:42:43.176181Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:42:43.421772Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:42:43.421854Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:42:44.332471Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:42:57.477942Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:42:57.478013Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:42:57.508530Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.477900 ms 2025-08-31T00:42:57.508577Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:42:57.508605Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:42:57.508629Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:43:06.046500Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:43:06.046594Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:43:13.182579Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:43:13.182676Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:43:13.433467Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:43:13.433532Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:43:14.333581Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:43:36.046816Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:43:36.046899Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:43:43.186551Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:43:43.186647Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:43:43.448244Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:43:43.448299Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:43:44.342571Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:43:57.515507Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:43:57.515570Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:43:57.546695Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.087400 ms 2025-08-31T00:43:57.546745Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:43:57.546775Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:43:57.546802Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:44:06.061156Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:44:06.061226Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:44:13.196820Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:44:13.196905Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:44:13.458810Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:44:13.458874Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:44:14.342896Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:44:36.047124Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:44:36.047226Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:44:43.199578Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:44:43.199634Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:44:43.462537Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:44:43.462614Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:44:44.352814Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:44:57.553062Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:44:57.553130Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:44:57.583472Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.299000 ms 2025-08-31T00:44:57.583536Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:44:57.583571Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:44:57.583596Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:45:06.045935Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:45:06.046007Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:45:13.212642Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:45:13.212696Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:45:13.463472Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:45:13.463576Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:45:14.352462Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:45:36.046205Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:45:36.046307Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:45:43.222574Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:45:43.222651Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:45:43.468849Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:45:43.468912Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:45:44.366508Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:45:57.590645Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:45:57.590709Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:45:57.622381Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.629500 ms 2025-08-31T00:45:57.622433Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:45:57.622465Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:45:57.622489Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:46:06.046563Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:46:06.046621Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:46:13.232358Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:46:13.232418Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:46:13.478925Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:46:13.478990Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:46:14.376569Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:46:36.046564Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:46:36.046640Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:46:43.235298Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:46:43.235493Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:46:43.479677Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:46:43.479739Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:46:44.389510Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:46:57.637774Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:46:57.637852Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:46:57.668618Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.725100 ms 2025-08-31T00:46:57.668678Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:46:57.668730Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:46:57.668762Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:47:06.046744Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:47:06.046800Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:47:13.249138Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:47:13.249200Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:47:13.480082Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:47:13.480177Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:47:14.392823Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:47:36.047061Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:47:36.047121Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:47:43.264276Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:47:43.264362Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:47:43.480490Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:47:43.480573Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:47:44.396451Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:47:57.671132Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:47:57.671206Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:47:57.702530Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.284500 ms 2025-08-31T00:47:57.702584Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:47:57.702614Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:47:57.702638Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:48:06.047152Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:48:06.047210Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:48:13.273918Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:48:13.273984Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:48:13.490970Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:48:13.491038Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:48:14.410705Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:48:36.047280Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:48:36.047376Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:48:43.289655Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:48:43.289730Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:48:43.503564Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:48:43.503631Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:48:44.410541Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:48:57.707590Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:48:57.707654Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:48:57.737260Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.566300 ms 2025-08-31T00:48:57.737309Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:48:57.737339Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:48:57.737363Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:49:06.047618Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:49:06.047693Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:49:13.289639Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:49:13.289698Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:49:13.504572Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:49:13.504664Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:49:14.414064Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:49:36.047660Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:49:36.047730Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:49:43.293525Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:49:43.293593Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:49:43.509242Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:49:43.509304Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:49:44.422976Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:49:57.744819Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:49:57.744882Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:49:57.777184Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.264800 ms 2025-08-31T00:49:57.777231Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:49:57.777262Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:49:57.777286Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:50:06.047733Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:50:06.047789Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:50:13.304335Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:50:13.304408Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:50:13.522132Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:50:13.522217Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:50:14.436477Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:50:36.047790Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:50:36.047895Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:50:43.306754Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:50:43.306855Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:50:43.522204Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:50:43.522294Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:50:44.449800Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:50:57.783136Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:50:57.783205Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:50:57.836156Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 52.913300 ms 2025-08-31T00:50:57.836202Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:50:57.836231Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:50:57.836255Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:51:06.048087Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:51:06.048146Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:51:13.311829Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:51:13.311896Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:51:13.528081Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:51:13.528146Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:51:14.455435Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:51:36.049098Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:51:36.049216Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:51:43.324607Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:51:43.324673Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:51:43.540746Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:51:43.540809Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:51:44.463565Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:51:57.839722Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:51:57.839785Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:51:57.871761Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.937100 ms 2025-08-31T00:51:57.871814Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:51:57.871846Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:51:57.871870Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:52:06.048520Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:52:06.048587Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:52:13.338823Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:52:13.338920Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:52:13.554119Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:52:13.554176Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:52:14.464606Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:52:36.048712Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:52:36.048787Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:52:43.345817Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:52:43.345908Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:52:43.564024Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:52:43.564085Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:52:44.473815Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:52:57.873104Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:52:57.873224Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:52:57.903809Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.527300 ms 2025-08-31T00:52:57.903855Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:52:57.903885Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:52:57.903908Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:53:06.048715Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:53:06.048778Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:53:13.359942Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:53:13.360014Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:53:13.574266Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:53:13.574348Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:53:14.480646Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:53:36.048975Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:53:36.049049Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:53:43.374728Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:53:43.374853Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:53:43.574377Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:53:43.574455Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:53:44.484560Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:53:57.907263Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:53:57.907337Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:53:57.938046Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.666700 ms 2025-08-31T00:53:57.938101Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:53:57.938133Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:53:57.938158Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:54:06.049278Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:54:06.049339Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:54:13.383310Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:54:13.383373Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:54:13.585739Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:54:13.585798Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:54:14.495973Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:54:36.049437Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:54:36.049514Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:54:43.386207Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:54:43.386271Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:54:43.601822Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:54:43.601890Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:54:44.496219Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:54:57.946369Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:54:57.946432Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:54:57.976863Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.373700 ms 2025-08-31T00:54:57.976927Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:54:57.976959Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:54:57.976983Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:55:06.049662Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:55:06.049730Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:55:13.388705Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:55:13.388758Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:55:13.605472Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:55:13.605529Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:55:14.500797Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:55:36.050201Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:55:36.050256Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:55:43.392187Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:55:43.392257Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:55:43.607219Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:55:43.607274Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:55:44.510674Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:55:57.981211Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:55:57.981278Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:55:58.012402Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.088900 ms 2025-08-31T00:55:58.012452Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:55:58.012481Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:55:58.012504Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:56:06.050021Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:56:06.050078Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:56:13.406338Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:56:13.406478Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:56:13.622234Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:56:13.622294Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:56:14.522166Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:56:36.050134Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:56:36.050204Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:56:43.411282Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:56:43.411391Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:56:43.625542Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:56:43.625624Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:56:44.522592Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:56:58.022079Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:56:58.022145Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:56:58.053376Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.193500 ms 2025-08-31T00:56:58.053419Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:56:58.053450Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:56:58.053473Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:57:06.050711Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:57:06.050771Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:57:13.422808Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:57:13.422871Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:57:13.637747Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:57:13.637800Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:57:14.533390Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:57:36.050766Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:57:36.050823Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:57:43.437168Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:57:43.437234Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:57:43.639153Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:57:43.639209Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:57:44.539455Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:57:58.064001Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:57:58.064065Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:57:58.095551Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.453300 ms 2025-08-31T00:57:58.095591Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:57:58.095620Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:57:58.095672Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:58:06.054715Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:58:06.054771Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:58:13.444314Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:58:13.444373Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:58:13.644249Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:58:13.644302Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:58:14.545245Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:58:36.050694Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:58:36.050766Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:58:43.453009Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:58:43.453076Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:58:43.652224Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:58:43.652284Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:58:44.555447Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:58:58.096275Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:58:58.096338Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:58:58.127311Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.936500 ms 2025-08-31T00:58:58.127356Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:58:58.127414Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:58:58.127442Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T00:59:06.058051Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:59:06.058120Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:59:13.454369Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:59:13.454448Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:59:13.652387Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:59:13.652469Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:59:14.568095Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:59:36.051197Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T00:59:36.051256Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T00:59:43.468527Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T00:59:43.468580Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T00:59:43.654034Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:59:43.654113Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T00:59:44.581832Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T00:59:58.129854Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T00:59:58.129925Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T00:59:58.162247Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.246500 ms 2025-08-31T00:59:58.162293Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T00:59:58.162322Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T00:59:58.162345Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:00:06.051199Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:00:06.051263Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:00:13.474232Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:00:13.474304Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:00:13.660228Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:00:13.660339Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:00:14.586256Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:00:36.051681Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:00:36.051814Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:00:43.488720Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:00:43.488783Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:00:43.672005Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:00:43.672100Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:00:44.595063Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:00:58.170721Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:00:58.171019Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:00:58.201537Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.469900 ms 2025-08-31T01:00:58.201589Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:00:58.201621Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:00:58.201645Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:01:06.051557Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:01:06.051625Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:01:13.497555Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:01:13.497616Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:01:13.683019Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:01:13.683079Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:01:14.603939Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:01:36.052221Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:01:36.052288Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:01:43.508716Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:01:43.508789Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:01:43.693412Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:01:43.693469Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:01:44.615766Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:01:58.209122Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:01:58.209201Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:01:58.239864Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.616600 ms 2025-08-31T01:01:58.239922Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:01:58.239955Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:01:58.239983Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:02:06.052272Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:02:06.052334Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:02:13.511320Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:02:13.511413Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:02:13.694799Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:02:13.694865Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:02:14.620309Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:02:36.052220Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:02:36.052290Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:02:43.524591Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:02:43.524660Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:02:43.709239Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:02:43.709325Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:02:44.628097Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:02:58.247236Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:02:58.247303Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:02:58.278228Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.879300 ms 2025-08-31T01:02:58.278288Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:02:58.278320Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:02:58.278345Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:03:06.052420Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:03:06.052483Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:03:13.529040Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:03:13.529128Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:03:13.716337Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:03:13.716408Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:03:14.641483Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:03:36.052997Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:03:36.053067Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:03:43.540429Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:03:43.540482Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:03:43.724087Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:03:43.724164Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:03:44.654617Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:03:58.281141Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:03:58.281217Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:03:58.312107Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.853700 ms 2025-08-31T01:03:58.312154Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:03:58.312184Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:03:58.312208Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:04:06.053107Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:04:06.053186Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:04:13.552607Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:04:13.552662Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:04:13.738955Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:04:13.739083Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:04:14.662987Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:04:36.053033Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:04:36.053096Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:04:43.561513Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:04:43.561575Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:04:43.744627Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:04:43.744683Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:04:44.664581Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:04:58.319057Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:04:58.319129Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:04:58.350652Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.482000 ms 2025-08-31T01:04:58.350705Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:04:58.350738Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:04:58.350762Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:05:06.053537Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:05:06.053602Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:05:13.566418Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:05:13.566490Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:05:13.749993Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:05:13.750052Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:05:14.672546Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:05:36.053631Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:05:36.053729Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:05:43.578428Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:05:43.578506Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:05:43.763137Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:05:43.763246Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:05:44.673575Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:05:58.362431Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:05:58.362498Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:05:58.393008Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.469000 ms 2025-08-31T01:05:58.393056Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:05:58.393087Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:05:58.393111Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:06:06.053511Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:06:06.053569Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:06:13.593063Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:06:13.593115Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:06:13.776810Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:06:13.776953Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:06:14.684472Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:06:36.054223Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:06:36.054305Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:06:43.599966Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:06:43.600027Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:06:43.785552Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:06:43.785644Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:06:44.698273Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:06:58.400087Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:06:58.400151Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:06:58.431295Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.099100 ms 2025-08-31T01:06:58.431345Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:06:58.431376Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:06:58.431400Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:07:06.054717Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:07:06.054785Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:07:13.615055Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:07:13.615137Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:07:13.785391Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:07:13.785522Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:07:14.699316Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:07:36.055425Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:07:36.055491Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:07:43.621586Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:07:43.621654Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:07:43.790316Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:07:43.790380Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:07:44.703258Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:07:58.445601Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:07:58.445666Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:07:58.476716Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.007900 ms 2025-08-31T01:07:58.476769Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:07:58.476803Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:07:58.476827Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:08:06.054398Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:08:06.054461Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:08:13.634849Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:08:13.634910Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:08:13.802352Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:08:13.802424Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:08:14.704331Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:08:36.054515Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:08:36.054588Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:08:43.635727Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:08:43.635802Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:08:43.805173Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:08:43.805255Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:08:44.715596Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:08:58.479161Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:08:58.479226Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:08:58.509630Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.368300 ms 2025-08-31T01:08:58.509680Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:08:58.509710Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:08:58.509734Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:09:06.054667Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:09:06.054723Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:09:13.635164Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:09:13.635277Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:09:13.819801Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:09:13.819894Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:09:14.726523Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:09:36.054870Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:09:36.054940Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:09:43.636026Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:09:43.636077Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:09:43.823556Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:09:43.823639Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:09:44.733739Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:09:58.523235Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:09:58.523302Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:09:58.553753Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.410700 ms 2025-08-31T01:09:58.553804Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:09:58.553837Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:09:58.553862Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:10:06.055501Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:10:06.055557Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:10:13.640518Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:10:13.640579Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:10:13.827433Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:10:13.827504Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:10:14.737769Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:10:36.055231Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:10:36.055296Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:10:43.643977Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:10:43.644026Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:10:43.828714Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:10:43.828775Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:10:44.748771Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:10:58.557927Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:10:58.557994Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:10:58.590063Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.029600 ms 2025-08-31T01:10:58.590111Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:10:58.590141Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:10:58.590165Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:11:06.055624Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:11:06.055693Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:11:13.655284Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:11:13.655380Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:11:13.841041Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:11:13.841102Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:11:14.752168Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:11:36.055676Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:11:36.055729Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:11:43.657189Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:11:43.657269Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:11:43.841131Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:11:43.841229Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:11:44.764661Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:11:58.591220Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:11:58.591320Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:11:58.622558Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.193500 ms 2025-08-31T01:11:58.622613Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:11:58.622644Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:11:58.622671Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:12:06.056046Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:12:06.056199Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:12:13.667013Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:12:13.667072Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:12:13.853103Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:12:13.853169Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:12:14.768015Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:12:36.067420Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:12:36.067496Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:12:43.668536Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:12:43.668626Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:12:43.855913Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:12:43.855996Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:12:44.775268Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:12:58.629092Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:12:58.629157Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:12:58.659493Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.297600 ms 2025-08-31T01:12:58.659541Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:12:58.659574Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:12:58.659599Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:13:06.056252Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:13:06.056321Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:13:13.669685Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:13:13.669750Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:13:13.870129Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:13:13.870191Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:13:14.788943Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:13:36.056454Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:13:36.056528Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:13:43.670000Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:13:43.670055Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:13:43.870510Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:13:43.870577Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:13:44.795063Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:13:58.670098Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:13:58.670178Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:13:58.700973Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.748400 ms 2025-08-31T01:13:58.701031Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:13:58.701064Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:13:58.701094Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:14:06.056607Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:14:06.056673Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:14:13.679915Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:14:13.679981Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:14:13.881301Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:14:13.881397Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:14:14.805852Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:14:36.056859Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:14:36.056928Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:14:43.691662Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:14:43.691753Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:14:43.891215Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:14:43.891273Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:14:44.814007Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:14:58.708016Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:14:58.708089Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:14:58.739086Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.955700 ms 2025-08-31T01:14:58.739133Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:14:58.739163Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:14:58.739187Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:15:06.057025Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:15:06.057106Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:15:13.699696Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:15:13.699759Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:15:13.902298Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:15:13.902362Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:15:14.828018Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:15:36.057212Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:15:36.057283Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:15:43.702103Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:15:43.702155Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:15:43.902783Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:15:43.902919Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:15:44.830526Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:15:58.747680Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:15:58.747750Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:15:58.778275Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.485400 ms 2025-08-31T01:15:58.778323Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:15:58.778354Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:15:58.778377Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:16:06.057361Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:16:06.057422Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:16:13.709590Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:16:13.709674Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:16:13.911810Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:16:13.911873Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:16:14.839316Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:16:36.057427Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:16:36.057536Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:16:43.711932Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:16:43.712055Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:16:43.925425Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:16:43.925482Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:16:44.849065Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:16:58.793324Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:16:58.793398Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:16:58.824545Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.106800 ms 2025-08-31T01:16:58.824592Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:16:58.824628Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:16:58.824652Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:17:06.057655Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:17:06.057729Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:17:13.713414Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:17:13.713557Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:17:13.930991Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:17:13.931085Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:17:14.857454Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:17:36.057857Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:17:36.057922Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:17:43.728297Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:17:43.728462Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:17:43.943519Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:17:43.943595Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:17:44.872242Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:17:58.837466Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:17:58.837539Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:17:58.867818Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.237700 ms 2025-08-31T01:17:58.867876Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:17:58.867908Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:17:58.867933Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:18:06.057909Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:18:06.057981Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:18:13.742495Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:18:13.742551Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:18:13.944913Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:18:13.944982Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:18:14.884352Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:18:36.058041Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:18:36.058112Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:18:43.753186Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:18:43.753250Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:18:43.952944Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:18:43.953038Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:18:44.885141Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:18:58.868451Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:18:58.868516Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:18:58.899552Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.999200 ms 2025-08-31T01:18:58.899601Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:18:58.899634Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:18:58.899660Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:19:06.058178Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:19:06.058242Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:19:13.754304Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:19:13.754355Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:19:13.954338Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:19:13.954411Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:19:14.892329Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:19:36.058405Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:19:36.058465Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:19:43.765277Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:19:43.765338Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:19:43.966146Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:19:43.966214Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:19:44.902571Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:19:58.905382Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:19:58.905448Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:19:58.936630Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.143600 ms 2025-08-31T01:19:58.936676Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:19:58.936706Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:19:58.936730Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:20:06.058678Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:20:06.058751Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:20:13.774982Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:20:13.775108Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:20:13.976480Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:20:13.976622Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:20:14.915693Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:20:36.058771Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:20:36.058853Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:20:43.782766Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:20:43.782858Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:20:43.982052Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:20:43.982122Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:20:44.926677Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:20:58.942360Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:20:58.942432Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:20:58.973769Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.286100 ms 2025-08-31T01:20:58.973829Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:20:58.973865Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:20:58.973890Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:21:06.059008Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:21:06.059086Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:21:13.785993Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:21:13.786072Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:21:13.984102Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:21:13.984201Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:21:14.936473Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:21:36.059296Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:21:36.059423Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:21:43.786116Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:21:43.786172Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:21:43.987495Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:21:43.987574Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:21:44.948134Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:21:58.988584Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:21:58.988650Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:21:59.019785Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.074300 ms 2025-08-31T01:21:59.019871Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:21:59.019915Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:21:59.019943Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:22:06.059549Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:22:06.059611Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:22:13.800544Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:22:13.800655Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:22:13.999575Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:22:13.999641Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:22:14.954235Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:22:36.059497Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:22:36.059573Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:22:43.814873Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:22:43.814929Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:22:44.001915Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:22:44.002086Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:22:44.957487Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:22:59.032208Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:22:59.032273Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:22:59.064454Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.145400 ms 2025-08-31T01:22:59.064507Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:22:59.064538Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:22:59.064562Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:23:06.059732Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:23:06.059800Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:23:13.818358Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:23:13.818450Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:23:14.004275Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:23:14.004339Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:23:14.960495Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:23:36.059758Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:23:36.059823Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:23:43.827942Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:23:43.828021Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:23:44.012538Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:23:44.012725Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:23:44.968487Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:23:59.066490Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:23:59.066560Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:23:59.096926Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.320900 ms 2025-08-31T01:23:59.096984Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:23:59.097019Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:23:59.097043Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:24:06.060205Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:24:06.060277Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:24:13.834256Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:24:13.834320Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:24:14.020618Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:24:14.020762Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:24:14.982504Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:24:36.060300Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:24:36.060363Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:24:43.835036Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:24:43.835104Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:24:44.021696Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:24:44.021837Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:24:44.992996Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:24:59.112264Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:24:59.112331Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:24:59.143769Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.400000 ms 2025-08-31T01:24:59.143815Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:24:59.143845Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:24:59.143868Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:25:06.060420Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:25:06.060492Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:25:13.841206Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:25:13.841263Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:25:14.027576Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:25:14.027652Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:25:15.000739Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:25:36.061186Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:25:36.061250Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:25:43.842578Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:25:43.842645Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:25:44.029081Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:25:44.029184Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:25:45.003326Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:25:59.147908Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:25:59.147978Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:25:59.179379Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.358700 ms 2025-08-31T01:25:59.179439Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:25:59.179470Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:25:59.179498Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:26:06.061085Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:26:06.061151Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:26:13.852648Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:26:13.852768Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:26:14.036978Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:26:14.037076Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:26:15.010803Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:26:36.061143Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:26:36.061225Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:26:43.865977Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:26:43.866043Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:26:44.051492Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:26:44.051558Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:26:45.021495Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:26:59.180702Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:26:59.180783Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:26:59.212830Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.006200 ms 2025-08-31T01:26:59.212887Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:26:59.212922Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:26:59.212946Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:27:06.061101Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:27:06.061167Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:27:13.876524Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:27:13.876578Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:27:14.061608Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:27:14.061690Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:27:15.030131Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:27:36.061516Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:27:36.061575Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:27:43.883151Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:27:43.883265Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:27:44.068918Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:27:44.068975Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:27:45.031742Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:27:59.222799Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:27:59.222865Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:27:59.253461Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.494200 ms 2025-08-31T01:27:59.253508Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:27:59.253538Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:27:59.253562Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:28:06.061295Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:28:06.061353Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:28:13.890756Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:28:13.890807Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:28:14.074762Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:28:14.074815Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:28:15.031379Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:28:36.061875Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:28:36.061932Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:28:43.898833Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:28:43.898886Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:28:44.084930Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:28:44.084988Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:28:45.041119Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:28:59.267716Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:28:59.267853Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:28:59.297999Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.105900 ms 2025-08-31T01:28:59.298044Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:28:59.298073Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:28:59.298097Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:29:06.061767Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:29:06.061824Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:29:13.903098Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:29:13.903169Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:29:14.089130Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:29:14.089225Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:29:15.045344Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:29:36.062005Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:29:36.062066Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:29:43.909377Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:29:43.909452Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:29:44.095801Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:29:44.095855Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:29:45.053345Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:29:59.303220Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:29:59.303342Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:29:59.334580Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.201100 ms 2025-08-31T01:29:59.334620Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:29:59.334652Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:29:59.334675Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:30:06.062166Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:30:06.062223Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:30:13.918894Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:30:13.918962Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:30:14.105562Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:30:14.105618Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:30:15.068313Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:30:36.062656Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:30:36.062711Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:30:43.932246Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:30:43.932301Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:30:44.118156Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:30:44.118222Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:30:45.076240Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:30:59.339878Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:30:59.339945Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:30:59.369654Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.672500 ms 2025-08-31T01:30:59.369724Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:30:59.369773Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:30:59.369814Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:31:06.062704Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:31:06.062766Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:31:13.946715Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:31:13.946773Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:31:14.132527Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:31:14.132581Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:31:15.091496Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:31:36.063147Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:31:36.063286Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:31:43.952815Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:31:43.952886Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:31:44.138909Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:31:44.139106Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:31:45.093585Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:31:59.373860Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:31:59.373928Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:31:59.404928Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.961800 ms 2025-08-31T01:31:59.404975Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:31:59.405006Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:31:59.405031Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:32:06.062902Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:32:06.062970Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:32:13.963880Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:32:13.963991Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:32:14.147896Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:32:14.147964Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:32:15.102071Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:32:36.063280Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:32:36.063347Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:32:43.965932Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:32:43.966025Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:32:44.150363Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:32:44.150424Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:32:45.104242Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:32:59.408188Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:32:59.408255Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:32:59.439143Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.850500 ms 2025-08-31T01:32:59.439194Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:32:59.439227Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:32:59.439252Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:33:06.063156Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:33:06.063223Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:33:13.970509Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:33:13.970572Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:33:14.153619Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:33:14.153677Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:33:15.111722Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:33:36.063454Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:33:36.063519Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:33:43.976718Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:33:43.976799Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:33:44.158478Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:33:44.158561Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:33:45.124498Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:33:59.446362Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:33:59.446429Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:33:59.477725Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.256100 ms 2025-08-31T01:33:59.477775Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:33:59.477808Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:33:59.477832Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:34:06.063522Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:34:06.063599Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:34:13.990819Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:34:13.990883Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:34:14.160034Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:34:14.160114Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:34:15.138746Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:34:36.063866Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:34:36.064180Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:34:44.005064Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:34:44.005115Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:34:44.175357Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:34:44.175445Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:34:45.143867Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:34:59.478323Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:34:59.478395Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:34:59.508787Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.354000 ms 2025-08-31T01:34:59.508833Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:34:59.508863Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:34:59.508932Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:35:06.063964Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:35:06.064032Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:35:14.011170Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:35:14.011301Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:35:14.182956Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:35:14.183025Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:35:15.155456Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:35:36.077563Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:35:36.077635Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:35:44.025939Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:35:44.026055Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:35:44.196658Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:35:44.196729Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:35:45.163878Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:35:59.512766Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:35:59.512837Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:35:59.544290Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.409500 ms 2025-08-31T01:35:59.544345Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:35:59.544377Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:35:59.544402Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:36:06.064342Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:36:06.064403Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:36:14.038272Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:36:14.038337Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:36:14.209812Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:36:14.209900Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:36:15.168140Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:36:36.064722Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:36:36.064791Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:36:44.043125Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:36:44.043208Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:36:44.212379Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:36:44.212444Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:36:45.180957Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:36:59.559167Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:36:59.559233Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:36:59.591853Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.583900 ms 2025-08-31T01:36:59.591901Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:36:59.591932Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:36:59.591956Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:37:06.064744Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:37:06.064814Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:37:14.044284Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:37:14.044360Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:37:14.213907Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:37:14.213997Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:37:15.189501Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:37:36.065171Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:37:36.065238Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:37:44.047674Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:37:44.047732Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:37:44.216383Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:37:44.216435Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:37:45.191238Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:37:59.598399Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:37:59.598462Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:37:59.629423Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.924200 ms 2025-08-31T01:37:59.629473Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:37:59.629505Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:37:59.629529Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:38:06.065139Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:38:06.065195Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:38:14.048915Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:38:14.048983Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:38:14.220369Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:38:14.220423Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:38:15.194271Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:38:36.065590Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:38:36.065644Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:38:44.063160Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:38:44.063217Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:38:44.235585Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:38:44.235648Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:38:45.195168Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:38:59.638092Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:38:59.638216Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:38:59.669481Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.227700 ms 2025-08-31T01:38:59.669522Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:38:59.669551Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:38:59.669575Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:39:06.065472Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:39:06.065534Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:39:14.071345Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:39:14.071422Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:39:14.242244Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:39:14.242299Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:39:15.196244Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:39:36.066205Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:39:36.066265Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:39:44.079178Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:39:44.079258Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:39:44.250042Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:39:44.250104Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:39:45.199981Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:39:59.674189Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:39:59.674257Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:39:59.706660Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.370900 ms 2025-08-31T01:39:59.706703Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:39:59.706733Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:39:59.706760Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:40:06.066302Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:40:06.066360Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:40:14.089300Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:40:14.089408Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:40:14.260675Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:40:14.260747Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:40:15.210229Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:40:36.065963Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:40:36.066019Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:40:44.101693Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:40:44.101763Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:40:44.271549Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:40:44.271608Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:40:45.216203Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:40:59.720841Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:40:59.720905Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:40:59.751576Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.639700 ms 2025-08-31T01:40:59.751619Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:40:59.751653Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:40:59.751677Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:41:06.066414Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:41:06.066476Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:41:14.114176Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:41:14.114245Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:41:14.271359Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:41:14.271419Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:41:15.222128Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:41:36.066425Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:41:36.066482Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:41:44.119032Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:41:44.119113Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:41:44.273036Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:41:44.273104Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:41:45.229685Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:41:59.756004Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:41:59.756071Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:41:59.785914Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.801300 ms 2025-08-31T01:41:59.785963Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:41:59.785994Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:41:59.786018Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:42:06.066547Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:42:06.066608Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:42:14.120291Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:42:14.120342Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:42:14.273611Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:42:14.273689Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:42:15.234496Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:42:36.066684Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:42:36.066747Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:42:44.131434Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:42:44.131490Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:42:44.287205Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:42:44.287313Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:42:45.248111Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:42:59.788065Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:42:59.788308Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:42:59.819543Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.176000 ms 2025-08-31T01:42:59.819592Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:42:59.819626Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:42:59.819649Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:43:06.067599Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:43:06.067659Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:43:14.142104Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:43:14.142155Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:43:14.296861Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:43:14.296914Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:43:15.258443Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:43:36.067358Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:43:36.067428Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:43:44.155279Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:43:44.155348Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:43:44.309609Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:43:44.309706Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:43:45.266369Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:43:59.834514Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:43:59.834589Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:43:59.865515Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.884000 ms 2025-08-31T01:43:59.865573Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:43:59.865603Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:43:59.865627Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:44:06.067458Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:44:06.067525Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:44:14.157465Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:44:14.157558Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:44:14.312147Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:44:14.312255Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:44:15.267514Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:44:36.067646Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:44:36.067730Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:44:44.167573Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:44:44.167660Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:44:44.321249Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:44:44.321342Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:44:45.276408Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:44:59.875746Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:44:59.875811Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:44:59.906431Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.580200 ms 2025-08-31T01:44:59.906478Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:44:59.906508Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:44:59.906532Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:45:06.067755Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:45:06.067825Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:45:14.180796Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:45:14.180877Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:45:14.334482Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:45:14.334590Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:45:15.291047Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:45:36.067924Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:45:36.068014Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:45:44.181372Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:45:44.181506Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:45:44.336841Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:45:44.336911Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:45:45.301050Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:45:59.915135Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:45:59.915209Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:45:59.948476Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 33.228500 ms 2025-08-31T01:45:59.948523Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:45:59.948552Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:45:59.948575Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:46:06.068152Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:46:06.068221Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:46:14.184657Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:46:14.184725Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:46:14.338532Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:46:14.338594Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:46:15.314147Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:46:36.068395Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:46:36.068492Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:46:44.196387Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:46:44.196462Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:46:44.350726Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:46:44.350786Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:46:45.325937Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:46:59.958003Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:46:59.958074Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:46:59.988339Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.227600 ms 2025-08-31T01:46:59.988386Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:46:59.988419Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:46:59.988443Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:47:06.069978Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:47:06.070055Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:47:14.202545Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:47:14.202610Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:47:14.354615Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:47:14.354693Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:47:15.338826Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:47:36.068867Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:47:36.068946Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:47:44.202506Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:47:44.202563Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:47:44.359161Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:47:44.359233Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:47:45.350728Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:48:00.003114Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:48:00.003184Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:48:00.038332Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 35.099800 ms 2025-08-31T01:48:00.038406Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:48:00.038460Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:48:00.038488Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:48:06.068862Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:48:06.068939Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:48:14.208692Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:48:14.208767Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:48:14.365806Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:48:14.365878Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:48:15.360938Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:48:36.069162Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:48:36.069259Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:48:44.223055Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:48:44.223112Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:48:44.377762Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:48:44.377819Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:48:45.369545Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:49:00.048440Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:49:00.048505Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:49:00.080586Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.044000 ms 2025-08-31T01:49:00.080634Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:49:00.080664Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:49:00.080689Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:49:06.069762Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:49:06.069828Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:49:14.229250Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:49:14.229312Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:49:14.384737Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:49:14.384796Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:49:15.370470Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:49:36.069767Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:49:36.069866Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:49:44.236997Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:49:44.237120Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:49:44.391728Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:49:44.391785Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:49:45.376602Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:50:00.095747Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:50:00.095821Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:50:00.126885Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.019900 ms 2025-08-31T01:50:00.126941Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:50:00.126972Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:50:00.126997Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:50:06.070994Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:50:06.071076Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:50:14.249152Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:50:14.249225Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:50:14.404254Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:50:14.404377Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:50:15.377121Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:50:36.071196Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:50:36.071272Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:50:44.264071Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:50:44.264142Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:50:44.417725Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:50:44.417800Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:50:45.388877Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:51:00.137854Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:51:00.137922Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:51:00.168060Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.095200 ms 2025-08-31T01:51:00.168111Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:51:00.168142Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:51:00.168167Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:51:06.072152Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:51:06.072221Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:51:14.274414Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:51:14.274474Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:51:14.430849Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:51:14.430916Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:51:15.402049Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:51:36.071478Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:51:36.071643Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:51:44.286658Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:51:44.286725Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:51:44.443065Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:51:44.443132Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:51:45.403084Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:52:00.181104Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:52:00.181179Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:52:00.211474Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.257100 ms 2025-08-31T01:52:00.211522Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:52:00.211552Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:52:00.211576Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:52:06.084579Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:52:06.084667Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:52:14.286812Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:52:14.286908Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:52:14.457766Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:52:14.457861Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:52:15.414217Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:52:36.071961Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:52:36.072085Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:52:44.294312Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:52:44.294379Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:52:44.463907Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:52:44.463972Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:52:45.421057Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:53:00.219933Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:53:00.220014Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:53:00.251001Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.942500 ms 2025-08-31T01:53:00.251053Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:53:00.251083Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:53:00.251107Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:53:06.071953Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:53:06.072029Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:53:14.307634Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:53:14.307740Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:53:14.477699Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:53:14.477779Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:53:15.430329Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:53:36.072117Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:53:36.072190Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:53:44.320853Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:53:44.320914Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:53:44.490298Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:53:44.490381Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:53:45.436448Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:54:00.259109Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:54:00.259177Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:54:00.290220Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.005700 ms 2025-08-31T01:54:00.290268Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:54:00.290298Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:54:00.290324Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:54:06.072320Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:54:06.072390Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:54:14.334713Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:54:14.334767Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:54:14.505081Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:54:14.505207Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:54:15.448295Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:54:36.078935Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:54:36.079022Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:54:44.345737Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:54:44.345836Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:54:44.515547Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:54:44.515610Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:54:45.457761Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:55:00.291948Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:55:00.292018Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:55:00.322105Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.049300 ms 2025-08-31T01:55:00.322159Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:55:00.322190Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:55:00.322213Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:55:06.072665Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:55:06.072734Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:55:14.345562Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:55:14.345616Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:55:14.529686Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:55:14.529756Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:55:15.457993Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:55:36.072853Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:55:36.072924Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:55:44.351642Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:55:44.351705Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:55:44.542043Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:55:44.542148Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:55:45.464388Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:56:00.333474Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:56:00.333547Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:56:00.364140Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.547100 ms 2025-08-31T01:56:00.364223Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:56:00.364262Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:56:00.364287Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:56:06.073115Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:56:06.073188Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:56:14.360509Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:56:14.360597Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:56:14.547013Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:56:14.547073Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:56:15.470304Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:56:36.073287Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:56:36.073347Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:56:44.372101Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:56:44.372164Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:56:44.555211Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:56:44.555289Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:56:45.479257Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:57:00.375485Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:57:00.375556Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:57:00.406091Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.497700 ms 2025-08-31T01:57:00.406139Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:57:00.406168Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:57:00.406192Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:57:06.073751Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:57:06.073826Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:57:14.374716Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:57:14.374780Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:57:14.562314Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:57:14.562384Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:57:15.490511Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:57:36.072504Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:57:36.072596Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:57:44.377392Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:57:44.377522Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:57:44.563704Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:57:44.563908Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:57:45.492714Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:58:00.418687Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:58:00.418854Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:58:00.449911Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.014500 ms 2025-08-31T01:58:00.449958Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:58:00.449986Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:58:00.450009Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:58:06.074958Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:58:06.075036Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:58:14.385266Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:58:14.385353Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:58:14.569544Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:58:14.569649Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:58:15.494645Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:58:36.074031Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:58:36.074105Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:58:44.390047Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:58:44.390106Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:58:44.574939Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:58:44.575008Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:58:45.495492Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:59:00.460984Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T01:59:00.461067Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T01:59:00.492052Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.939200 ms 2025-08-31T01:59:00.492116Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T01:59:00.492151Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T01:59:00.492175Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T01:59:06.074227Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:59:06.074297Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:59:14.404262Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:59:14.404330Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:59:14.589081Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:59:14.589159Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:59:15.510278Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T01:59:36.074424Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T01:59:36.074491Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T01:59:44.408156Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T01:59:44.408244Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T01:59:44.594200Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:59:44.594313Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T01:59:45.523285Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:00:00.494689Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:00:00.494756Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:00:00.525565Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.770600 ms 2025-08-31T02:00:00.525613Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:00:00.525645Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:00:00.525669Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:00:06.074618Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:00:06.074703Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:00:14.422677Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:00:14.422744Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:00:14.606552Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:00:14.606608Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:00:15.528872Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:00:36.074811Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:00:36.074903Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:00:44.430519Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:00:44.430606Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:00:44.615046Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:00:44.615116Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:00:45.529040Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:01:00.538702Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:01:00.538811Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:01:00.568929Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.063600 ms 2025-08-31T02:01:00.568981Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:01:00.569012Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:01:00.569036Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:01:06.075044Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:01:06.075112Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:01:14.434491Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:01:14.434560Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:01:14.621878Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:01:14.621951Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:01:15.538248Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:01:36.075078Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:01:36.075145Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:01:44.437667Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:01:44.437730Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:01:44.622997Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:01:44.623057Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:01:45.545514Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:02:00.572619Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:02:00.572690Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:02:00.603356Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.617200 ms 2025-08-31T02:02:00.603415Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:02:00.603451Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:02:00.603482Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:02:06.075091Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:02:06.075161Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:02:14.441926Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:02:14.441979Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:02:14.626455Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:02:14.626526Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:02:15.555529Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:02:36.075695Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:02:36.075787Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:02:44.445594Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:02:44.445651Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:02:44.629376Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:02:44.629439Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:02:45.558090Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:03:00.614405Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:03:00.614473Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:03:00.646455Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.946400 ms 2025-08-31T02:03:00.646497Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:03:00.646527Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:03:00.646550Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:03:06.075563Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:03:06.075638Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:03:14.458874Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:03:14.458941Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:03:14.644329Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:03:14.644386Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:03:15.569728Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:03:36.076148Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:03:36.076217Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:03:44.464638Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:03:44.464710Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:03:44.651632Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:03:44.651685Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:03:45.571565Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:04:00.653389Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:04:00.653455Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:04:00.683361Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.849900 ms 2025-08-31T02:04:00.683444Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:04:00.683482Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:04:00.683506Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:04:06.077585Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:04:06.077657Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:04:14.472489Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:04:14.472557Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:04:14.657479Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:04:14.657555Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:04:15.582555Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:04:36.076088Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:04:36.076156Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:04:44.484542Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:04:44.484636Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:04:44.668682Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:04:44.668764Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:04:45.592931Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:05:00.692442Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:05:00.692512Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:05:00.722618Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.060400 ms 2025-08-31T02:05:00.722674Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:05:00.722709Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:05:00.722733Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:05:06.076388Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:05:06.076460Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:05:14.489052Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:05:14.489125Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:05:14.675667Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:05:14.675761Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:05:15.600428Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:05:36.076919Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:05:36.076997Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:05:44.501996Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:05:44.502083Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:05:44.688257Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:05:44.688320Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:05:45.610989Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:06:00.735044Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:06:00.735108Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:06:00.765939Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.793000 ms 2025-08-31T02:06:00.765986Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:06:00.766016Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:06:00.766040Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:06:06.076617Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:06:06.076697Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:06:14.505931Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:06:14.505991Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:06:14.689843Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:06:14.689902Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:06:15.612928Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:06:36.076782Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:06:36.076851Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:06:44.517551Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:06:44.517630Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:06:44.690623Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:06:44.690679Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:06:45.621803Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:07:00.768272Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:07:00.768338Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:07:00.799284Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.905100 ms 2025-08-31T02:07:00.799328Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:07:00.799359Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:07:00.799383Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:07:06.077051Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:07:06.077121Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:07:14.519536Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:07:14.519613Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:07:14.704172Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:07:14.704239Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:07:15.629140Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:07:36.077270Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:07:36.077337Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:07:44.526753Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:07:44.526839Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:07:44.711215Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:07:44.711292Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:07:45.640104Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:08:00.802915Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:08:00.802982Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:08:00.837586Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 34.561400 ms 2025-08-31T02:08:00.837644Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:08:00.837677Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:08:00.837704Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:08:06.077448Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:08:06.077516Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:08:14.536351Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:08:14.536408Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:08:14.722266Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:08:14.722343Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:08:15.645294Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:08:36.077778Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:08:36.077856Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:08:44.546373Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:08:44.546444Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:08:44.732500Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:08:44.732579Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:08:45.659866Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:09:00.840644Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:09:00.840713Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:09:00.871182Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.434100 ms 2025-08-31T02:09:00.871245Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:09:00.871280Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:09:00.871304Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:09:06.078224Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:09:06.078303Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:09:14.560302Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:09:14.560365Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:09:14.746963Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:09:14.747018Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:09:15.671686Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:09:36.078230Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:09:36.078307Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:09:44.568298Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:09:44.568362Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:09:44.752912Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:09:44.752970Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:09:45.684216Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:10:00.883008Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:10:00.883107Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:10:00.913789Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.625700 ms 2025-08-31T02:10:00.913837Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:10:00.913866Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:10:00.913890Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:10:06.078257Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:10:06.078319Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:10:14.581144Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:10:14.581206Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:10:14.767920Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:10:14.767990Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:10:15.691285Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:10:36.079191Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:10:36.079259Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:10:44.582633Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:10:44.582695Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:10:44.780881Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:10:44.780964Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:10:45.696390Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:11:00.919171Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:11:00.919244Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:11:00.951000Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.709800 ms 2025-08-31T02:11:00.951063Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:11:00.951102Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:11:00.951137Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:11:06.079468Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:11:06.079545Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:11:14.591548Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:11:14.591695Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:11:14.791457Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:11:14.791547Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:11:15.698564Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:11:36.078608Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:11:36.078683Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:11:44.595119Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:11:44.595210Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:11:44.796634Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:11:44.796695Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:11:45.707282Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:12:00.957904Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:12:00.957979Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:12:00.989277Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.257100 ms 2025-08-31T02:12:00.989326Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:12:00.989355Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:12:00.989379Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:12:06.079551Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:12:06.079629Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:12:14.597901Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:12:14.597977Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:12:14.799363Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:12:14.799440Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:12:15.712975Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:12:36.079020Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:12:36.079088Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:12:44.600968Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:12:44.601031Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:12:44.801369Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:12:44.801431Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:12:45.717790Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:13:00.989467Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:13:00.989537Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:13:01.022518Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.923400 ms 2025-08-31T02:13:01.022607Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:13:01.022655Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:13:01.022681Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:13:06.078046Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:13:06.078111Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:13:14.615768Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:13:14.615838Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:13:14.801177Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:13:14.801235Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:13:15.729945Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:13:36.079569Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:13:36.079662Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:13:44.615839Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:13:44.615900Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:13:44.801894Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:13:44.801963Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:13:45.743964Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:14:01.025750Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:14:01.025891Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:14:01.056458Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.513000 ms 2025-08-31T02:14:01.056515Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:14:01.056547Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:14:01.056722Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:14:06.079622Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:14:06.079703Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:14:14.617019Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:14:14.617076Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:14:14.804108Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:14:14.804169Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:14:15.745526Z 13224 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:14:36.079842Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:14:36.079904Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:14:44.631769Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:14:44.631832Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:14:44.817014Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:14:44.817079Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:14:45.745349Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:15:01.064562Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:15:01.064749Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:15:01.099751Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 34.958900 ms 2025-08-31T02:15:01.099801Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:15:01.099832Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:15:01.099856Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:15:06.080077Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:15:06.080144Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:15:14.644898Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:15:14.644969Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:15:14.831191Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:15:14.831256Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:15:15.759064Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:15:36.080168Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:15:36.080237Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:15:44.650541Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:15:44.650612Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:15:44.833500Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:15:44.833571Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:15:45.767150Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:16:01.107079Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:16:01.107171Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:16:01.139069Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.846300 ms 2025-08-31T02:16:01.139117Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:16:01.139147Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:16:01.139170Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:16:06.080378Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:16:06.080451Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:16:14.652866Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:16:14.652941Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:16:14.836944Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:16:14.837043Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:16:15.780353Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:16:36.080478Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:16:36.080562Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:16:44.663813Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:16:44.663896Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:16:44.851303Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:16:44.851377Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:16:45.781024Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:17:01.147752Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:17:01.147827Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:17:01.179295Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.421900 ms 2025-08-31T02:17:01.179352Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:17:01.179385Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:17:01.179413Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:17:06.080622Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:17:06.080696Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:17:14.670383Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:17:14.670447Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:17:14.854502Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:17:14.854572Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:17:15.793145Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:17:36.122305Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:17:36.122385Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:17:44.674080Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:17:44.674140Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:17:44.857313Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:17:44.857379Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:17:45.798671Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:18:01.188074Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:18:01.188143Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:18:01.218628Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.446200 ms 2025-08-31T02:18:01.218675Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:18:01.218703Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:18:01.218726Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:18:06.081111Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:18:06.081177Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:18:14.678060Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:18:14.678161Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:18:14.863026Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:18:14.863092Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:18:15.805717Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:18:36.081086Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:18:36.081152Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:18:44.688276Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:18:44.688390Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:18:44.871258Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:18:44.871377Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:18:45.814357Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:19:01.219116Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:19:01.219211Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:19:01.250262Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.002900 ms 2025-08-31T02:19:01.250311Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:19:01.250341Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:19:01.250374Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:19:06.081236Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:19:06.081321Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:19:14.702512Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:19:14.702574Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:19:14.871623Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:19:14.871696Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:19:15.823577Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:19:36.081381Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:19:36.081490Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:19:44.714563Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:19:44.714618Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:19:44.884554Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:19:44.884630Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:19:45.834703Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:20:01.263607Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:20:01.263697Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:20:01.294865Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.127900 ms 2025-08-31T02:20:01.294913Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:20:01.294942Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:20:01.294966Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:20:06.081547Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:20:06.081634Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:20:14.719390Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:20:14.719464Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:20:14.890654Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:20:14.890713Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:20:15.836316Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:20:36.081820Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:20:36.081895Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:20:44.720421Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:20:44.720490Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:20:44.890896Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:20:44.890953Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:20:45.845434Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:21:01.297520Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:21:01.297584Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:21:01.327710Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.081300 ms 2025-08-31T02:21:01.327793Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:21:01.327846Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:21:01.327882Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:21:06.082022Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:21:06.082098Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:21:14.726861Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:21:14.726928Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:21:14.896466Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:21:14.896531Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:21:15.852712Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:21:36.095879Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:21:36.095977Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:21:44.730472Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:21:44.730547Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:21:44.899377Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:21:44.899477Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:21:45.857398Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:22:01.341468Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:22:01.341542Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:22:01.372836Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.250100 ms 2025-08-31T02:22:01.372888Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:22:01.372922Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:22:01.372948Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:22:06.082328Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:22:06.082400Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:22:14.738085Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:22:14.738153Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:22:14.906843Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:22:14.906940Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:22:15.858556Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:22:36.082614Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:22:36.082693Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:22:44.748842Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:22:44.748918Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:22:44.920426Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:22:44.920486Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:22:45.872538Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:23:01.375751Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:23:01.375831Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:23:01.406778Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.910500 ms 2025-08-31T02:23:01.406827Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:23:01.406860Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:23:01.406884Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:23:06.082714Z 13224 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:23:06.082793Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:23:14.755534Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:23:14.755684Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:23:14.925744Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:23:14.925811Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:23:15.881460Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:23:36.082876Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:23:36.082943Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:23:44.767388Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:23:44.767475Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:23:44.938752Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:23:44.938830Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:23:45.896156Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:24:01.407367Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:24:01.407437Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:24:01.437744Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.261900 ms 2025-08-31T02:24:01.437801Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:24:01.437834Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:24:01.437858Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:24:06.083122Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:24:06.083189Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:24:14.771630Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:24:14.771699Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:24:14.942782Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:24:14.942842Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:24:15.907999Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:24:44.773818Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:24:44.773892Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:24:44.956925Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:24:44.956998Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:24:45.913948Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:25:01.451122Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:25:01.451197Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:25:01.482097Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.859200 ms 2025-08-31T02:25:01.482143Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:25:01.482172Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:25:01.482195Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:25:05.097601Z 41800 [] ONS:AxonClient DBG log #62 : t=37160: ERROR: WebsocketClient: Connection closed: Close reason: Close Code: 1006 (WebsocketClient.cpp.adobe::axon::internal::WebsocketClient::onClose.81) 2025-08-31T02:25:05.112566Z 41800 [] ONS:AxonClient DBG log #62 : t=26664: INFO: State Transition : ACTIVE -----> DISCONNECTED (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::setSessionState.620) 2025-08-31T02:25:05.112642Z 41800 [] ONS:AxonClient DBG log #62 : t=26664: INFO: State Transition : DISCONNECTED -----> RECONNECTION_IN_PROGRESS (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::setSessionState.620) 2025-08-31T02:25:05.112676Z 41800 [] ONS:AxonClient DBG log #62 : t=26664: INFO: Reconnection Attempt #1 for : 9 seconds (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::startReconnection.253) 2025-08-31T02:25:06.379920Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: ERROR: AxonClientImpl: Starting reconnection as heart beat miss exceeds threshold (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::monitorHeartBeat.913) 2025-08-31T02:25:06.380102Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: INFO: AxonClientImpl::checkPrequisitesForRecovery : Reconnection of session already in progress (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::checkPrequisitesForRecovery.289) 2025-08-31T02:25:06.380143Z 13224 [] ONS:AxonClient DBG log #62 : t=41800: INFO: AxonClientImpl::startReconnectionWithoutClientBackoff : PrequisitesForRecovery failed (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::startReconnectionWithoutClientBackoff.263) 2025-08-31T02:25:14.116533Z 41800 [] ONS:AxonClient DBG log #62 : t=26664: INFO: AxonClientImpl: Starting closeConnection (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::closeConnection.176) 2025-08-31T02:25:14.116627Z 41800 [] ONS:AxonClient DBG log #62 : t=26664: INFO: AxonClientImpl: Stopping HeartBeat (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::stopHeartBeat.168) 2025-08-31T02:25:14.116659Z 41800 [] ONS:AxonClient DBG log #62 : t=26664: ERROR: WebsocketClient: Error initiating close: invalid state (WebsocketClient.cpp.adobe::axon::internal::WebsocketClient::close.170) 2025-08-31T02:25:14.116694Z 41800 [] ONS:AxonClient DBG log #62 : t=26664: INFO: WebsocketClient: Reset handlers of websocketclient (WebsocketClient.cpp.adobe::axon::internal::WebsocketClient::resetHandlers.213) 2025-08-31T02:25:14.116723Z 41800 [] ONS:AxonClient DBG log #62 : t=26664: INFO: WebsocketClient: Start Stopping websocketClient (WebsocketClient.cpp.adobe::axon::internal::WebsocketClient::stop.203) 2025-08-31T02:25:14.116752Z 41800 [] ONS:AxonClient DBG log #62 : t=26664: INFO: WebsocketClient: Finish Stopping websocketClient (WebsocketClient.cpp.adobe::axon::internal::WebsocketClient::stop.209) 2025-08-31T02:25:14.117364Z 13224 [] ONS:AxonClient DBG log #62 : t=26664: INFO: AxonClientImpl: closeConnection complete (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::closeConnection.192) 2025-08-31T02:25:14.117648Z 13224 [] ONS:AxonClient DBG log #62 : t=26664: INFO: WebsocketClient: TLS Init called (WebsocketClient.cpp.adobe::axon::internal::WebsocketClient::onTlsInit.105) 2025-08-31T02:25:14.118182Z 13224 [] ONS:AxonClient DBG log #62 : t=26664: INFO: Connecting to host: wss://axon-v1.adobess.com/connect?sessionId=b226725d-f70e-4a35-a2ae-c12b5769216b (WebsocketClient.cpp.adobe::axon::internal::WebsocketClient::connect.159) 2025-08-31T02:25:14.237778Z 13224 [] ONS:AxonClient DBG log #62 : t=11460: INFO: WebsocketClient: Connect success (WebsocketClient.cpp.adobe::axon::internal::WebsocketClient::onOpen.55) 2025-08-31T02:25:14.237862Z 13224 [] ONS:AxonClient DBG log #62 : t=11460: INFO: AxonClientImpl:onOpen: Websocket connected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onOpen.686) 2025-08-31T02:25:14.237896Z 13224 [] ONS:AxonClient DBG log #62 : t=11460: INFO: Starting heartbeat monitoring from axon client (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::startHeartBeatMonitoring.954) 2025-08-31T02:25:14.243642Z 13224 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue {"frameId":"86217a51-2d2c-4eec-91e6-cefcf390b964","frameType":"wsack","sessionId":"b226725d-f70e-4a35-a2ae-c12b5769216b","vcIds":[],"heartbeatFrequencyInSec":30,"reconnectUrl":"wss://bifrost-prod-ue1.adobess.com/connect?sessionId=b226725d-f70e-4a35-a2ae-c12b5769216b"} (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:25:14.243734Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: INFO: AxonClientImpl::processMessage of frametype: wsack and frame Id : 86217a51-2d2c-4eec-91e6-cefcf390b964 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.862) 2025-08-31T02:25:14.243791Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl::processMessage: {"frameId":"86217a51-2d2c-4eec-91e6-cefcf390b964","frameType":"wsack","sessionId":"b226725d-f70e-4a35-a2ae-c12b5769216b","vcIds":[],"heartbeatFrequencyInSec":30,"reconnectUrl":"wss://bifrost-prod-ue1.adobess.com/connect?sessionId=b226725d-f70e-4a35-a2ae-c12b5769216b"} (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.867) 2025-08-31T02:25:14.243835Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: INFO: Session setup successful with session id : b226725d-f70e-4a35-a2ae-c12b5769216b (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::handleWebSocketAckMessage.988) 2025-08-31T02:25:14.243868Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: INFO: State Transition : RECONNECTION_IN_PROGRESS -----> ACTIVE (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::setSessionState.620) 2025-08-31T02:25:14.243898Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: INFO: Starting heartbeat from axon client (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::startHeartBeat.946) 2025-08-31T02:25:14.243926Z 41800 [] ONS:AxonClient DBG log #62 : t=13224: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:25:14.243956Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: INFO: InProgress messages count: 0 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::handleWebSocketAckMessage.1017) 2025-08-31T02:25:14.254007Z 26664 [] ONS:AxonSubscriptionObserver INF onSessionEventHandler #406 : Session reconnect event received 2025-08-31T02:25:14.269021Z 37244 [] ONS:AxonSubscriptionObserver DBG startHandler #112 : startHandler invoked 2025-08-31T02:25:14.269090Z 37244 [] ONS:AxonSubscriptionObserver DBG startHandler #122 : AxonSubscriptionObserver not started as it is not required as of now. 2025-08-31T02:25:14.269122Z 38128 [] ONS:ChangeLogProviderImpl DBG startHandler #67 : startHandler 2025-08-31T02:25:14.777075Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:25:14.777141Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:25:14.962746Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:25:14.962829Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:25:44.254576Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:25:44.254800Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:25:44.254843Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:25:44.791384Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:25:44.791435Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:25:44.977054Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:25:44.977170Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:26:01.488418Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:26:01.488573Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:26:01.518442Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.815400 ms 2025-08-31T02:26:01.518492Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:26:01.518523Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:26:01.518546Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:26:14.244323Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:26:14.244386Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:26:14.257928Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:26:14.796780Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:26:14.796860Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:26:14.981383Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:26:14.981455Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:26:44.244693Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:26:44.244762Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:26:44.260838Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:26:44.799305Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:26:44.799370Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:26:44.986258Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:26:44.986323Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:27:01.530696Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:27:01.530774Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:27:01.560697Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.882700 ms 2025-08-31T02:27:01.560744Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:27:01.560782Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:27:01.560807Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:27:14.244694Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:27:14.244760Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:27:14.260905Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:27:14.799823Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:27:14.799894Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:27:14.998891Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:27:14.998946Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:27:44.244926Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:27:44.245006Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:27:44.265578Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:27:44.802422Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:27:44.802508Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:27:45.000930Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:27:45.001011Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:28:01.569419Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:28:01.569492Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:28:01.602126Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.592400 ms 2025-08-31T02:28:01.602174Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:28:01.602204Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:28:01.602226Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:28:14.245105Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:28:14.245235Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:28:14.269386Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:28:14.811682Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:28:14.811757Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:28:15.008795Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:28:15.008905Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:28:44.245859Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:28:44.245951Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:28:44.277725Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:28:44.813663Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:28:44.813740Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:28:45.014829Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:28:45.014969Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:29:01.611998Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:29:01.612066Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:29:01.643085Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.981600 ms 2025-08-31T02:29:01.643131Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:29:01.643161Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:29:01.643184Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:29:14.245522Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:29:14.245617Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:29:14.279588Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:29:14.815782Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:29:14.815837Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:29:15.015805Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:29:15.015920Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:29:44.245674Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:29:44.245740Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:29:44.284700Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:29:44.822167Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:29:44.822224Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:29:45.022317Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:29:45.022487Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:30:01.654948Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:30:01.655016Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:30:01.685147Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.090800 ms 2025-08-31T02:30:01.685202Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:30:01.685289Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:30:01.685318Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:30:14.245869Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:30:14.245937Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:30:14.294726Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:30:14.823308Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:30:14.823379Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:30:15.038117Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:30:15.038207Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:30:44.247539Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:30:44.247599Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:30:44.303242Z 34664 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:30:44.829080Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:30:44.829163Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:30:45.046688Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:30:45.046759Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:31:01.691421Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:31:01.691484Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:31:01.722491Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.967200 ms 2025-08-31T02:31:01.722575Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:31:01.722610Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:31:01.722634Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:31:14.246532Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:31:14.246617Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:31:14.318503Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:31:14.841184Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:31:14.841262Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:31:15.057510Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:31:15.057575Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:31:44.246389Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:31:44.246457Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:31:44.325998Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:31:44.852953Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:31:44.853011Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:31:45.069932Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:31:45.069995Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:32:01.727240Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:32:01.727367Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:32:01.758626Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.217400 ms 2025-08-31T02:32:01.758674Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:32:01.758704Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:32:01.758728Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:32:14.246858Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:32:14.246927Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:32:14.332907Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:32:14.856249Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:32:14.856309Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:32:15.071692Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:32:15.071765Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:32:44.246981Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:32:44.247038Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:32:44.336411Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:32:44.861215Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:32:44.861265Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:32:45.078011Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:32:45.078067Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:33:01.764531Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:33:01.764689Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:33:01.796894Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.141000 ms 2025-08-31T02:33:01.796938Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:33:01.796969Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:33:01.796992Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:33:14.248470Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:33:14.248536Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:33:14.344227Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:33:14.872219Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:33:14.872266Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:33:15.089251Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:33:15.089312Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:33:44.247034Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:33:44.247106Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:33:44.356506Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:33:44.877199Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:33:44.877250Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:33:45.094714Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:33:45.094837Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:34:01.806675Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:34:01.806746Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:34:01.838262Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.479200 ms 2025-08-31T02:34:01.838309Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:34:01.838340Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:34:01.838363Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:34:14.247357Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:34:14.247433Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:34:14.360945Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:34:14.887511Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:34:14.887574Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:34:15.104447Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:34:15.104517Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:34:44.247277Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:34:44.247338Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:34:44.375246Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:34:44.899184Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:34:44.899299Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:34:45.118193Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:34:45.118347Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:35:01.845561Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:35:01.845631Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:35:01.898004Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 52.331600 ms 2025-08-31T02:35:01.898050Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:35:01.898085Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:35:01.898110Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:35:14.247550Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:35:14.247610Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:35:14.375931Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:35:14.913030Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:35:14.913084Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:35:15.129970Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:35:15.130033Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:35:44.247792Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:35:44.247861Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:35:44.388563Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:35:44.913918Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:35:44.913981Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:35:45.130929Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:35:45.130996Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:36:01.905494Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:36:01.905560Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:36:01.936657Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.054700 ms 2025-08-31T02:36:01.936717Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:36:01.936748Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:36:01.936772Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:36:14.247904Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:36:14.247959Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:36:14.396105Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:36:14.921675Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:36:14.921749Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:36:15.134356Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:36:15.134422Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:36:44.248241Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:36:44.248298Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:36:44.399723Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:36:44.924456Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:36:44.924521Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:36:45.139833Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:36:45.139909Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:37:01.942452Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:37:01.942516Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:37:01.974376Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.821300 ms 2025-08-31T02:37:01.974424Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:37:01.974454Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:37:01.974478Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:37:14.248241Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:37:14.248314Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:37:14.409957Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:37:14.924988Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:37:14.925065Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:37:15.143082Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:37:15.143146Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:37:44.248397Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:37:44.248459Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:37:44.420560Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:37:44.929278Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:37:44.929334Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:37:45.147134Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:37:45.147189Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:38:01.979095Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:38:01.979182Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:38:02.009441Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.204300 ms 2025-08-31T02:38:02.009515Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:38:02.009564Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:38:02.009590Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:38:14.248704Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:38:14.248768Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:38:14.420987Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:38:14.943593Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:38:14.943660Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:38:15.157549Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:38:15.157607Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:38:44.248849Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:38:44.248911Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:38:44.426235Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:38:44.947132Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:38:44.947184Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:38:45.164221Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:38:45.164283Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:39:02.009492Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:39:02.009608Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:39:02.041930Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.271000 ms 2025-08-31T02:39:02.041986Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:39:02.042019Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:39:02.042042Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:39:14.249017Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:39:14.249073Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:39:14.431618Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:39:14.955756Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:39:14.955822Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:39:15.172838Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:39:15.172908Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:39:44.249259Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:39:44.249331Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:39:44.440968Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:39:44.968744Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:39:44.968825Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:39:45.185067Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:39:45.185149Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:40:02.052014Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:40:02.052079Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:40:02.082486Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.369600 ms 2025-08-31T02:40:02.082533Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:40:02.082568Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:40:02.082592Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:40:14.249226Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:40:14.249297Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:40:14.447718Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:40:14.973781Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:40:14.973843Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:40:15.186396Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:40:15.186453Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:40:44.249353Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:40:44.249417Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:40:44.450042Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:40:44.977939Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:40:44.978011Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:40:45.193766Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:40:45.193823Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:41:02.084778Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:41:02.084842Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:41:02.116694Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.815400 ms 2025-08-31T02:41:02.116744Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:41:02.116774Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:41:02.116797Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:41:14.249581Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:41:14.249640Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:41:14.463628Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:41:14.990445Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:41:14.990497Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:41:15.209471Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:41:15.209534Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:41:44.249967Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:41:44.250040Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:41:44.472752Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:41:44.995578Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:41:44.995635Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:41:45.211174Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:41:45.211275Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:42:02.129696Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:42:02.129774Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:42:02.159593Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 29.772500 ms 2025-08-31T02:42:02.159649Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:42:02.159680Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:42:02.159704Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:42:14.250342Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:42:14.250407Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:42:14.475161Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:42:15.001363Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:42:15.001441Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:42:15.217985Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:42:15.218048Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:42:44.250175Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:42:44.250236Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:42:44.478636Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:42:45.013511Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:42:45.013615Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:42:45.230024Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:42:45.230105Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:43:02.163644Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:43:02.163711Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:43:02.194220Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.465200 ms 2025-08-31T02:43:02.194279Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:43:02.194317Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:43:02.194342Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:43:14.250451Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:43:14.250516Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:43:14.482567Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:43:15.023819Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:43:15.023947Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:43:15.241172Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:43:15.241228Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:43:44.250469Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:43:44.250527Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:43:44.483944Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:43:45.028766Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:43:45.028825Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:43:45.248178Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:43:45.248234Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:44:02.205665Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:44:02.205732Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:44:02.237672Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.899700 ms 2025-08-31T02:44:02.237723Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:44:02.237758Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:44:02.237781Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:44:14.250872Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:44:14.250925Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:44:14.496583Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:44:15.035471Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:44:15.035534Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:44:15.255698Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:44:15.255816Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:44:44.250882Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:44:44.250957Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:44:44.499707Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:44:45.039205Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:44:45.039364Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:44:45.270575Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:44:45.270649Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:45:02.239852Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:45:02.239923Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:45:02.270115Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.153400 ms 2025-08-31T02:45:02.270292Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:45:02.270327Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:45:02.270352Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:45:14.251079Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:45:14.251144Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:45:14.509935Z 34664 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:45:15.051837Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:45:15.051901Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:45:15.282956Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:45:15.283025Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:45:44.251183Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:45:44.251260Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:45:44.519588Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:45:45.060485Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:45:45.060580Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:45:45.290758Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:45:45.290832Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:46:02.278105Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:46:02.278180Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:46:02.311253Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 33.030200 ms 2025-08-31T02:46:02.311304Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:46:02.311336Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:46:02.311360Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:46:14.251488Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:46:14.251545Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:46:14.524601Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:46:15.062632Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:46:15.062686Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:46:15.296654Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:46:15.296734Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:46:44.251676Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:46:44.251735Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:46:44.539655Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:46:45.075542Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:46:45.075621Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:46:45.302814Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:46:45.302875Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:47:02.312483Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:47:02.312552Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:47:02.344374Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.786900 ms 2025-08-31T02:47:02.344420Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:47:02.344448Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:47:02.344472Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:47:14.252228Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:47:14.252284Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:47:14.547801Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:47:15.088451Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:47:15.088511Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:47:15.304361Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:47:15.304420Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:47:44.252295Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:47:44.252350Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:47:44.555962Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:47:45.096810Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:47:45.096879Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:47:45.316746Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:47:45.316814Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:48:02.348783Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:48:02.348850Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:48:02.379303Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.407800 ms 2025-08-31T02:48:02.379365Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:48:02.379399Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:48:02.379422Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:48:14.252383Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:48:14.252446Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:48:14.556577Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:48:15.111698Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:48:15.111755Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:48:15.322461Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:48:15.322536Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:48:44.252439Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:48:44.252505Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:48:44.570119Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:48:45.122699Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:48:45.122756Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:48:45.322149Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:48:45.322230Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:49:02.379952Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:49:02.380027Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:49:02.410720Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.647300 ms 2025-08-31T02:49:02.410771Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:49:02.410802Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:49:02.410826Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:49:14.252633Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:49:14.252698Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:49:14.577289Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:49:15.131583Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:49:15.131645Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:49:15.330666Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:49:15.330755Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:49:44.252567Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:49:44.252627Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:49:44.581939Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:49:45.135115Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:49:45.135173Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:49:45.337251Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:49:45.337310Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:50:02.420300Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:50:02.420367Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:50:02.451203Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.799900 ms 2025-08-31T02:50:02.451249Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:50:02.451279Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:50:02.451302Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:50:14.253418Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:50:14.253476Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:50:14.583039Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:50:15.148190Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:50:15.148291Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:50:15.348039Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:50:15.348094Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:50:44.253523Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:50:44.253592Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:50:44.593566Z 34664 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:50:45.151676Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:50:45.151752Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:50:45.350235Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:50:45.350300Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:51:02.451744Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:51:02.451813Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:51:02.482756Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.905700 ms 2025-08-31T02:51:02.482802Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:51:02.482841Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:51:02.482865Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:51:14.253067Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:51:14.253125Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:51:14.607388Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:51:15.161534Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:51:15.161647Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:51:15.361908Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:51:15.361998Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:51:44.253404Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:51:44.253467Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:51:44.613572Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:51:45.168485Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:51:45.168536Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:51:45.368807Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:51:45.368893Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:52:02.497468Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:52:02.497534Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:52:02.529206Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.623600 ms 2025-08-31T02:52:02.529262Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:52:02.529293Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:52:02.529317Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:52:14.253444Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:52:14.253503Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:52:14.618900Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:52:15.174141Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:52:15.174210Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:52:15.374129Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:52:15.374188Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:52:44.253749Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:52:44.253812Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:52:44.627322Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:52:45.178953Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:52:45.179006Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:52:45.380245Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:52:45.380383Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:53:02.533965Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:53:02.534034Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:53:02.564985Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.911500 ms 2025-08-31T02:53:02.565033Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:53:02.565069Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:53:02.565092Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:53:14.253816Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:53:14.253874Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:53:14.638071Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:53:15.190979Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:53:15.191058Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:53:15.390468Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:53:15.390528Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:53:44.269898Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:53:44.269969Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:53:44.639072Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:53:45.195568Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:53:45.195642Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:53:45.396668Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:53:45.396760Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:54:02.567494Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:54:02.567593Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:54:02.598990Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.337800 ms 2025-08-31T02:54:02.599049Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:54:02.599082Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:54:02.599107Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:54:14.254597Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:54:14.254659Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:54:14.640699Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:54:15.208864Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:54:15.208951Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:54:15.408688Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:54:15.408755Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:54:44.254534Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:54:44.254592Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:54:44.649479Z 34664 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:54:45.221103Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:54:45.221161Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:54:45.423723Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:54:45.423806Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:55:02.613738Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:55:02.613804Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:55:02.645187Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.343100 ms 2025-08-31T02:55:02.645233Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:55:02.645264Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:55:02.645289Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:55:14.254647Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:55:14.254710Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:55:14.649862Z 34664 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:55:15.234185Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:55:15.234248Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:55:15.434864Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:55:15.434928Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:55:44.254776Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:55:44.254836Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:55:44.653823Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:55:45.240339Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:55:45.240428Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:55:45.438012Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:55:45.438384Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:56:02.656439Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:56:02.656508Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:56:02.686587Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.039800 ms 2025-08-31T02:56:02.686636Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:56:02.686667Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:56:02.686691Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:56:14.255027Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:56:14.255144Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:56:14.663707Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:56:15.249781Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:56:15.249842Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:56:15.451087Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:56:15.451176Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:56:44.255168Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:56:44.255235Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:56:44.667603Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:56:45.250882Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:56:45.250979Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:56:45.453488Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:56:45.453552Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:57:02.700553Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:57:02.700618Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:57:02.737413Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 36.758000 ms 2025-08-31T02:57:02.737461Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:57:02.737491Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:57:02.737514Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:57:14.255127Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:57:14.255192Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:57:14.682090Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:57:15.264722Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:57:15.264807Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:57:15.466568Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:57:15.466639Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:57:44.255317Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:57:44.255373Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:57:44.696048Z 34664 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:57:45.264686Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:57:45.264806Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:57:45.480267Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:57:45.480337Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:58:02.741322Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:58:02.741391Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:58:02.772718Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.285400 ms 2025-08-31T02:58:02.772764Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:58:02.772796Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:58:02.772821Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:58:14.255745Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:58:14.255806Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:58:14.697143Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:58:15.268938Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:58:15.268992Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:58:15.484625Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:58:15.484688Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:58:44.255648Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:58:44.255709Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:58:44.709153Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:58:45.278449Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:58:45.278493Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:58:45.493527Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:58:45.493586Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:59:02.787801Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T02:59:02.787905Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T02:59:02.818319Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.366300 ms 2025-08-31T02:59:02.818381Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T02:59:02.818416Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T02:59:02.818446Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T02:59:14.255988Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:59:14.256060Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:59:14.720495Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:59:15.291048Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:59:15.291108Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:59:15.507328Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:59:15.507392Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:59:44.256090Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T02:59:44.256160Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T02:59:44.734152Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T02:59:45.303119Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T02:59:45.303209Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T02:59:45.518851Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T02:59:45.518936Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T03:00:02.824470Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T03:00:02.824541Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T03:00:02.856224Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.638000 ms 2025-08-31T03:00:02.856272Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T03:00:02.856302Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T03:00:02.856326Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T03:00:14.256666Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T03:00:14.256728Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T03:00:14.749239Z 41800 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T03:00:15.304889Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T03:00:15.304951Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T03:00:15.519804Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T03:00:15.519909Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T03:00:44.256414Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T03:00:44.256472Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T03:00:44.757703Z 34664 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T03:00:45.316810Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T03:00:45.316860Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T03:00:45.532610Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T03:00:45.532685Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T03:01:02.867560Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T03:01:02.867651Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T03:01:02.897789Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.089500 ms 2025-08-31T03:01:02.897847Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T03:01:02.897881Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T03:01:02.897906Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T03:01:14.256753Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T03:01:14.256811Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T03:01:14.768744Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T03:01:15.328261Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T03:01:15.328690Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T03:01:15.545287Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T03:01:15.545346Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T03:01:44.256851Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T03:01:44.256920Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T03:01:44.783151Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T03:01:45.338166Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T03:01:45.338227Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T03:01:45.554833Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T03:01:45.554925Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T03:02:02.905078Z 29868 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-08-31T03:02:02.905148Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-08-31T03:02:02.935259Z 29868 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.071500 ms 2025-08-31T03:02:02.935309Z 29868 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-08-31T03:02:02.935340Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-08-31T03:02:02.935363Z 29868 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-08-31T03:02:14.257020Z 41800 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T03:02:14.257083Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T03:02:14.783336Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925) 2025-08-31T03:02:15.353355Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-08-31T03:02:15.353404Z 23716 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-08-31T03:02:15.569094Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T03:02:15.569150Z 36348 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: 047f65cc-65da-46f6-867b-b7b0bc2cebab_6589a12d-def9-4d29-9094-ecac02592981 2025-08-31T03:02:44.257416Z 34664 [] ONS:AxonClient DBG log #62 : t=11460: DEBUG: onMessage: Enqueue incoming message to queue (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::onMessage.815) 2025-08-31T03:02:44.257520Z 34664 [] ONS:AxonClient DBG log #62 : t=41800: DEBUG: HeartBeat from service detected (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::processMessage.896) 2025-08-31T03:02:44.792919Z 41800 [] ONS:AxonClient DBG log #62 : t=34664: DEBUG: AxonClientImpl: Sending heartbeat message with heartBeatDelayInSec30 (AxonClientImpl.cpp.adobe::axon::internal::AxonClientImpl::sendHeartBeat.925)