2025-11-30T00:02:49.302827Z 49060 [6847b027] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 6847b027-b64e-4536-8231-3721c1fca9f3. This will be truncated in the following lines. 2025-11-30T00:02:49.303290Z 49060 [6847b027] 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-11-30T00:02:49.303744Z 49060 [6847b027] ACPLLiteClient INF acp::local::lite::impl::ACPLLiteClientImpl::getACPLLiteClientInstance #106 : Custom base cache path - SAM_V1 is set 2025-11-30T00:02:49.303787Z 49060 [6847b027] ACPLLiteClient ALW acp::local::lite::impl::ACPLLiteClientImpl::ACPLLiteClientImpl #85 : ACPL SDK version = 5.8.0 2025-11-30T00:02:49.303812Z 49060 [6847b027] ACPLLiteClient INF acp::local::lite::impl::ACPLLiteClientImpl::ACPLLiteClientImpl #86 : ACPLLiteClient construtor executed successfullly 2025-11-30T00:02:49.304160Z 49060 [6847b027] ACPLLiteStorageClientImpl ALW acp::local::lite::impl::ACPLLiteStorageClientImpl::create #46 : ACPL-Lite SDK version = 5.8.0 2025-11-30T00:02:49.305876Z 49060 [6847b027] NetworkStatusManagerImpl DBG acp::local::lite::impl::NetworkStatusManagerImpl::NetworkStatusManagerImpl #38 : NetworkStatusManagerImpl::NetworkStatusManagerImpl 2025-11-30T00:02:49.305934Z 49060 [6847b027] CosyManager DBG acp::local::lite::impl::CosyManager::create #88 : Creating CosyManager 2025-11-30T00:02:49.306790Z 49060 [6847b027] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::IdentityManagerImpl #34 : Creating IdentityManagerImpl 2025-11-30T00:02:49.306882Z 49060 [6847b027] SqliteCommonDataAccess INF acp::local::lite::impl::SqliteCommonDataAccess::SqliteCommonDataAccess #421 : SqliteCommonDataAccess::SqliteCommonDataAccess baseDir ACPLocal.Next 2025-11-30T00:02:49.307789Z 49060 [6847b027] SqliteCommonDataAccess INF acp::local::lite::impl::SqliteCommonDataAccess::openDB #452 : ACPLocal.Next\CommonDB\1\acplnext-common.db.db successfully opened 2025-11-30T00:02:49.307851Z 49060 [6847b027] 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-11-30T00:02:49.307935Z 49060 [6847b027] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: BEGIN EXCLUSIVE TRANSACTION 2025-11-30T00:02:49.308297Z 49060 [6847b027] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCurrentVersion #601 : Successfully fetched Current Version. current version : 0 2025-11-30T00:02:49.308334Z 49060 [6847b027] SqliteCommonDataAccess INF acp::local::lite::impl::SqliteCommonDataAccess::performDatabaseMigration #559 : Starting Database Migration with currentVersion : 0 and latestVersion : 18 2025-11-30T00:02:49.308527Z 49060 [6847b027] 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-11-30T00:02:49.308650Z 49060 [6847b027] 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-11-30T00:02:49.308754Z 49060 [6847b027] 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-11-30T00:02:49.308891Z 49060 [6847b027] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: INSERT INTO cache_config_params DEFAULT VALUES 2025-11-30T00:02:49.308967Z 49060 [6847b027] 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-11-30T00:02:49.309088Z 49060 [6847b027] 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-11-30T00:02:49.309199Z 49060 [6847b027] 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-11-30T00:02:49.309461Z 49060 [6847b027] 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-11-30T00:02:49.309581Z 49060 [6847b027] 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-11-30T00:02:49.309711Z 49060 [6847b027] 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-11-30T00:02:49.309827Z 49060 [6847b027] 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-11-30T00:02:49.309921Z 49060 [6847b027] 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-11-30T00:02:49.310073Z 49060 [6847b027] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: DROP TABLE asset_subscription 2025-11-30T00:02:49.310257Z 49060 [6847b027] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: ALTER TABLE asset_subscription_new RENAME TO asset_subscription 2025-11-30T00:02:49.311054Z 49060 [6847b027] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: ALTER TABLE asset_ref_count RENAME TO asset_ref_count_old 2025-11-30T00:02:49.311585Z 49060 [6847b027] 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-11-30T00:02:49.311695Z 49060 [6847b027] 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-11-30T00:02:49.311754Z 49060 [6847b027] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: DROP TABLE asset_ref_count_old 2025-11-30T00:02:49.311848Z 49060 [6847b027] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: PRAGMA user_version = 18 2025-11-30T00:02:49.311882Z 49060 [6847b027] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: COMMIT TRANSACTION 2025-11-30T00:02:49.322308Z 49060 [6847b027] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: PRAGMA foreign_keys = ON 2025-11-30T00:02:49.322392Z 49060 [6847b027] SyncComponentsController DBG acp::local::lite::SyncComponentsController::create #74 : Created DataAccess - 78700384 2025-11-30T00:02:49.322503Z 49060 [6847b027] ObservationBridge DBG acp::local::lite::impl::ObservationBridgeImpl::ObservationBridgeImpl #83 : Constructing ObservationBridgeImpl 2025-11-30T00:02:49.322898Z 49060 [6847b027] ProxyController DBG acp::local::lite::impl::ProxyControllerImpl::ProxyControllerImpl #33 : Constructing ProxyControllerImpl 2025-11-30T00:02:49.322931Z 49060 [6847b027] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::SyncComponentsControllerImpl #100 : Constructing SyncComponentsController 2025-11-30T00:02:49.324287Z 49060 [6847b027] NetworkStatusMonitorImpl INF acp::local::lite::impl::NetworkStatusMonitorImpl::start #108 : Started Network monitoring. : Monitoring Status: 1 Network Status: Online 2025-11-30T00:02:49.324336Z 49060 [6847b027] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::setHandlers #46 : setHandlers 2025-11-30T00:02:49.324429Z 49060 [6847b027] InProcessMessageAdapter INF acp::local::lite::messenger::InProcessMessageAdapter::registerHandler #85 : Request handler is registered 2025-11-30T00:02:49.324467Z 49060 [6847b027] InProcessMessageAdapter INF acp::local::lite::messenger::InProcessMessageAdapter::registerCallback #79 : Response callback is registered 2025-11-30T00:02:49.324509Z 49060 [6847b027] CosyLibImpl DBG acp::local::lite::cosylib::CosyLib::create #46 : Created CosyLib instance - 78701824 2025-11-30T00:02:49.324550Z 49060 [6847b027] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::CosyLibImpl #32 : CosyLibImpl::CosyLibImpl 2025-11-30T00:02:49.324590Z 49060 [6847b027] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::CosyControllerImpl #47 : CosyControllerImpl::CosyControllerImpl 2025-11-30T00:02:49.324618Z 49060 [6847b027] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::CosyLibImpl #34 : CosyLibImpl::Creating a new CosyController 2025-11-30T00:02:49.324811Z 49060 [6847b027] SqliteCommonDataAccess INF acp::local::lite::impl::SqliteCommonDataAccess::SqliteCommonDataAccess #421 : SqliteCommonDataAccess::SqliteCommonDataAccess baseDir ACPLocal.Next 2025-11-30T00:02:49.326050Z 49060 [6847b027] SqliteCommonDataAccess INF acp::local::lite::impl::SqliteCommonDataAccess::openDB #452 : ACPLocal.Next\CommonDB\1\acplnext-common.db.db successfully opened 2025-11-30T00:02:49.326092Z 49060 [6847b027] 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-11-30T00:02:49.326127Z 49060 [6847b027] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: BEGIN EXCLUSIVE TRANSACTION 2025-11-30T00:02:49.326245Z 49060 [6847b027] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCurrentVersion #601 : Successfully fetched Current Version. current version : 18 2025-11-30T00:02:49.326278Z 49060 [6847b027] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: COMMIT TRANSACTION 2025-11-30T00:02:49.326315Z 49060 [6847b027] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: PRAGMA foreign_keys = ON 2025-11-30T00:02:49.326386Z 49060 [6847b027] Analytics INF acp::local::impl::SDKAnalyticsWrapper::disableAnalytics #246 : Disabling analytics. 2025-11-30T00:02:49.326429Z 49060 [6847b027] StateChangeManager DBG acp::local::lite::impl::StateChangeManager::create #44 : Creating StateChangeManager 2025-11-30T00:02:49.326490Z 49060 [6847b027] PendingNotificationStore DBG acp::local::lite::impl::ACPLLitePendingNotificationStore::create #62 : Creating ACPLLitePendingNotificationStoreImpl 2025-11-30T00:02:49.326602Z 49060 [6847b027] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getProcessController #103 : CosyLibImpl::getProcessController 2025-11-30T00:02:49.326638Z 49060 [6847b027] ProcessControllerImpl DBG acp::local::lite::cosylib::ProcessControllerImpl::ProcessControllerImpl #35 : ProcessControllerImpl::ProcessControllerImpl 2025-11-30T00:02:49.326664Z 49060 [6847b027] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getProcessController #110 : CosyLibImpl::Creating a new ProcessController 2025-11-30T00:02:49.326697Z 49060 [6847b027] SyncProcessManager DBG acp::local::lite::impl::SyncProcessManager::createSyncProcessManager #29 : Creating SyncProcessManager 2025-11-30T00:02:49.326721Z 49060 [6847b027] SyncProcessManager DBG acp::local::lite::impl::SyncProcessManagerImpl::SyncProcessManagerImpl #35 : Creating SyncProcessManagerImpl 2025-11-30T00:02:49.326752Z 49060 [6847b027] AssetDeviceStorage INF acp::local::lite::AssetStorage::initializeDCXStorage #41 : Initialize DCX Repository 2025-11-30T00:02:49.327427Z 49060 [6847b027] ACPLLiteStorageClientImpl INF acp::local::lite::impl::ACPLLiteStorageClientImpl::initializeDCXFeatures::::operator () #1787 : DCX Featureflag [kBulkDownloadFeature] is successfully set. Current state [enabled] 2025-11-30T00:02:49.327491Z 49060 [6847b027] ACPLLiteStorageClientImpl INF acp::local::lite::impl::ACPLLiteStorageClientImpl::initializeDCXFeatures::::operator () #1787 : DCX Featureflag [kBulkUploadFeature] is successfully set. Current state [enabled] 2025-11-30T00:02:49.327523Z 49060 [6847b027] ACPLLiteStorageClientImpl INF acp::local::lite::impl::ACPLLiteStorageClientImpl::initializeDCXFeatures::::operator () #1787 : DCX Featureflag [kAcceleratedDownloadFeature] is successfully set. Current state [enabled] 2025-11-30T00:02:49.327597Z 49060 [6847b027] ACPLLiteStorageClientImpl INF acp::local::lite::impl::ACPLLiteStorageClientImpl::initializeDCXFeatures::::operator () #1787 : DCX Featureflag [kAcceleratedUploadFeature] is successfully set. Current state [enabled] 2025-11-30T00:02:49.327630Z 49060 [6847b027] ACPLLiteStorageClientImpl INF acp::local::lite::impl::ACPLLiteStorageClientImpl::initializeDCXFeatures::::operator () #1787 : DCX Featureflag [kEnableAccelerationForAllBlockDownloadFeature] is successfully set. Current state [enabled] 2025-11-30T00:02:49.327679Z 49060 [6847b027] ACPLLiteStorageClientImpl INF acp::local::lite::impl::ACPLLiteStorageClientImpl::initializeDCXFeatures::::operator () #1787 : DCX Featureflag [kEnableAccelerationForAllBlockUploadFeature] is successfully set. Current state [enabled] 2025-11-30T00:02:49.327737Z 49060 [6847b027] ACPLLiteStorageClientImpl INF acp::local::lite::impl::ACPLLiteStorageClientImpl::initializeDCXFeatures::::operator () #1787 : DCX Featureflag [kRAPIBlockDownloadFeature] is successfully set. Current state [enabled] 2025-11-30T00:02:49.327771Z 49060 [6847b027] ACPLLiteStorageClientImpl INF acp::local::lite::impl::ACPLLiteStorageClientImpl::initializeDCXFeatures::::operator () #1787 : DCX Featureflag [kRAPIBlockUploadFeature] is successfully set. Current state [enabled] 2025-11-30T00:02:49.327806Z 49060 [6847b027] ACPLLiteStorageClientImpl INF acp::local::lite::impl::ACPLLiteStorageClientImpl::initializeDCXFeatures::::operator () #1787 : DCX Featureflag [kRAPILinksAPIFeature] is successfully set. Current state [enabled] 2025-11-30T00:02:49.327836Z 49060 [6847b027] Analytics INF acp::local::impl::SDKAnalyticsWrapper::subscribeNetworkStatusForAnalytics #1146 : Subscribing to NotificationRequest::NotificationType 3 through NotificationRequestProcessor. 2025-11-30T00:02:49.327913Z 49060 [6847b027] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: NETWORKSTATUS 2025-11-30T00:02:49.327981Z 49060 [6847b027] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: NETWORKSTATUS::NONE::0] [subscriptionId: febbe5b2-4fae-423a-ae36-209d26f8304a] 2025-11-30T00:02:49.328582Z 49060 [6847b027] Analytics INF acp::local::impl::SDKAnalyticsWrapper::updateNetworkStatus #1060 : updated network availability = 1 2025-11-30T00:02:49.328664Z 49060 [6847b027] ACPLLiteStorageClientImpl INF acp::local::lite::impl::ACPLLiteStorageClientImpl::create #81 : HL API ACPLStorageClient created successfully 2025-11-30T00:02:49.328897Z 49060 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [f41d433c-8e2d-45bf-b80f-5a4e9736de61] 2025-11-30T00:02:49.328940Z 49060 [f41d433c] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is f41d433c-8e2d-45bf-b80f-5a4e9736de61. This will be truncated in the following lines. 2025-11-30T00:02:49.328971Z 49060 [f41d433c] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-11-30T00:02:49.329167Z 49060 [f41d433c] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Reqbd9559da-b0c1-4812-95e2-f40f85e09703 2025-11-30T00:02:49.329235Z 49060 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [777add2b-21cf-49dd-922f-eb798e1309e7] 2025-11-30T00:02:49.329274Z 49060 [777add2b] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 777add2b-21cf-49dd-922f-eb798e1309e7. This will be truncated in the following lines. 2025-11-30T00:02:49.329309Z 49060 [777add2b] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-11-30T00:02:49.329366Z 49060 [777add2b] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Req7743e390-f554-44fe-a674-690b05a5d3be 2025-11-30T00:02:49.329425Z 45900 [f41d433c] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:49.329481Z 49060 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [5204420f-de83-4d4c-b0d4-ebd4a854b5b3] 2025-11-30T00:02:49.329539Z 45900 [f41d433c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: USER_NOT_REGISTERED_FOR_SYNC 2025-11-30T00:02:49.329610Z 45900 [f41d433c] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: USER_NOT_REGISTERED_FOR_SYNC::NONE::0] [subscriptionId: cd79ce7a-558f-4e1c-9b5b-30988202363f] 2025-11-30T00:02:49.329682Z 21052 [777add2b] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:49.329738Z 49060 [5204420f] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 5204420f-de83-4d4c-b0d4-ebd4a854b5b3. This will be truncated in the following lines. 2025-11-30T00:02:49.329778Z 49060 [5204420f] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-11-30T00:02:49.329816Z 21052 [777add2b] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: USER_REGISTERED_FOR_SYNC 2025-11-30T00:02:49.329872Z 21052 [777add2b] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: USER_REGISTERED_FOR_SYNC::NONE::0] [subscriptionId: cb7e5da3-2004-444d-82c6-0d627fa97f7c] 2025-11-30T00:02:49.329918Z 21052 [777add2b] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-11-30T00:02:49.329969Z 45900 [f41d433c] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-11-30T00:02:49.330028Z 49060 [5204420f] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Req1620f3c7-f3bb-4d8a-b88f-5a88e134a460 2025-11-30T00:02:49.330080Z 45900 [f41d433c] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Reqbd9559da-b0c1-4812-95e2-f40f85e09703 2025-11-30T00:02:49.330131Z 21052 [777add2b] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Req7743e390-f554-44fe-a674-690b05a5d3be 2025-11-30T00:02:49.330183Z 49060 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [f4c0fa31-5236-4d82-8680-ec6fa2e53a10] 2025-11-30T00:02:49.330230Z 49060 [f4c0fa31] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is f4c0fa31-5236-4d82-8680-ec6fa2e53a10. This will be truncated in the following lines. 2025-11-30T00:02:49.330261Z 49060 [f4c0fa31] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-11-30T00:02:49.330315Z 49060 [f4c0fa31] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Reqbd51fda4-e70d-4a42-9d3f-582824310553 2025-11-30T00:02:49.330360Z 49060 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [d946cf89-8af0-4040-bbd0-33aef16c4a95] 2025-11-30T00:02:49.330419Z 45900 [f4c0fa31] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:49.330462Z 45900 [f4c0fa31] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: SYNCDOWN 2025-11-30T00:02:49.330496Z 45900 [f4c0fa31] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: SYNCDOWN::NONE::0] [subscriptionId: 9039a214-cef9-42f7-af9d-e42bd0b2c50c] 2025-11-30T00:02:49.330532Z 45900 [f4c0fa31] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-11-30T00:02:49.330571Z 49060 [d946cf89] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is d946cf89-8af0-4040-bbd0-33aef16c4a95. This will be truncated in the following lines. 2025-11-30T00:02:49.330609Z 49060 [d946cf89] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-11-30T00:02:49.330645Z 45900 [f4c0fa31] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Reqbd51fda4-e70d-4a42-9d3f-582824310553 2025-11-30T00:02:49.330692Z 47784 [5204420f] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:49.330742Z 45900 [d946cf89] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:49.330799Z 45900 [d946cf89] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: SYNC_ENGINE_STATUS 2025-11-30T00:02:49.330840Z 45900 [d946cf89] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: SYNC_ENGINE_STATUS::NONE::0] [subscriptionId: aaa6afaf-1adb-4af2-9a5c-c7556ef12b23] 2025-11-30T00:02:49.330876Z 45900 [d946cf89] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-11-30T00:02:49.330914Z 49060 [d946cf89] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Req85ccf82e-54da-492e-a310-fc8a36a33cc3 2025-11-30T00:02:49.330966Z 47784 [5204420f] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: SYNCWORKING 2025-11-30T00:02:49.331022Z 47784 [5204420f] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: SYNCWORKING::NONE::0] [subscriptionId: df9adbe6-5811-4a81-930f-c6f2c3f39bc8] 2025-11-30T00:02:49.331068Z 47784 [5204420f] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-11-30T00:02:49.331107Z 45900 [d946cf89] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Req85ccf82e-54da-492e-a310-fc8a36a33cc3 2025-11-30T00:02:49.331156Z 49060 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [c51017c5-814e-4435-8d49-bf1500c9ccb3] 2025-11-30T00:02:49.331201Z 47784 [5204420f] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Req1620f3c7-f3bb-4d8a-b88f-5a88e134a460 2025-11-30T00:02:49.331248Z 49060 [c51017c5] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is c51017c5-814e-4435-8d49-bf1500c9ccb3. This will be truncated in the following lines. 2025-11-30T00:02:49.331280Z 49060 [c51017c5] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-11-30T00:02:49.331331Z 49060 [c51017c5] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Reqcaa17656-612d-46b4-a0e8-2014cf58ccf3 2025-11-30T00:02:49.331375Z 47784 [c51017c5] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:49.331426Z 47784 [c51017c5] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: NETWORKSTATUS 2025-11-30T00:02:49.331459Z 47784 [c51017c5] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: NETWORKSTATUS::NONE::0] [subscriptionId: 8e69738d-23c5-449d-abf0-c1c5a00f499f] 2025-11-30T00:02:49.331498Z 49060 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [c39ffaca-0959-4f2e-a3eb-7671e21bb60f] 2025-11-30T00:02:49.331542Z 49060 [c39ffaca] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is c39ffaca-0959-4f2e-a3eb-7671e21bb60f. This will be truncated in the following lines. 2025-11-30T00:02:49.331570Z 49060 [c39ffaca] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-11-30T00:02:49.331624Z 49060 [c39ffaca] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Reqc061494d-84b2-4008-ba51-bdb0357bbbe6 2025-11-30T00:02:49.331654Z 45900 [c39ffaca] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:49.331715Z 45900 [c39ffaca] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: DBCORRUPTED 2025-11-30T00:02:49.331750Z 45900 [c39ffaca] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: DBCORRUPTED::NONE::0] [subscriptionId: c1141003-fa4a-4c26-80fb-e45acb138403] 2025-11-30T00:02:49.331784Z 45900 [c39ffaca] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-11-30T00:02:49.331867Z 49060 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [2cfd8ca9-7aee-41f0-b392-01a44d592d4e] 2025-11-30T00:02:49.331911Z 49060 [2cfd8ca9] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 2cfd8ca9-7aee-41f0-b392-01a44d592d4e. This will be truncated in the following lines. 2025-11-30T00:02:49.331941Z 49060 [2cfd8ca9] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-11-30T00:02:49.331979Z 45900 [c39ffaca] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Reqc061494d-84b2-4008-ba51-bdb0357bbbe6 2025-11-30T00:02:49.332030Z 47784 [c51017c5] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-11-30T00:02:49.332079Z 49060 [2cfd8ca9] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Req40c029d8-01e4-49bb-9731-12e970ec06a6 2025-11-30T00:02:49.332122Z 21052 [2cfd8ca9] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:49.332168Z 47784 [c51017c5] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Reqcaa17656-612d-46b4-a0e8-2014cf58ccf3 2025-11-30T00:02:49.332212Z 21052 [2cfd8ca9] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: DBRECREATED 2025-11-30T00:02:49.332247Z 21052 [2cfd8ca9] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: DBRECREATED::NONE::0] [subscriptionId: b8b9bb10-cdea-4330-a63a-48334d4c4dcf] 2025-11-30T00:02:49.332279Z 21052 [2cfd8ca9] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-11-30T00:02:49.332318Z 49060 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [be98ee70-58fd-4591-a9e4-d2215bac0b69] 2025-11-30T00:02:49.332378Z 21052 [2cfd8ca9] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Req40c029d8-01e4-49bb-9731-12e970ec06a6 2025-11-30T00:02:49.332422Z 49060 [be98ee70] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is be98ee70-58fd-4591-a9e4-d2215bac0b69. This will be truncated in the following lines. 2025-11-30T00:02:49.332455Z 49060 [be98ee70] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::RegisterUser called. 2025-11-30T00:02:49.332541Z 49060 [be98ee70] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = RegisterUser with request id = Reqafafcc70-dbcb-4c0c-9306-1c40fe9e7104 2025-11-30T00:02:49.332579Z 21052 [be98ee70] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:49.332614Z 21052 [be98ee70] StateChangeManager INF acp::local::lite::impl::StateChangeManager::executeRequest #52 : executeRequest : scoRequestID[Reqafafcc70-dbcb-4c0c-9306-1c40fe9e7104], requestPriority[1]. 2025-11-30T00:02:49.332653Z 21052 [be98ee70] State-Engine DBG acp::local::lite::impl::StateEngine::setScoRequestIDWithReason #75 : setScoRequestID scoRequestID [Reqafafcc70-dbcb-4c0c-9306-1c40fe9e7104], reason [DB_PATH_AVAILABLE] 2025-11-30T00:02:49.332687Z 21052 [be98ee70] 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-11-30T00:02:49.332717Z 21052 [be98ee70] State-Engine DBG acp::local::lite::impl::StateEngine::setNextPossibleState #90 : Request Reqafafcc70-dbcb-4c0c-9306-1c40fe9e7104 set NPS to State::CRUD_ENABLED_NO_SYNC 2025-11-30T00:02:49.332765Z 21052 [be98ee70] UserOperations DBG acp::local::lite::impl::ACPLLiteUserOperations::registerCRUDAccessForUser #67 : registerCRUDAccessForUser userID 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:49.332802Z 21052 [be98ee70] UserOperations DBG acp::local::lite::impl::ACPLLiteUserOperations::checkPrerequisitesForRegisterUser #153 : checkPrerequisitesForRegisterUser userId: 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:49.332843Z 21052 [be98ee70] UserOperations DBG acp::local::lite::impl::ACPLLiteUserOperations::initAnalyticsAndSetupSessionFacade #182 : initAnalyticsAndSetupSessionFacade 2025-11-30T00:02:49.332886Z 21052 [be98ee70] Analytics DBG acp::local::impl::SDKAnalyticsLogger::log #1006 : Register User details for userId: 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:49.332942Z 21052 [be98ee70] 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.26200] 2025-11-30T00:02:49.332981Z 21052 [be98ee70] Analytics INF acp::local::impl::SDKAnalyticsWrapper::initAnalytics #193 : Analytics Library is initialized for user 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:49.334886Z 21052 [be98ee70] Analytics INF acp::local::impl::SDKAnalyticsLogger::log #1006 : Analytics Library Initialized successfully for appACPL 2025-11-30T00:02:49.336397Z 21052 [be98ee70] StorageSessionManager INF acp::local::impl::StorageSessionManagerImpl::StorageSessionManagerImpl #14 : SetUp Composite Storage Session Facade 2025-11-30T00:02:49.336488Z 21052 [be98ee70] CosyManager DBG acp::local::lite::impl::CosyManager::createCosyLibControllers #368 : Creating cosylib controllers [User: 7C4B055F46F3F71B992015A8@AdobeID] [Session: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973] 2025-11-30T00:02:49.336525Z 21052 [be98ee70] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getSyncController #74 : CosyLibImpl::getSyncController 2025-11-30T00:02:49.336554Z 21052 [be98ee70] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::SyncControllerImpl #70 : SyncControllerImpl::SyncControllerImpl 2025-11-30T00:02:49.336578Z 21052 [be98ee70] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getSyncController #86 : CosyLibImpl::Creating a new SyncController 2025-11-30T00:02:49.336605Z 21052 [be98ee70] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getUserManager #52 : CosyLibImpl::getUserManager 2025-11-30T00:02:49.336634Z 21052 [be98ee70] UserManagerImpl DBG acp::local::lite::cosylib::UserManagerImpl::UserManagerImpl #44 : UserManagerImpl::UserManagerImpl 2025-11-30T00:02:49.336656Z 21052 [be98ee70] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getUserManager #62 : CosyLibImpl::Creating a new UserManager 2025-11-30T00:02:49.336692Z 21052 [be98ee70] CosyManager DBG acp::local::lite::impl::CosyManager::createObserver #449 : createObserver 2025-11-30T00:02:49.336714Z 21052 [be98ee70] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getSyncController #74 : CosyLibImpl::getSyncController 2025-11-30T00:02:49.336743Z 21052 [be98ee70] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::createObserver #91 : SyncControllerImpl::createObserver 2025-11-30T00:02:49.336784Z 21052 [be98ee70] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::createObserver::::operator () #97 : SyncControllerImpl:: create observer request sent from SyncControllerImpl 2025-11-30T00:02:49.336837Z 21052 [be98ee70] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::send #44 : InProcessMessenger::send 2025-11-30T00:02:49.336866Z 21052 [be98ee70] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::handleRequest #112 : CoreSyncControllerImpl::handleRequest 2025-11-30T00:02:49.336915Z 21052 [be98ee70] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000002 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-11-30T00:02:49.336975Z 21052 [be98ee70] SqliteCommonDataAccess INF acp::local::lite::impl::SqliteCommonDataAccess::initialiseDb #394 : SqliteCommonDataAccess::initialiseDb baseDir ACPLocal.Next 2025-11-30T00:02:49.337015Z 18896 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling 2 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-11-30T00:02:49.337076Z 18896 [] SyncComponentsController INF messageHandlerWrapper #56 : doPerform notification - AppOperationRequest. Inner Request: Notification Type: 1 Request: ReqId: 83ab0a64-1884-4156-b3b9-d06d0c0e5eb4 SourceAppId: AdobeAcrobat9 SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:49.337119Z 18896 [] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::doPerform #160 : App Operation request - AppOperationRequest. Inner Request: Notification Type: 1 Request: ReqId: 83ab0a64-1884-4156-b3b9-d06d0c0e5eb4 SourceAppId: AdobeAcrobat9 SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 UserId: 7C4B055F46F3F71B992015A8@AdobeID. 2025-11-30T00:02:49.337175Z 18896 [] ObservationBridge DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #138 : Enqueuing 101000000000001 create for acp::local::lite::impl::ObservationBridgeImpl::handleCreateRequest at ObservationBridge.cpp:114 2025-11-30T00:02:49.337285Z 18896 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-11-30T00:02:49.337338Z 23100 [] ObservationBridge DBG handlerWrapper #108 : Handling 1 create for acp::local::lite::impl::ObservationBridgeImpl::handleCreateRequest at ObservationBridge.cpp:114 2025-11-30T00:02:49.337393Z 23100 [] ObservationBridge INF handlerWrapper #111 : create Request - Notification Type: 1 Request: ReqId: 83ab0a64-1884-4156-b3b9-d06d0c0e5eb4 SourceAppId: AdobeAcrobat9 SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:49.337439Z 21052 [be98ee70] SqliteCommonDataAccess INF acp::local::lite::impl::SqliteCommonDataAccess::openDB #452 : ACPLocal.Next\CommonDB\1\acplnext-common.db.db successfully opened 2025-11-30T00:02:49.337482Z 21052 [be98ee70] 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-11-30T00:02:49.337532Z 23100 [] ObservationBridge DBG acp::local::lite::impl::ObservationBridgeImpl::createHandler #163 : Creating new Observer appID = AdobeAcrobat9, sessionId = a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973, observerID = 6d5c1e5f-6b7b-41cf-8075-73c5d8c49b09 2025-11-30T00:02:49.337583Z 21052 [be98ee70] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: PRAGMA foreign_keys = ON 2025-11-30T00:02:49.337630Z 23100 [] ObservationBridge INF handlerWrapper #113 : create Response - Notification Type: 1 Response: ReqId: 83ab0a64-1884-4156-b3b9-d06d0c0e5eb4 TargetAppId: AdobeAcrobat9 SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 UserId: 7C4B055F46F3F71B992015A8@AdobeID Error: nullptr ObserverId: 6d5c1e5f-6b7b-41cf-8075-73c5d8c49b09 2025-11-30T00:02:49.337682Z 23100 [] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::sendResponse #150 : CoreSyncControllerImpl::sendResponse 2025-11-30T00:02:49.337710Z 23100 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-11-30T00:02:49.337746Z 21052 [be98ee70] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getUserBaseDirName #745 : Successfully fetched userBaseDirName. user: 7C4B055F46F3F71B992015A8@AdobeID, userBaseDirName: 7C4B055F46F3F71B992015A8@ADOBEID 2025-11-30T00:02:49.337784Z 21052 [be98ee70] UserOperations DBG acp::local::lite::impl::ACPLLiteUserOperations::registerCRUDAccessForUser::::operator () #111 : getUserBaseDirName returned success and we proceed to initDataAccessAndCreateAssetStorage 2025-11-30T00:02:49.337821Z 23100 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 1 2025-11-30T00:02:49.337855Z 23100 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #662 : CosyControllerImpl::handleResponse Unable to handle message of type : 1 2025-11-30T00:02:49.337883Z 23100 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::handleResponse #772 : SyncControllerImpl::handleResponse Received message of type: 1 2025-11-30T00:02:49.337915Z 23100 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::processCreateObserverResponse #459 : SyncControllerImpl::CreateObserver callback 2025-11-30T00:02:49.337951Z 21052 [be98ee70] SqliteDataAccess DBG acp::local::lite::impl::SqliteDataAccess::initUserDataAccess #66 : In initUserDataAccess. userId: 7C4B055F46F3F71B992015A8@AdobeID, sessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973, userBaseDirName: 7C4B055F46F3F71B992015A8@ADOBEID 2025-11-30T00:02:49.337999Z 23100 [be98ee70] 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-11-30T00:02:49.338050Z 21052 [be98ee70] PathUtils INF acp::local::lite::getDeviceStoragePath #61 : getDeviceStoragePath: Returning the dcx Path as ACPLocal.Next\7C4B055F46F3F71B992015A8@ADOBEID/dcx/1. recovery: false 2025-11-30T00:02:49.338091Z 23100 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::processCreateObserverResponse #482 : SyncControllerImpl::Callback handled of type: 1, requestId: 83ab0a64-1884-4156-b3b9-d06d0c0e5eb4 2025-11-30T00:02:49.377417Z 21052 [be98ee70] AssetDeviceStorage INF acp::local::lite::AssetStorage::create #56 : Calling AssetStorage::create() for user[7C4B055F46F3F71B992015A8@AdobeID] 2025-11-30T00:02:49.377485Z 21052 [be98ee70] AssetDeviceStorage INF acp::local::lite::AssetDeviceStorage::AssetDeviceStorage #83 : Calling AssetDeviceStorage() 2025-11-30T00:02:49.377513Z 21052 [be98ee70] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getUserBaseDirName #745 : Successfully fetched userBaseDirName. user: 7C4B055F46F3F71B992015A8@AdobeID, userBaseDirName: 7C4B055F46F3F71B992015A8@ADOBEID 2025-11-30T00:02:49.377647Z 21052 [be98ee70] PathUtils INF acp::local::lite::getDeviceStoragePath #61 : getDeviceStoragePath: Returning the dcx Path as ACPLocal.Next\7C4B055F46F3F71B992015A8@ADOBEID/dcx/1. recovery: false 2025-11-30T00:02:49.378287Z 21052 [be98ee70] UserOperations DBG acp::local::lite::impl::ACPLLiteUserOperations::registerCRUDAccessForUser::::operator () #139 : registerCRUDAccessForUser cacheIndexDocument initiated 2025-11-30T00:02:49.378406Z 21052 [be98ee70] HDIManager INF acp::local::lite::impl::ACPLLiteHDIManager::cacheIndexDocumentInternal #88 : Starting HDI caching.. 2025-11-30T00:02:49.378442Z 21052 [be98ee70] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getSyncController #74 : CosyLibImpl::getSyncController 2025-11-30T00:02:49.378476Z 21052 [be98ee70] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::getIndexResource #332 : SyncControllerImpl::getIndexResource 2025-11-30T00:02:49.378511Z 21052 [be98ee70] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::send #44 : InProcessMessenger::send 2025-11-30T00:02:49.378535Z 21052 [be98ee70] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::handleRequest #112 : CoreSyncControllerImpl::handleRequest 2025-11-30T00:02:49.378567Z 21052 [be98ee70] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000002 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-11-30T00:02:49.378626Z 18896 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling 2 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-11-30T00:02:49.378678Z 21052 [be98ee70] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::RegisterUser. 2025-11-30T00:02:49.378730Z 18896 [] SyncComponentsController INF messageHandlerWrapper #56 : doPerform notification - AppOperationRequest. Inner Request: Notification Type: d0000 Request: ReqId: 4e9e3401-0304-4146-b255-d9ddd43d2ea7 SourceAppId: AdobeAcrobat9 SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:49.378776Z 18896 [] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::doPerform #160 : App Operation request - AppOperationRequest. Inner Request: Notification Type: d0000 Request: ReqId: 4e9e3401-0304-4146-b255-d9ddd43d2ea7 SourceAppId: AdobeAcrobat9 SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 UserId: 7C4B055F46F3F71B992015A8@AdobeID. 2025-11-30T00:02:49.378823Z 21052 [be98ee70] 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-11-30T00:02:49.378874Z 21052 [be98ee70] StateChangeManager INF acp::local::lite::impl::StateChangeManager::processNextSCO #86 : processNextSCO 2025-11-30T00:02:49.378899Z 21052 [be98ee70] StateChangeManager INF acp::local::lite::impl::StateChangeManager::processNextSCO #90 : processNextSCO : There is no pending request in queue to process 2025-11-30T00:02:49.378931Z 18896 [] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 1010000000d0000 getIndexResourceRequestHandler for acp::local::lite::impl::SyncComponentsControllerImpl::handleGetIndexResourceRequest at SyncComponentsControllerImpl.cpp:265 2025-11-30T00:02:49.378977Z 21052 [be98ee70] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = RegisterUser with request id = Reqafafcc70-dbcb-4c0c-9306-1c40fe9e7104 2025-11-30T00:02:49.379019Z 18896 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-11-30T00:02:49.379052Z 18896 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling D0000 getIndexResourceRequestHandler for acp::local::lite::impl::SyncComponentsControllerImpl::handleGetIndexResourceRequest at SyncComponentsControllerImpl.cpp:265 2025-11-30T00:02:49.379091Z 21052 [be98ee70] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [833a1126-54db-443b-8afb-1c86b6e05ed9] 2025-11-30T00:02:49.379133Z 18896 [] SyncComponentsController INF messageHandlerWrapper #56 : getIndexResourceRequestHandler notification - Notification Type: d0000 Request: ReqId: 4e9e3401-0304-4146-b255-d9ddd43d2ea7 SourceAppId: AdobeAcrobat9 SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:49.379180Z 21052 [833a1126] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 833a1126-54db-443b-8afb-1c86b6e05ed9. This will be truncated in the following lines. 2025-11-30T00:02:49.379214Z 21052 [833a1126] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::operator () called. 2025-11-30T00:02:49.379245Z 18896 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getUserBaseDirName #745 : Successfully fetched userBaseDirName. user: 7C4B055F46F3F71B992015A8@AdobeID, userBaseDirName: 7C4B055F46F3F71B992015A8@ADOBEID 2025-11-30T00:02:49.379311Z 21052 [833a1126] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = operator () with request id = Req4fb3f3b7-8741-4489-a9de-502d64284ea8 2025-11-30T00:02:49.379352Z 18896 [] IndexResourceManager ERR acp::local::lite::impl::IndexResourceManagerImpl::fetchIndexResourceFromFSCacheInternal #295 : Index file at path: ACPLocal.Next\7C4B055F46F3F71B992015A8@ADOBEID/Index.json, not present. Error: Unknown 2025-11-30T00:02:49.379400Z 47784 [833a1126] StateChangeManager INF acp::local::lite::impl::StateChangeManager::executeRequest #52 : executeRequest : scoRequestID[Req4fb3f3b7-8741-4489-a9de-502d64284ea8], requestPriority[2]. 2025-11-30T00:02:49.379448Z 47784 [833a1126] State-Engine DBG acp::local::lite::impl::StateEngine::setScoRequestIDWithReason #75 : setScoRequestID scoRequestID [Req4fb3f3b7-8741-4489-a9de-502d64284ea8], reason [AUTH_SYNC_ENABLED] 2025-11-30T00:02:49.379485Z 47784 [833a1126] 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-11-30T00:02:49.379520Z 47784 [833a1126] State-Engine DBG acp::local::lite::impl::StateEngine::setNextPossibleState #90 : Request Req4fb3f3b7-8741-4489-a9de-502d64284ea8 set NPS to State::CRUD_AND_SYNC 2025-11-30T00:02:49.379567Z 18896 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-11-30T00:02:49.379602Z 18896 [] 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-11-30T00:02:49.379641Z 18896 [] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::sendResponse #150 : CoreSyncControllerImpl::sendResponse 2025-11-30T00:02:49.379667Z 18896 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-11-30T00:02:49.379694Z 18896 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 851968 2025-11-30T00:02:49.379721Z 18896 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #662 : CosyControllerImpl::handleResponse Unable to handle message of type : 851968 2025-11-30T00:02:49.379751Z 18896 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::handleResponse #772 : SyncControllerImpl::handleResponse Received message of type: 851968 2025-11-30T00:02:49.379788Z 21052 [be98ee70] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [979ab328-e095-4ecc-a872-855962eb1afc] 2025-11-30T00:02:49.379836Z 47784 [833a1126] UserOperations DBG acp::local::lite::impl::ACPLLiteUserOperations::registerFullAccessForUser #202 : registerFullAccessForUser userID: 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:49.379875Z 47784 [833a1126] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getSyncController #74 : CosyLibImpl::getSyncController 2025-11-30T00:02:49.379903Z 47784 [833a1126] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getUserManager #52 : CosyLibImpl::getUserManager 2025-11-30T00:02:49.379927Z 47784 [833a1126] CosyManager INF acp::local::lite::impl::CosyManager::subscribeToCosylib #603 : Subscribing to User specific CoreSync events.. 2025-11-30T00:02:49.379959Z 21052 [979ab328] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 979ab328-e095-4ecc-a872-855962eb1afc. This will be truncated in the following lines. 2025-11-30T00:02:49.379998Z 21052 [979ab328] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-11-30T00:02:49.380033Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: ASSETSYNC 2025-11-30T00:02:49.380083Z 18896 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::processGetIndexResourceResponse #726 : SyncControllerImpl::processGetIndexResourceResponse 2025-11-30T00:02:49.380132Z 21052 [979ab328] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Reqb4c6e0ae-3db4-4035-870a-e91c30cf6889 2025-11-30T00:02:49.380176Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::CLOUD_MODIFIED] [subscriptionId: 4993a61f-694c-4bab-b821-1d16e2393d75] 2025-11-30T00:02:49.380219Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::CLOUD_ARCHIVED] [subscriptionId: 4993a61f-694c-4bab-b821-1d16e2393d75] 2025-11-30T00:02:49.380252Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::CLOUD_DELETED] [subscriptionId: 4993a61f-694c-4bab-b821-1d16e2393d75] 2025-11-30T00:02:49.380284Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::LOCAL_CREATED] [subscriptionId: 4993a61f-694c-4bab-b821-1d16e2393d75] 2025-11-30T00:02:49.380316Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::DOWNLOAD_CLOUD_ONLY_ASSET] [subscriptionId: 4993a61f-694c-4bab-b821-1d16e2393d75] 2025-11-30T00:02:49.380349Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::LOCAL_MODIFIED] [subscriptionId: 4993a61f-694c-4bab-b821-1d16e2393d75] 2025-11-30T00:02:49.380381Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::CLOUD_DISCARDED] [subscriptionId: 4993a61f-694c-4bab-b821-1d16e2393d75] 2025-11-30T00:02:49.380416Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::CLOUD_MODIFIED] [subscriptionId: 4993a61f-694c-4bab-b821-1d16e2393d75] 2025-11-30T00:02:49.380449Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::CLOUD_ARCHIVED] [subscriptionId: 4993a61f-694c-4bab-b821-1d16e2393d75] 2025-11-30T00:02:49.380481Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::CLOUD_DELETED] [subscriptionId: 4993a61f-694c-4bab-b821-1d16e2393d75] 2025-11-30T00:02:49.380512Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::LOCAL_CREATED] [subscriptionId: 4993a61f-694c-4bab-b821-1d16e2393d75] 2025-11-30T00:02:49.380544Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::DOWNLOAD_CLOUD_ONLY_ASSET] [subscriptionId: 4993a61f-694c-4bab-b821-1d16e2393d75] 2025-11-30T00:02:49.380576Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::LOCAL_MODIFIED] [subscriptionId: 4993a61f-694c-4bab-b821-1d16e2393d75] 2025-11-30T00:02:49.380607Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::CLOUD_DISCARDED] [subscriptionId: 4993a61f-694c-4bab-b821-1d16e2393d75] 2025-11-30T00:02:49.380638Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::CLOUD_MODIFIED] [subscriptionId: 4993a61f-694c-4bab-b821-1d16e2393d75] 2025-11-30T00:02:49.380679Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::CLOUD_ARCHIVED] [subscriptionId: 4993a61f-694c-4bab-b821-1d16e2393d75] 2025-11-30T00:02:49.380713Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::CLOUD_DELETED] [subscriptionId: 4993a61f-694c-4bab-b821-1d16e2393d75] 2025-11-30T00:02:49.380745Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::LOCAL_CREATED] [subscriptionId: 4993a61f-694c-4bab-b821-1d16e2393d75] 2025-11-30T00:02:49.380777Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::DOWNLOAD_CLOUD_ONLY_ASSET] [subscriptionId: 4993a61f-694c-4bab-b821-1d16e2393d75] 2025-11-30T00:02:49.380809Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::LOCAL_MODIFIED] [subscriptionId: 4993a61f-694c-4bab-b821-1d16e2393d75] 2025-11-30T00:02:49.380840Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::CLOUD_DISCARDED] [subscriptionId: 4993a61f-694c-4bab-b821-1d16e2393d75] 2025-11-30T00:02:49.380917Z 45900 [979ab328] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:49.380981Z 18896 [be98ee70] 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-11-30T00:02:49.381032Z 21052 [be98ee70] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [8458d181-38e9-4e0e-8ea0-4cacc199c744] 2025-11-30T00:02:49.381077Z 21052 [8458d181] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 8458d181-38e9-4e0e-8ea0-4cacc199c744. This will be truncated in the following lines. 2025-11-30T00:02:49.381109Z 21052 [8458d181] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::GetSystemStatus called. 2025-11-30T00:02:49.381144Z 18896 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::processGetIndexResourceResponse #745 : SyncControllerImpl::Callback handled of type: 851968, requestId: 4e9e3401-0304-4146-b255-d9ddd43d2ea7 2025-11-30T00:02:49.381198Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: NETWORKSTATUS 2025-11-30T00:02:49.381298Z 45900 [979ab328] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: SYNCPROGRESS 2025-11-30T00:02:49.381347Z 45900 [979ab328] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: SYNCPROGRESS::SYNC_PROGRESS::DOWNLOAD] [subscriptionId: de422a5d-086f-4272-b3fd-0fd30a7e7644] 2025-11-30T00:02:49.381433Z 45900 [979ab328] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-11-30T00:02:49.381504Z 45900 [979ab328] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Reqb4c6e0ae-3db4-4035-870a-e91c30cf6889 2025-11-30T00:02:49.381562Z 45880 [be98ee70] HDIManager ERR acp::local::lite::impl::ACPLLiteHDIManager::cacheIndexDocumentInternal::::operator () #132 : Failed to cache HDI. error:[50000:Could not fetch IndexResource From FSCache] 2025-11-30T00:02:49.381614Z 45880 [be98ee70] HDIManager INF acp::local::lite::impl::ACPLLiteHDIManager::completeWaitPromises #155 : Triggering all waiting promises.. 2025-11-30T00:02:49.381661Z 24424 [8458d181] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:49.381710Z 21052 [8458d181] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = GetSystemStatus with request id = Req2b3644b7-3344-405f-bb1c-cf8c3e5f86d8 2025-11-30T00:02:49.381771Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: NETWORKSTATUS::NONE::0] [subscriptionId: 8d4e871d-3e18-4934-9f42-0ebf13d91072] 2025-11-30T00:02:49.381866Z 24424 [8458d181] SystemOperations INF acp::local::lite::impl::ACPLLiteSystemOperations::getSystemStatus #169 : Getting System Status. 2025-11-30T00:02:49.381954Z 24424 [8458d181] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::GetSystemStatus. 2025-11-30T00:02:49.382038Z 21052 [be98ee70] ACPLLiteStorageClientImpl DBG acp::local::lite::impl::ACPLLiteStorageClientImpl::RegisterUser::::operator () #311 : RegisterUser successCallback is invoked for returning user 2025-11-30T00:02:49.382096Z 24424 [8458d181] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = GetSystemStatus with request id = Req2b3644b7-3344-405f-bb1c-cf8c3e5f86d8 2025-11-30T00:02:49.382371Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: SYNCPROGRESS 2025-11-30T00:02:49.382412Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: SYNCPROGRESS::SYNC_PROGRESS::UPLOAD] [subscriptionId: 0bb0b50e-df50-41ae-b9ed-fe2d211cabce] 2025-11-30T00:02:49.382443Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: SYNCPROGRESS::SYNC_PROGRESS::DOWNLOAD] [subscriptionId: 0bb0b50e-df50-41ae-b9ed-fe2d211cabce] 2025-11-30T00:02:49.382489Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: ASSETCHANGE 2025-11-30T00:02:49.382519Z 47784 [833a1126] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::LOCAL::LOCAL_PURGE] [subscriptionId: 88faface-f32d-4310-af86-4dde71ee113a] 2025-11-30T00:02:49.382575Z 47784 [833a1126] CosyManager DBG acp::local::lite::impl::CosyManager::createObserver #449 : createObserver 2025-11-30T00:02:49.382598Z 47784 [833a1126] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getSyncController #74 : CosyLibImpl::getSyncController 2025-11-30T00:02:49.382621Z 47784 [833a1126] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::createObserver #91 : SyncControllerImpl::createObserver 2025-11-30T00:02:49.382648Z 47784 [833a1126] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::createObserver #110 : SyncControllerImpl:: observer already exists 2025-11-30T00:02:49.382675Z 47784 [833a1126] 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-11-30T00:02:49.382728Z 49060 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [192a50ef-6a94-4bac-bec2-a16e82ec6a4c] 2025-11-30T00:02:49.382781Z 47784 [833a1126] CosyManager DBG acp::local::lite::impl::CosyManager::getAuthStatusForUser #517 : GetAuthStatus user [7C4B055F46F3F71B992015A8@AdobeID] 2025-11-30T00:02:49.382815Z 47784 [833a1126] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getUserManager #52 : CosyLibImpl::getUserManager 2025-11-30T00:02:49.382838Z 47784 [833a1126] UserManagerImpl DBG acp::local::lite::cosylib::UserManagerImpl::getAuthStatusForUser #111 : UserManagerImpl::getAuthStatus 2025-11-30T00:02:49.382860Z 47784 [833a1126] UserManagerImpl DBG acp::local::lite::cosylib::UserManagerImpl::getAuthStatusForUser #123 : GetAuthStatus for user with id: 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:49.382899Z 47784 [833a1126] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::send #44 : InProcessMessenger::send 2025-11-30T00:02:49.382923Z 47784 [833a1126] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::handleRequest #112 : CoreSyncControllerImpl::handleRequest 2025-11-30T00:02:49.382991Z 47784 [833a1126] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000002 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-11-30T00:02:49.383028Z 49060 [192a50ef] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 192a50ef-6a94-4bac-bec2-a16e82ec6a4c. This will be truncated in the following lines. 2025-11-30T00:02:49.383072Z 49060 [192a50ef] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::GetRepoMetadata called. 2025-11-30T00:02:49.383126Z 18896 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling 2 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-11-30T00:02:49.383179Z 18896 [] SyncComponentsController INF messageHandlerWrapper #56 : doPerform notification - AppOperationRequest. Inner Request: Notification Type: 150000 Request: ReqId: eb087b9d-8670-443e-8f77-d03c31037fe9 SourceAppId: AdobeAcrobat9 SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:49.383218Z 18896 [] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::doPerform #160 : App Operation request - AppOperationRequest. Inner Request: Notification Type: 150000 Request: ReqId: eb087b9d-8670-443e-8f77-d03c31037fe9 SourceAppId: AdobeAcrobat9 SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 UserId: 7C4B055F46F3F71B992015A8@AdobeID. 2025-11-30T00:02:49.383253Z 18896 [] SyncComponentsController ERR acp::local::lite::impl::SyncComponentsControllerImpl::shouldDispatch #194 : Send registerUser request prior to other user related requests for - 7C4B055F46F3F71B992015A8@AdobeID. 2025-11-30T00:02:49.383292Z 18896 [] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::sendResponse #150 : CoreSyncControllerImpl::sendResponse 2025-11-30T00:02:49.383319Z 18896 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-11-30T00:02:49.383345Z 18896 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 1376256 2025-11-30T00:02:49.383372Z 18896 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #662 : CosyControllerImpl::handleResponse Unable to handle message of type : 1376256 2025-11-30T00:02:49.383398Z 18896 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::handleResponse #772 : SyncControllerImpl::handleResponse Received message of type: 1376256 2025-11-30T00:02:49.383424Z 18896 [] SyncControllerEventMapper DBG acp::local::lite::cosylib::SyncControllerEventMapper::processEvents #228 : SyncControllerEventMapper::processEvents Received message of type: 1376256 2025-11-30T00:02:49.383451Z 18896 [] UserManagerImpl DBG acp::local::lite::cosylib::UserManagerImpl::handleResponse #234 : UserManagerImpl::handleResponse Received message of type: 1376256 2025-11-30T00:02:49.383485Z 47784 [192a50ef] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:49.383537Z 49060 [192a50ef] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = GetRepoMetadata with request id = Reqe42bca1f-3e7a-478d-9211-0c5676bf787c 2025-11-30T00:02:49.383581Z 47784 [192a50ef] AssetDeviceStorage INF acp::local::lite::AssetDeviceStorage::getAssetDescriptor #597 : Calling getAssetDescriptor for composite [{"cloud_id":"urn:aaid:sc:US:10a1bbdc-c4eb-4832-9ee4-6b863a08932b","preference":2,"storage_area":255}] 2025-11-30T00:02:49.383620Z 47784 [192a50ef] AssetDeviceStorage DBG acp::local::lite::AssetDeviceStorage::getAssetDescriptor #605 : Calling getAssetDescriptor for composite with cloudId 2025-11-30T00:02:49.383655Z 18896 [] UserManagerImpl DBG acp::local::lite::cosylib::UserManagerImpl::processGetAuthStatusResponse #157 : UserManagerImpl::processGetAuthStatusResponse 2025-11-30T00:02:49.383696Z 18896 [833a1126] 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-11-30T00:02:49.383741Z 18896 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-11-30T00:02:49.383797Z 24424 [833a1126] UserOperations DBG acp::local::lite::impl::ACPLLiteUserOperations::registerFullAccessForUser::::operator () #248 : authState 0 2025-11-30T00:02:49.383842Z 24424 [833a1126] CosyManager INF acp::local::lite::impl::CosyManager::registerUserDetails #482 : Registering user [7C4B055F46F3F71B992015A8@AdobeID] 2025-11-30T00:02:49.383868Z 24424 [833a1126] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getUserManager #52 : CosyLibImpl::getUserManager 2025-11-30T00:02:49.383923Z 47784 [192a50ef] AssetDeviceStorage ERR acp::local::lite::AssetDeviceStorage::getAssetDescriptor #619 : getAssetDescriptor failed for [{"cloud_id":"urn:aaid:sc:US:10a1bbdc-c4eb-4832-9ee4-6b863a08932b","preference":2,"storage_area":255}] with error : Error with domain: AdobeDCXErrorDomain error code: 18 2025-11-30T00:02:49.383981Z 47784 [192a50ef] ACPLSyncError INF acp::local::lite::impl::ACPLSyncError::dcxErrorToACPLSyncError #98 : DCX error code translating to ACPL status code: 18 2025-11-30T00:02:49.384017Z 24424 [833a1126] UserManagerImpl DBG acp::local::lite::cosylib::UserManagerImpl::registerUserDetails #57 : UserManagerImpl::registerUserDetails 2025-11-30T00:02:49.384077Z 24424 [833a1126] UserManagerImpl DBG acp::local::lite::cosylib::UserManagerImpl::registerUserDetails #69 : Registering user with id: 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:49.384119Z 47784 [192a50ef] AssetOperations DBG acp::local::lite::impl::ACPLLiteAssetOperations::getRepoMetadata #120 : GET REPO METADATA: Asset[{"cloud_id":"urn:aaid:sc:US:10a1bbdc-c4eb-4832-9ee4-6b863a08932b","preference":2,"storage_area":255}] 2025-11-30T00:02:49.384181Z 47784 [192a50ef] AssetOperations INF acp::local::lite::impl::ACPLLiteAssetOperations::getLocalRepoMetadata #149 : GET Local REPO METADATA: Asset[{"cloud_id":"urn:aaid:sc:US:10a1bbdc-c4eb-4832-9ee4-6b863a08932b","preference":2,"storage_area":255}] 2025-11-30T00:02:49.384258Z 47784 [192a50ef] AssetDeviceStorage INF acp::local::lite::AssetDeviceStorage::getAssetDescriptor #597 : Calling getAssetDescriptor for composite [{"cloud_id":"urn:aaid:sc:US:10a1bbdc-c4eb-4832-9ee4-6b863a08932b","preference":2,"storage_area":255}] 2025-11-30T00:02:49.384292Z 47784 [192a50ef] AssetDeviceStorage DBG acp::local::lite::AssetDeviceStorage::getAssetDescriptor #605 : Calling getAssetDescriptor for composite with cloudId 2025-11-30T00:02:49.384326Z 24424 [833a1126] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::send #44 : InProcessMessenger::send 2025-11-30T00:02:49.384366Z 24424 [833a1126] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::handleRequest #112 : CoreSyncControllerImpl::handleRequest 2025-11-30T00:02:49.384404Z 47784 [192a50ef] AssetDeviceStorage ERR acp::local::lite::AssetDeviceStorage::getAssetDescriptor #619 : getAssetDescriptor failed for [{"cloud_id":"urn:aaid:sc:US:10a1bbdc-c4eb-4832-9ee4-6b863a08932b","preference":2,"storage_area":255}] with error : Error with domain: AdobeDCXErrorDomain error code: 18 2025-11-30T00:02:49.384449Z 47784 [192a50ef] ACPLSyncError INF acp::local::lite::impl::ACPLSyncError::dcxErrorToACPLSyncError #98 : DCX error code translating to ACPL status code: 18 2025-11-30T00:02:49.384479Z 47784 [192a50ef] ACPLError INF acp::local::impl::translateDCXErrorsToACPLStatusCode #38 : DCX error code translating to ACPL status code: 18 2025-11-30T00:02:49.384514Z 24424 [833a1126] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000002 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-11-30T00:02:49.384573Z 18896 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling 2 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-11-30T00:02:49.384624Z 47784 [192a50ef] RequestManager ERR acp::local::impl::RequestManager::executeRequest::::operator () #186 : Sending error response with status code 40400, Status Message: for HL API StorageClient::GetRepoMetadata. 2025-11-30T00:02:49.384676Z 18896 [] SyncComponentsController INF messageHandlerWrapper #56 : doPerform notification - AppOperationRequest. Inner Request: Notification Type: 3 Request: ReqId: b6b51388-3125-40b6-8e45-bea7871b0f58 SourceAppId: AdobeAcrobat9 SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 UserId: 7C4B055F46F3F71B992015A8@AdobeID User Details: Env: prod, ImsProfile: empty, Token: redacted, UserId: 7C4B055F46F3F71B992015A8@AdobeID, IPCSourceAppId: AdobeAcrobat9, IMAppId: 2025-11-30T00:02:49.384750Z 47784 [192a50ef] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #213 : Request removed for api = GetRepoMetadata with request id = Reqe42bca1f-3e7a-478d-9211-0c5676bf787c 2025-11-30T00:02:49.384800Z 18896 [] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::doPerform #160 : App Operation request - AppOperationRequest. Inner Request: Notification Type: 3 Request: ReqId: b6b51388-3125-40b6-8e45-bea7871b0f58 SourceAppId: AdobeAcrobat9 SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 UserId: 7C4B055F46F3F71B992015A8@AdobeID User Details: Env: prod, ImsProfile: empty, Token: redacted, UserId: 7C4B055F46F3F71B992015A8@AdobeID, IPCSourceAppId: AdobeAcrobat9, IMAppId: . 2025-11-30T00:02:49.384849Z 18896 [] SyncComponentsController INF acp::local::lite::impl::SyncComponentsControllerImpl::beforeCreateSyncController #338 : Only allow one SSO user to exist. Iterate through exising registered users... 2025-11-30T00:02:49.384876Z 18896 [] SyncComponentsController INF acp::local::lite::impl::SyncComponentsControllerImpl::createSyncController #356 : Creating SyncController for - UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:02:49.384906Z 47784 [192a50ef] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [f215220f-6910-4138-95c7-ec51b5e364d1] 2025-11-30T00:02:49.384951Z 18896 [] AuthController DBG acp::local::lite::impl::AuthControllerImpl::AuthControllerImpl #77 : Constructing AuthController 2025-11-30T00:02:49.384983Z 18896 [] SyncController DBG acp::local::lite::impl::SyncControllerImpl::SyncControllerImpl #116 : Constructing SyncController 2025-11-30T00:02:49.385014Z 47784 [f215220f] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is f215220f-6910-4138-95c7-ec51b5e364d1. This will be truncated in the following lines. 2025-11-30T00:02:49.385047Z 47784 [f215220f] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::GetRepoMetadata called. 2025-11-30T00:02:49.385105Z 47784 [f215220f] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = GetRepoMetadata with request id = Req19eb9d6e-9702-4d2d-b863-2298d1c7f423 2025-11-30T00:02:49.385136Z 24424 [f215220f] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:49.385215Z 24424 [f215220f] AssetDeviceStorage INF acp::local::lite::AssetDeviceStorage::getAssetDescriptor #597 : Calling getAssetDescriptor for composite [{"cloud_id":"urn:aaid:sc:US:10a1bbdc-c4eb-4832-9ee4-6b863a08932b","preference":2,"storage_area":255}] 2025-11-30T00:02:49.385283Z 24424 [f215220f] AssetDeviceStorage DBG acp::local::lite::AssetDeviceStorage::getAssetDescriptor #605 : Calling getAssetDescriptor for composite with cloudId 2025-11-30T00:02:49.385360Z 24424 [f215220f] AssetDeviceStorage ERR acp::local::lite::AssetDeviceStorage::getAssetDescriptor #619 : getAssetDescriptor failed for [{"cloud_id":"urn:aaid:sc:US:10a1bbdc-c4eb-4832-9ee4-6b863a08932b","preference":2,"storage_area":255}] with error : Error with domain: AdobeDCXErrorDomain error code: 18 2025-11-30T00:02:49.385414Z 24424 [f215220f] ACPLSyncError INF acp::local::lite::impl::ACPLSyncError::dcxErrorToACPLSyncError #98 : DCX error code translating to ACPL status code: 18 2025-11-30T00:02:49.385449Z 24424 [f215220f] HDIManager INF acp::local::lite::impl::ACPLLiteHDIManager::cacheIndexDocumentInternal #88 : Starting HDI caching.. 2025-11-30T00:02:49.385473Z 24424 [f215220f] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getSyncController #74 : CosyLibImpl::getSyncController 2025-11-30T00:02:49.385496Z 18896 [] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::createSyncController #370 : Created SynController - 88649648 2025-11-30T00:02:49.385540Z 24424 [f215220f] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::getIndexResource #332 : SyncControllerImpl::getIndexResource 2025-11-30T00:02:49.385576Z 18896 [] 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-11-30T00:02:49.385628Z 24424 [f215220f] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::send #44 : InProcessMessenger::send 2025-11-30T00:02:49.385680Z 24424 [f215220f] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::handleRequest #112 : CoreSyncControllerImpl::handleRequest 2025-11-30T00:02:49.385717Z 45948 [] SyncController DBG handlerWrapper #72 : Handling 3 SyncControllerImpl::userRegistrationHandler for acp::local::lite::impl::SyncControllerImpl::handleUserRegistration at SyncControllerImpl.cpp:225 2025-11-30T00:02:49.385775Z 18896 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-11-30T00:02:49.385815Z 24424 [f215220f] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000002 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-11-30T00:02:49.385872Z 45948 [] SyncController INF handlerWrapper #74 : SyncControllerImpl::userRegistrationHandler Request - Notification Type: 3 Request: ReqId: b6b51388-3125-40b6-8e45-bea7871b0f58 SourceAppId: AdobeAcrobat9 SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 UserId: 7C4B055F46F3F71B992015A8@AdobeID User Details: Env: prod, ImsProfile: empty, Token: redacted, UserId: 7C4B055F46F3F71B992015A8@AdobeID, IPCSourceAppId: AdobeAcrobat9, IMAppId: 2025-11-30T00:02:49.385931Z 18896 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling 2 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-11-30T00:02:49.385969Z 18896 [] SyncComponentsController INF messageHandlerWrapper #56 : doPerform notification - AppOperationRequest. Inner Request: Notification Type: d0000 Request: ReqId: 633cdedc-64c6-4203-a83d-799a3594c1cd SourceAppId: AdobeAcrobat9 SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:49.386009Z 18896 [] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::doPerform #160 : App Operation request - AppOperationRequest. Inner Request: Notification Type: d0000 Request: ReqId: 633cdedc-64c6-4203-a83d-799a3594c1cd SourceAppId: AdobeAcrobat9 SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 UserId: 7C4B055F46F3F71B992015A8@AdobeID. 2025-11-30T00:02:49.386054Z 45948 [] SyncController DBG acp::local::lite::impl::SyncControllerImpl::userRegistrationHandler #443 : In userRegistrationHandler. RequestId: b6b51388-3125-40b6-8e45-bea7871b0f58, userId: 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:49.386102Z 45948 [] SyncController DBG acp::local::lite::impl::SyncControllerImpl::userRegistrationHandler #447 : In userRegistrationHandler. SyncEngineStateTrigger: 1 2025-11-30T00:02:49.386142Z 18896 [] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 1010000000d0000 getIndexResourceRequestHandler for acp::local::lite::impl::SyncComponentsControllerImpl::handleGetIndexResourceRequest at SyncComponentsControllerImpl.cpp:265 2025-11-30T00:02:49.386186Z 18896 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-11-30T00:02:49.386213Z 18896 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling D0000 getIndexResourceRequestHandler for acp::local::lite::impl::SyncComponentsControllerImpl::handleGetIndexResourceRequest at SyncComponentsControllerImpl.cpp:265 2025-11-30T00:02:49.386246Z 18896 [] SyncComponentsController INF messageHandlerWrapper #56 : getIndexResourceRequestHandler notification - Notification Type: d0000 Request: ReqId: 633cdedc-64c6-4203-a83d-799a3594c1cd SourceAppId: AdobeAcrobat9 SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:49.386287Z 45948 [] SyncController INF acp::local::lite::impl::SyncControllerImpl::createRepoAPISession #646 : Creating RepoAPISession for User - 7C4B055F46F3F71B992015A8@AdobeID, SessionId - a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:02:49.386331Z 18896 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-11-30T00:02:49.386369Z 45948 [] 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.26200 2025-11-30T00:02:49.386408Z 45948 [] 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.26200 ACPLocal.Next\GUDE 2025-11-30T00:02:49.386447Z 45948 [] dcx.http INF AdobeDCX::DcxHTTPSession::DcxHTTPSession #149 : Creating an instance of DCXHttpSession : 000002CA043FC270 2025-11-30T00:02:49.386475Z 45948 [] dcx.http INF AdobeDCX::DcxHTTPSession::initSession #161 : DcxHTTPSession::initSession AdobeAcrobat9/14.3.0 ACPL/5.8.0 And Windows 10.0.26200 2025-11-30T00:02:49.389708Z 45948 [] GUDE WAR gude::gudeInitLog #137 : Ignoring attempt to reinit logging to C:\Users\luctr\AppData\LocalLow\Adobe\Acrobat\DC\SAM_V1\ACPLocal.Next\GUDE\gude at level 4 retaining 3 days of logs 2025-11-30T00:02:49.390076Z 45948 [] GUDE INF gude::SqliteResumeCache::openDB #391 : SqliteResumeCache::openDB sqliteResumeTransfer.db successfully opened 2025-11-30T00:02:49.390116Z 45948 [] GUDE INF gude::SqliteResumeCache::createTables #636 : SqliteResumeCache::createTables sqliteResumeTransfer.db being created in C:\Users\luctr\AppData\LocalLow\Adobe\Acrobat\DC\SAM_V1\ACPLocal.Next\GUDE\sqliteResumeTransfer.db 2025-11-30T00:02:49.390145Z 45948 [] GUDE INF gude::SqliteResumeCache::executeQuery #595 : SqliteResumeCache::executeQuery Executing Query BEGIN EXCLUSIVE TRANSACTION 2025-11-30T00:02:49.390476Z 45948 [] GUDE INF gude::SqliteResumeCache::executeQuery #614 : Successful in Executing query BEGIN EXCLUSIVE TRANSACTION 2025-11-30T00:02:49.390510Z 45948 [] GUDE INF gude::SqliteResumeCache::createTables #645 : SqliteResumeCache::createTables BEGIN TRANSACTION 2025-11-30T00:02:49.390642Z 45948 [] GUDE INF gude::SqliteResumeCache::createTable #590 : SqliteResumeCache::createTables downloadChunkedStatus successfully created 2025-11-30T00:02:49.390733Z 45948 [] GUDE INF gude::SqliteResumeCache::createTable #590 : SqliteResumeCache::createTables responseTable successfully created 2025-11-30T00:02:49.390817Z 45948 [] GUDE INF gude::SqliteResumeCache::createTable #590 : SqliteResumeCache::createTables uploadChunkStatus successfully created 2025-11-30T00:02:49.390883Z 45948 [] GUDE INF gude::SqliteResumeCache::createTable #590 : SqliteResumeCache::createTables VersionTable successfully created 2025-11-30T00:02:49.390960Z 45948 [] GUDE INF gude::SqliteResumeCache::createTable #590 : SqliteResumeCache::createTables uploadChunkStatus_RAPI successfully created 2025-11-30T00:02:49.391035Z 45948 [] GUDE INF gude::SqliteResumeCache::createTable #590 : SqliteResumeCache::createTables responseTable successfully created 2025-11-30T00:02:49.391063Z 45948 [] GUDE INF gude::SqliteResumeCache::executeQuery #595 : SqliteResumeCache::executeQuery Executing Query COMMIT 2025-11-30T00:02:49.401747Z 45948 [] GUDE INF gude::SqliteResumeCache::executeQuery #614 : Successful in Executing query COMMIT 2025-11-30T00:02:49.401800Z 45948 [] GUDE INF gude::SqliteResumeCache::createTables #653 : SqliteResumeCache::createTables has created all four tables and commited the transaction 2025-11-30T00:02:49.408410Z 45948 [] GUDE INF gude::SqliteResumeCache::createTables #668 : SqliteResumeCache::createTables insertVersion successful 2025-11-30T00:02:49.408485Z 45948 [] GUDE INF gude::::operator () #81 : SqliteResumeCache.sqlOperation : Database Integrity Verification Started 2025-11-30T00:02:49.408695Z 45948 [] GUDE INF gude::::operator () #81 : SqliteResumeCache.sqlOperation : Database Integrity Verification Succeeded 2025-11-30T00:02:49.409120Z 45948 [] GUDE INF gude::::operator () #81 : SqliteResumeCache.sqlOperation : Database Schema Verification Started 2025-11-30T00:02:49.409727Z 45948 [] GUDE INF gude::::operator () #81 : SqliteResumeCache.sqlOperation : Database Schema Verification Succeeded 2025-11-30T00:02:49.409760Z 45948 [] GUDE INF gude::::operator () #81 : SqliteResumeCache.sqlOperation : Database Foreign Key Verification Started 2025-11-30T00:02:49.409834Z 45948 [] GUDE INF gude::::operator () #81 : SqliteResumeCache.sqlOperation : Database Foreign Key Verification Succeeded 2025-11-30T00:02:49.409864Z 45948 [] GUDE INF gude::SqliteResumeCache::SqliteResumeCache #360 : SqliteResumeCache::SqliteResumeCache sqliteResumeTransfer.db successfully opened 2025-11-30T00:02:49.409894Z 45948 [] GUDE INF gude::SqliteResumeCache::enableForeignKeyConstraints #1791 : SQL success in enabling foreign key constraint 2025-11-30T00:02:49.409918Z 45948 [] GUDE WAR gude::SqliteResumeCache::clearOutdatedCache #806 : SqliteResumeCache::clearOutdatedCache deleting outdated cache 2025-11-30T00:02:49.410091Z 45948 [] GUDE INF gude::SqliteResumeCache::SqliteResumeCache #366 : SqliteResumeCache::SqliteResumeCache sqliteResumeTransfer.db successfully opened 2025-11-30T00:02:49.410266Z 45948 [] 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-11-30T00:02:49.410324Z 45948 [] GUDE INF gudeCreate::::operator () #44 : Initialized -- gude-lib version: v0.17.6 app: gude 2025-11-30T00:02:49.410458Z 45948 [] SyncController DBG acp::local::lite::impl::SyncControllerImpl::createRepoAPISession #686 : Created RepoAPISession - 70786064 2025-11-30T00:02:49.410498Z 45948 [] SyncController INF acp::local::lite::impl::SyncControllerImpl::createDiscoveryManager #762 : Creating DiscoveryManager for User - 7C4B055F46F3F71B992015A8@AdobeID, SessionId - a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:02:49.410551Z 45948 [] SyncController DBG acp::local::lite::impl::SyncControllerImpl::createDiscoveryManager #768 : Created DiscoveryManager - 75017584 2025-11-30T00:02:49.410617Z 45948 [] dcx.http INF AdobeDCX::DcxHTTPSession::createRequest #198 : DcxHTTPSession::request get https://scss.adobesc.com/api/v1 2025-11-30T00:02:49.410668Z 45948 [] dcx.http INF AdobeDCX::DcxHTTPRequest::invoke #511 : DcxHTTPRequest::invoke GET https://scss.adobesc.com/api/v1 2025-11-30T00:02:49.410715Z 45948 [] dcx.http INF AdobeDCX::DcxHTTPSession::invoke #265 : Scheduling request url=https://scss.adobesc.com/api/v1, isHighPriority=0 2025-11-30T00:02:49.410760Z 45948 [] dcx.http INF AdobeDCX::DcxHTTPSession::_invoke #420 : requestid=6d593b96-8c00-4822-84c8-b0c7c6f9d2a2 url=https://scss.adobesc.com/api/v1 2025-11-30T00:02:49.410794Z 45948 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest #577 : DcxHTTPRequest::executeRequest GET https://scss.adobesc.com/api/v1 2025-11-30T00:02:49.410977Z 45948 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest #751 : ThreadGotTheContext: url=https://scss.adobesc.com/api/v1with response compression enabled as : 1 2025-11-30T00:02:49.411032Z 45948 [] SyncController INF acp::local::lite::impl::SyncControllerImpl::fetchDiscovery #366 : Waiting for discovery for userId: 7C4B055F46F3F71B992015A8@AdobeID .... 2025-11-30T00:02:49.663749Z 43936 [] transfer DBG jura::AbstractTransferRequestImpl::onCompletion #909 : Normal completion accepted for request 1 2025-11-30T00:02:49.663907Z 43936 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest::::operator () #603 : DcxHTTPRequest::executeRequest:completionFn Request completed with status: 200 and Acsl error: ErrNone 2025-11-30T00:02:49.663972Z 43936 [] dcx.http INF AdobeDCX::DcxHTTPRequest::handle #817 : Process response for url=https://scss.adobesc.com/api/v1 err=0 requestid=6d593b96-8c00-4822-84c8-b0c7c6f9d2a2 2025-11-30T00:02:49.664018Z 43936 [] dcx.http INF AdobeDCX::DcxHTTPRequest::handleResponse #533 : DcxHTTPRequest::handleResponse 200 url=https://scss.adobesc.com/api/v1 2025-11-30T00:02:49.664115Z 43936 [] dcx.http INF AdobeDCX::DcxHTTPSession::invokeIfPending #330 : No pending requests or excess outstanding requests 2025-11-30T00:02:49.664735Z 46848 [] DiscoveryManager INF acp::local::lite::impl::DiscoveryManagerImpl::getDiscovery::::operator () #79 : Time taken by discovery call 254.131200 2025-11-30T00:02:49.664805Z 46848 [] DiscoveryManager INF acp::local::lite::impl::DiscoveryManagerImpl::sendAnalyticEvent #161 : Sending Discovery ingest Event 2025-11-30T00:02:49.664917Z 46848 [] AnalyticsEventListener INF acp::local::lite::impl::AnalyticsEventListenerImpl::processEvent #77 : Sending Cosylib Analytics with requestId [184bbbbb-3ca3-4f4a-a4fc-5a76d367aaf3]! 2025-11-30T00:02:49.665310Z 46848 [] Analytics ERR acp::local::lite::SyncComponentsAnalyticsWrapper::sendEventAndErase #123 : Couldn't send the event with request ID : 2025-11-30T00:02:49.665539Z 46848 [] DiscoveryManager INF acp::local::lite::impl::DiscoveryManagerImpl::getDiscovery::::operator () #144 : Successfully cached the discovery response 2025-11-30T00:02:49.665653Z 45948 [] SyncController INF acp::local::lite::impl::SyncControllerImpl::fetchDiscovery #369 : Wait for discovery completed for userId: 7C4B055F46F3F71B992015A8@AdobeID .... 2025-11-30T00:02:49.665705Z 45948 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getUserBaseDirName #745 : Successfully fetched userBaseDirName. user: 7C4B055F46F3F71B992015A8@AdobeID, userBaseDirName: 7C4B055F46F3F71B992015A8@ADOBEID 2025-11-30T00:02:49.665752Z 45948 [] SqliteDataAccess DBG acp::local::lite::impl::SqliteDataAccess::deInitUserDataAccess #102 : In deInitUserDataAccess. userId: 7C4B055F46F3F71B992015A8@AdobeID, sessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:02:49.665786Z 45948 [] SqliteDataAccess DBG acp::local::lite::impl::SqliteDataAccess::initUserDataAccess #66 : In initUserDataAccess. userId: 7C4B055F46F3F71B992015A8@AdobeID, sessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973, userBaseDirName: 7C4B055F46F3F71B992015A8@ADOBEID 2025-11-30T00:02:49.666025Z 45948 [] PathUtils INF acp::local::lite::getDeviceStoragePath #61 : getDeviceStoragePath: Returning the dcx Path as ACPLocal.Next\7C4B055F46F3F71B992015A8@ADOBEID/dcx/1. recovery: false 2025-11-30T00:02:49.666467Z 45948 [] AssetDeviceStorage INF acp::local::lite::AssetStorage::create #56 : Calling AssetStorage::create() for user[7C4B055F46F3F71B992015A8@AdobeID] 2025-11-30T00:02:49.666500Z 45948 [] AssetDeviceStorage INF acp::local::lite::AssetDeviceStorage::AssetDeviceStorage #83 : Calling AssetDeviceStorage() 2025-11-30T00:02:49.666523Z 45948 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getUserBaseDirName #745 : Successfully fetched userBaseDirName. user: 7C4B055F46F3F71B992015A8@AdobeID, userBaseDirName: 7C4B055F46F3F71B992015A8@ADOBEID 2025-11-30T00:02:49.666617Z 45948 [] PathUtils INF acp::local::lite::getDeviceStoragePath #61 : getDeviceStoragePath: Returning the dcx Path as ACPLocal.Next\7C4B055F46F3F71B992015A8@ADOBEID/dcx/1. recovery: false 2025-11-30T00:02:49.666809Z 45948 [] Analytics INF acp::local::lite::SyncComponentsAnalyticsWrapper::disableAnalytics #141 : Disabling analytics. 2025-11-30T00:02:49.666842Z 45948 [] Analytics DBG acp::local::lite::SyncComponentsAnalyticsLogger::log #216 : Register User details for userId: 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:49.666879Z 45948 [] Analytics INF acp::local::lite::SyncComponentsAnalyticsWrapper::initAnalytics #92 : Analytics Library is initialized for user 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:49.668630Z 45948 [] Analytics INF acp::local::lite::SyncComponentsAnalyticsLogger::log #216 : Analytics Library Initialized successfully for appACPLNext_SyncComponents 2025-11-30T00:02:49.669440Z 45948 [] SyncController DBG acp::local::lite::impl::SyncControllerImpl::createCloudCacheSyncManager #737 : Fetched CloudCacheSyncManager - 81088032 2025-11-30T00:02:49.669499Z 45948 [] SyncController INF acp::local::lite::impl::SyncControllerImpl::createCacheManager #830 : Creating Cache Manager for user: 7C4B055F46F3F71B992015A8@AdobeID, session id: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:02:49.669531Z 45948 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getUserBaseDirName #745 : Successfully fetched userBaseDirName. user: 7C4B055F46F3F71B992015A8@AdobeID, userBaseDirName: 7C4B055F46F3F71B992015A8@ADOBEID 2025-11-30T00:02:49.669736Z 45948 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::startTimer #155 : Starting CacheManagerTimer 2025-11-30T00:02:49.670001Z 45948 [] AssetPurgeManager INF acp::local::lite::impl::AssetPurgeManagerImpl::AssetPurgeManagerImpl #64 : Started AssetPurgeManager 2025-11-30T00:02:49.670055Z 45948 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::CacheManagerImpl #113 : Creating Rendition Cache Manager for user: 7C4B055F46F3F71B992015A8@AdobeID, session id: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 and user base dir 7C4B055F46F3F71B992015A8@ADOBEID 2025-11-30T00:02:49.670109Z 43200 [] AssetPurgeManager DBG acp::local::lite::notification::ExceptionSafeHandler::exceptionSafeWrapper #22 : Doing AssetPurgeManagerImpl::AssetPurgeManagerImpl for acp::local::lite::impl::AssetPurgeManagerImpl::AssetPurgeManagerImpl at AssetPurgeManagerImpl.cpp:69 2025-11-30T00:02:49.670318Z 45948 [] RenditionCacheManager INF acp::local::lite::impl::RenditionCacheManagerImpl::startTimer #151 : Starting RenditionCacheManager 2025-11-30T00:02:49.670360Z 45948 [] 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-11-30T00:02:49.670392Z 45948 [] RenditionCacheManager INF acp::local::lite::impl::RenditionCacheManagerImpl::startTimer #158 : Scheduling GC after cooloff value of 300 seconds 2025-11-30T00:02:49.670415Z 45948 [] RenditionCacheManager INF acp::local::lite::impl::RenditionCacheManagerImpl::startGCAfter #203 : Scheduling GC after 300 seconds 2025-11-30T00:02:49.670438Z 45948 [] RenditionCacheManager INF acp::local::lite::impl::RenditionCacheManagerImpl::RenditionCacheManagerImpl #81 : Started RenditionCacheManager 2025-11-30T00:02:49.670461Z 45948 [] CacheManager DBG acp::local::lite::impl::CacheManagerImpl::CacheManagerImpl #115 : Created Rendition Cache Manager 81065600 2025-11-30T00:02:49.670482Z 45948 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::CacheManagerImpl #117 : Started CacheManager 2025-11-30T00:02:49.670502Z 45948 [] SyncController DBG acp::local::lite::impl::SyncControllerImpl::createCacheManager #841 : Created Cache Manager 69863152 2025-11-30T00:02:49.670524Z 45948 [] SyncController INF acp::local::lite::impl::SyncControllerImpl::createIndexResourceManager #692 : Creating IndexResourceManager for User - 7C4B055F46F3F71B992015A8@AdobeID, SessionId - a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:02:49.670556Z 45948 [] IndexResourceManager INF acp::local::lite::IndexResourceManager::create #73 : IndexResourceManager::create: Creating IndexResourceManager for user: 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:49.670740Z 45948 [] SyncController DBG acp::local::lite::impl::SyncControllerImpl::createIndexResourceManager #694 : Created IndexResourceManager - 75551680 2025-11-30T00:02:49.670777Z 45948 [] SyncController INF acp::local::lite::impl::SyncControllerImpl::createSyncJobController #711 : Creating SyncJobController for User - 7C4B055F46F3F71B992015A8@AdobeID, SessionId - a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:02:49.670816Z 45948 [] SyncJobController INF acp::local::lite::SyncJobController::create #55 : SyncJobController::create() SessionId - a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 SyncConfig: Interval - 30000 2025-11-30T00:02:49.670861Z 45948 [] SyncManager INF acp::local::lite::SyncManager::create #161 : SyncManager::create() SessionId - a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:02:49.671263Z 45948 [] SyncController DBG acp::local::lite::impl::SyncControllerImpl::createSyncJobController #716 : Created SyncJobController - 82048144 2025-11-30T00:02:49.671325Z 45948 [] SyncController INF acp::local::lite::impl::SyncControllerImpl::createSyncJobController #719 : Started Sync Job. 2025-11-30T00:02:49.671354Z 45948 [] SyncController INF acp::local::lite::impl::SyncControllerImpl::createMigrationManager #701 : Creating MigrationManager for User - 7C4B055F46F3F71B992015A8@AdobeID, SessionId - a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:02:49.671399Z 47740 [] SyncJobController DBG acp::local::lite::notification::ExceptionSafeHandler::exceptionSafeWrapper #22 : Doing SyncJobControllerImpl::startHandler for acp::local::lite::impl::SyncJobControllerImpl::start at SyncJobControllerImpl.cpp:132 2025-11-30T00:02:49.671472Z 47740 [] 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-11-30T00:02:49.671518Z 47740 [] ObservationBridge DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000001 bridge for acp::local::lite::impl::ObservationBridgeImpl::bridge at ObservationBridge.cpp:105 2025-11-30T00:02:49.671576Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:02:49.671623Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:02:49.671700Z 23100 [] ObservationBridge DBG messageHandlerWrapper #54 : Handling 1 bridge for acp::local::lite::impl::ObservationBridgeImpl::bridge at ObservationBridge.cpp:105 2025-11-30T00:02:49.671754Z 45948 [] MigrationManager INF acp::local::lite::MigrationManager::create #38 : MigrationManager::create: Creating MigrationManager for user: 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:49.671835Z 45948 [] MigrationManager INF acp::local::lite::impl::MigrationManagerImpl::MigrationManagerImpl #45 : MigrationManagerImpl::MigrationManagerImpl is created. 2025-11-30T00:02:49.671863Z 45948 [] SyncController DBG acp::local::lite::impl::SyncControllerImpl::createMigrationManager #705 : Created MigrationManager - 74982256 2025-11-30T00:02:49.671890Z 45948 [] SyncController INF acp::local::lite::impl::SyncControllerImpl::createRemoteFSMonitor #749 : Creating RemoteFSMonitor for User - 7C4B055F46F3F71B992015A8@AdobeID, SessionId - a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:02:49.671970Z 23100 [] ObservationBridge INF messageHandlerWrapper #56 : bridge notification - Bridge Notification. Inner Notification: Notification Type: 80000 Target AppId: SessionId: TargetIpcData: IPCData: appId: appVersion: sourceId: 2025-11-30T00:02:49.672017Z 23100 [] 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-11-30T00:02:49.672065Z 23100 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-11-30T00:02:49.672097Z 23100 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 524288 2025-11-30T00:02:49.672121Z 23100 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #662 : CosyControllerImpl::handleResponse Unable to handle message of type : 524288 2025-11-30T00:02:49.672151Z 23100 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::handleResponse #772 : SyncControllerImpl::handleResponse Received message of type: 524288 2025-11-30T00:02:49.672175Z 23100 [] SyncControllerEventMapper DBG acp::local::lite::cosylib::SyncControllerEventMapper::processEvents #228 : SyncControllerEventMapper::processEvents Received message of type: 524288 2025-11-30T00:02:49.672216Z 45948 [] RemoteFSMonitor DBG acp::local::lite::impl::RemoteFSMonitorImpl::RemoteFSMonitorImpl #126 : RemoteFS Monitor created with MonitoringConfig: assetRecencyWindow=7, performImplicitMonitoring=false 2025-11-30T00:02:49.672282Z 45948 [] SyncController INF acp::local::lite::impl::SyncControllerImpl::createRemoteFSMonitor #756 : Started RemoteFSMonitor. 2025-11-30T00:02:49.672312Z 45948 [] SyncController DBG acp::local::lite::impl::SyncControllerImpl::createRemoteFSMonitor #758 : Created RemoteFSMonitor - 91382464 2025-11-30T00:02:49.672338Z 45948 [] SyncController INF acp::local::lite::impl::SyncControllerImpl::createLocalFSMonitor #742 : Creating LocalFSMonitor for User - 7C4B055F46F3F71B992015A8@AdobeID, SessionId - a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:02:49.672379Z 48040 [] RemoteFSMonitor DBG acp::local::lite::notification::ExceptionSafeHandler::exceptionSafeWrapper #22 : Doing RemoteFSMonitorImpl::start for acp::local::lite::impl::RemoteFSMonitorImpl::start at RemoteFSMonitorImpl.cpp:135 2025-11-30T00:02:49.672511Z 48040 [] RemoteFSMonitor INF acp::local::lite::impl::RemoteFSMonitorImpl::startHandler::::operator () #163 : Starting RemoteFSMonitor with ONS 2025-11-30T00:02:49.672585Z 23100 [a581f469] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is a581f469-765b-41a2-9c46-81d188a1effd. This will be truncated in the following lines. 2025-11-30T00:02:49.672642Z 23100 [a581f469] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent #830 : Entry: EventHandlerImpl::eventHandler, cosylib::EventType = 11 2025-11-30T00:02:49.672758Z 48040 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getUserBaseDirName #745 : Successfully fetched userBaseDirName. user: 7C4B055F46F3F71B992015A8@AdobeID, userBaseDirName: 7C4B055F46F3F71B992015A8@ADOBEID 2025-11-30T00:02:49.672864Z 45948 [] LocalFSMonitor INF acp::local::lite::impl::LocalFSMonitorImpl::LocalFSMonitorImpl #75 : Constructing Local File System monitoring. 2025-11-30T00:02:49.672954Z 23100 [a581f469] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent #1101 : Exit: EventHandlerImpl::eventHandler 2025-11-30T00:02:49.673002Z 44268 [a581f469] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent::::operator () #855 : Processing cosylib event, EventType = 11 2025-11-30T00:02:49.673054Z 44268 [a581f469] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent::::operator () #990 : Received SyncWorkingEvent 2025-11-30T00:02:49.673094Z 48040 [] ONS:subscriptionmanager INF SubscriptionManagerImpl #66 : Constructing SubscriptionManager 2025-11-30T00:02:49.673145Z 23100 [] ObservationBridge DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-11-30T00:02:49.673195Z 44268 [a581f469] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::invokeCallbacks #124 : Invoking callbacks for the notification of type : SYNC_ENGINE_STATUS, [Midtier notification type = 0 ] 2025-11-30T00:02:49.673260Z 45948 [] SyncController DBG acp::local::lite::impl::SyncControllerImpl::createLocalFSMonitor #745 : Created LocalFSMonitor - 70817600 2025-11-30T00:02:49.673304Z 44268 [a581f469] NotificationOperations INF acp::local::lite::impl::ACPLLiteNotificationOperations::invokeCallbacks #130 : Started calling 1 callbacks found for SYNC_ENGINE_STATUS::NONE::0 notification 2025-11-30T00:02:49.673350Z 45948 [] AuthController INF acp::local::lite::impl::AuthControllerImpl::updateStateTransitionReason #124 : AuthState transitioned due to reason: request 2025-11-30T00:02:49.673389Z 45948 [] AuthController INF acp::local::lite::impl::AuthControllerImpl::setState #96 : AuthState transitioned from signedout to granted with reason : request 2025-11-30T00:02:49.673418Z 45948 [] AuthController INF acp::local::lite::impl::AuthControllerImpl::setState::::operator () #106 : Sending Auth Change Event 2025-11-30T00:02:49.673454Z 44268 [a581f469] NotificationOperations INF acp::local::lite::impl::ACPLLiteNotificationOperations::invokeCallbacks #135 : Completed calling 1 callbacks found for SYNC_ENGINE_STATUS::NONE::0 notification 2025-11-30T00:02:49.673498Z 44268 [a581f469] ACPLLiteStorageClientImpl INF acp::local::lite::impl::ACPLLiteStorageClientImpl::scOperationCallback #2018 : scOperationCallback type [1] . 2025-11-30T00:02:49.673532Z 45948 [] AnalyticsEventListener INF acp::local::lite::impl::AnalyticsEventListenerImpl::processEvent #77 : Sending Cosylib Analytics with requestId [6de69a0a-5b59-436c-8026-f1a23e98ca14]! 2025-11-30T00:02:49.673575Z 44268 [a581f469] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [951e1e8e-d005-4b43-a5f3-c9ffe8c3ade7] 2025-11-30T00:02:49.673625Z 45948 [] Analytics ERR acp::local::lite::SyncComponentsAnalyticsWrapper::sendEventAndErase #123 : Couldn't send the event with request ID : 2025-11-30T00:02:49.673672Z 48040 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getAllSubscriptions #887 : Successfully fetched subscriptions from DB 2025-11-30T00:02:49.673737Z 44268 [951e1e8e] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 951e1e8e-d005-4b43-a5f3-c9ffe8c3ade7. This will be truncated in the following lines. 2025-11-30T00:02:49.673792Z 44268 [951e1e8e] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::handleSyncWorking called. 2025-11-30T00:02:49.673838Z 48040 [] ONS:subscriptionmanager INF initializeSubscriptionIfRequired #1936 : Total subscriptions fetched from Previous Session : 0 2025-11-30T00:02:49.673885Z 45948 [] AuthController INF acp::local::lite::impl::AuthControllerImpl::sendAuthGranted #215 : Notifying AuthGranted for UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:02:49.673932Z 24424 [951e1e8e] StateChangeManager INF acp::local::lite::impl::StateChangeManager::executeRequest #52 : executeRequest : scoRequestID[Req169b0651-8f49-4b3f-92bf-abc9cc5d1d6a], requestPriority[2]. 2025-11-30T00:02:49.673975Z 24424 [951e1e8e] StateChangeManager INF acp::local::lite::impl::StateChangeManager::executeRequest #77 : executeRequest : SCO is already in progress , adding this request to queue scoRequestID[Req169b0651-8f49-4b3f-92bf-abc9cc5d1d6a], requestPriority[2]. 2025-11-30T00:02:49.674040Z 45948 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-11-30T00:02:49.674079Z 45948 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 917504 2025-11-30T00:02:49.674108Z 45948 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #662 : CosyControllerImpl::handleResponse Unable to handle message of type : 917504 2025-11-30T00:02:49.674136Z 45948 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::handleResponse #772 : SyncControllerImpl::handleResponse Received message of type: 917504 2025-11-30T00:02:49.674162Z 45948 [] SyncControllerEventMapper DBG acp::local::lite::cosylib::SyncControllerEventMapper::processEvents #228 : SyncControllerEventMapper::processEvents Received message of type: 917504 2025-11-30T00:02:49.674190Z 45948 [] UserManagerImpl DBG acp::local::lite::cosylib::UserManagerImpl::handleResponse #234 : UserManagerImpl::handleResponse Received message of type: 917504 2025-11-30T00:02:49.674215Z 48040 [] ONS:AxonSubscriptionObserver DBG AxonSubscriptionObserver #97 : AxonSubscriptionObserver constructed. 2025-11-30T00:02:49.674276Z 45948 [] UserManagerImpl DBG acp::local::lite::cosylib::UserManagerImpl::processEvents #224 : Auth granted for user id 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:49.674326Z 44268 [951e1e8e] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = handleSyncWorking with request id = Req169b0651-8f49-4b3f-92bf-abc9cc5d1d6a 2025-11-30T00:02:49.674375Z 48040 [] ONS:DefaultONSMonitor DBG DefaultONSMonitor #44 : DefaultONSMonitor constructed. 2025-11-30T00:02:49.674415Z 45948 [c882f95a] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is c882f95a-4010-4209-b861-6397d3f27efa. This will be truncated in the following lines. 2025-11-30T00:02:49.674450Z 45948 [c882f95a] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent #830 : Entry: EventHandlerImpl::eventHandler, cosylib::EventType = 15 2025-11-30T00:02:49.674489Z 45416 [] ONS:AxonSubscriptionObserver DBG startHandler #112 : startHandler invoked 2025-11-30T00:02:49.674561Z 45948 [c882f95a] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent #1101 : Exit: EventHandlerImpl::eventHandler 2025-11-30T00:02:49.674603Z 45948 [] UserManagerImpl DBG acp::local::lite::cosylib::UserManagerImpl::handleResponse #251 : UserManagerImpl::handleResponse Event dispatched of type: 917504 2025-11-30T00:02:49.674637Z 45416 [] ONS:AxonSubscriptionObserver DBG startHandler #122 : AxonSubscriptionObserver not started as it is not required as of now. 2025-11-30T00:02:49.674680Z 40132 [] ONS:ChangeLogProviderImpl DBG startHandler #67 : startHandler 2025-11-30T00:02:49.674725Z 44268 [c882f95a] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent::::operator () #855 : Processing cosylib event, EventType = 15 2025-11-30T00:02:49.674763Z 44268 [c882f95a] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent::::operator () #986 : Received UserAuthGrantedEvent 2025-11-30T00:02:49.674889Z 45948 [] SqliteCommonDataAccess ERR acp::local::lite::impl::SqliteCommonDataAccess::doesTopLevelDirectoryExist #1250 : Entry not found for top level directory /cloud-content for user 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:49.675009Z 18208 [] IndexResourceManager DBG acp::local::lite::notification::ExceptionSafeHandler::exceptionSafeWrapper #22 : Doing IndexResourceManagerImpl::getIndexResource for acp::local::lite::impl::IndexResourceManagerImpl::getIndexResource at IndexResourceManagerImpl.cpp:104 2025-11-30T00:02:49.675088Z 18208 [] IndexResourceManager INF acp::local::lite::impl::IndexResourceManagerImpl::getIndexResourceHandler #231 : In IndexResourceManagerImpl::getIndexResourceHandler 2025-11-30T00:02:49.675150Z 18208 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getUserBaseDirName #745 : Successfully fetched userBaseDirName. user: 7C4B055F46F3F71B992015A8@AdobeID, userBaseDirName: 7C4B055F46F3F71B992015A8@ADOBEID 2025-11-30T00:02:49.675210Z 45292 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge 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-11-30T00:02:49.675308Z 45292 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-11-30T00:02:49.675362Z 18208 [] IndexResourceManager DBG acp::local::lite::impl::IndexResourceManagerImpl::fetchIndexResourceFromCache #270 : In IndexResourceManagerImpl::fetchIndexResourceFromCache 2025-11-30T00:02:49.675474Z 18208 [] IndexResourceManager ERR acp::local::lite::impl::IndexResourceManagerImpl::fetchIndexResourceFromFSCacheInternal #295 : Index file at path: ACPLocal.Next\7C4B055F46F3F71B992015A8@ADOBEID/Index.json, not present. Error: Unknown 2025-11-30T00:02:49.675516Z 18208 [] IndexResourceManager INF acp::local::lite::impl::IndexResourceManagerImpl::getIndexResourceHandler #249 : Index resource fetched from Cache: 2025-11-30T00:02:49.675595Z 18208 [] 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-11-30T00:02:49.675632Z 18208 [] IndexResourceManager INF acp::local::lite::impl::IndexResourceManagerImpl::fetchIndexResourceFromServer #320 : In IndexResourceManagerImpl::fetchIndexResourceFromServer 2025-11-30T00:02:49.675733Z 18208 [] dcx.http INF AdobeDCX::DcxHTTPSession::createRequest #198 : DcxHTTPSession::request GET https://platform-cs-edge.adobe.io/index 2025-11-30T00:02:49.675795Z 18208 [] dcx.http INF AdobeDCX::DcxHTTPRequest::invoke #511 : DcxHTTPRequest::invoke GET https://platform-cs-edge.adobe.io/index 2025-11-30T00:02:49.675837Z 18208 [] dcx.http INF AdobeDCX::DcxHTTPSession::invoke #265 : Scheduling request url=https://platform-cs-edge.adobe.io/index, isHighPriority=0 2025-11-30T00:02:49.675900Z 18208 [] dcx.http INF AdobeDCX::DcxHTTPSession::_invoke #420 : requestid=5580cea4-b02e-4bc8-8477-da0f6f575c41 url=https://platform-cs-edge.adobe.io/index 2025-11-30T00:02:49.675938Z 18208 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest #577 : DcxHTTPRequest::executeRequest GET https://platform-cs-edge.adobe.io/index 2025-11-30T00:02:49.676019Z 18208 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest #751 : ThreadGotTheContext: url=https://platform-cs-edge.adobe.io/indexwith response compression enabled as : 1 2025-11-30T00:02:49.703073Z 45292 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 27.694000 ms 2025-11-30T00:02:49.703159Z 45292 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-11-30T00:02:49.703209Z 45292 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-11-30T00:02:49.703238Z 45292 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-11-30T00:02:49.920155Z 43936 [] transfer DBG jura::AbstractTransferRequestImpl::onCompletion #909 : Normal completion accepted for request 2 2025-11-30T00:02:49.920214Z 43936 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest::::operator () #603 : DcxHTTPRequest::executeRequest:completionFn Request completed with status: 200 and Acsl error: ErrNone 2025-11-30T00:02:49.920250Z 43936 [] dcx.http INF AdobeDCX::DcxHTTPRequest::handle #817 : Process response for url=https://platform-cs-edge.adobe.io/index err=0 requestid=5580cea4-b02e-4bc8-8477-da0f6f575c41 2025-11-30T00:02:49.920278Z 43936 [] dcx.http INF AdobeDCX::DcxHTTPRequest::handleResponse #533 : DcxHTTPRequest::handleResponse 200 url=https://platform-cs-edge.adobe.io/index 2025-11-30T00:02:49.921863Z 18208 [] IndexResourceManager INF acp::local::lite::impl::IndexResourceManagerImpl::fetchIndexResourceFromServer::::operator () #331 : Handling index response received from server 2025-11-30T00:02:49.921935Z 18208 [] IndexResourceManager DBG acp::local::lite::impl::IndexResourceManagerImpl::sendAnalyticsEvent #225 : Sending Index ingest Event for subType auth_grant. 2025-11-30T00:02:49.921977Z 43936 [] dcx.http INF AdobeDCX::DcxHTTPSession::invokeIfPending #330 : No pending requests or excess outstanding requests 2025-11-30T00:02:49.922026Z 18208 [] AnalyticsEventListener INF acp::local::lite::impl::AnalyticsEventListenerImpl::processEvent #77 : Sending Cosylib Analytics with requestId [2acc4b95-572c-44d6-b2be-2a215d2ec5e4]! 2025-11-30T00:02:49.922080Z 18208 [] Analytics ERR acp::local::lite::SyncComponentsAnalyticsWrapper::sendEventAndErase #123 : Couldn't send the event with request ID : 2025-11-30T00:02:49.922210Z 18208 [] IndexResourceManager INF acp::local::lite::impl::IndexResourceManagerImpl::persistIndexResource #379 : In IndexResourceManagerImpl::persistIndexResource 2025-11-30T00:02:49.923797Z 45948 [] 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-11-30T00:02:49.923976Z 45948 [] 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-11-30T00:02:49.924048Z 45948 [] 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-11-30T00:02:49.924096Z 45948 [] dcx.http INF AdobeDCX::DcxHTTPSession::_invoke #420 : requestid=256004e4-ac0e-4d00-9085-f36dec1d0328 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-11-30T00:02:49.924137Z 45948 [] 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-11-30T00:02:49.924208Z 45948 [] 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-11-30T00:02:50.116560Z 43936 [] transfer DBG jura::AbstractTransferRequestImpl::onCompletion #909 : Normal completion accepted for request 3 2025-11-30T00:02:50.116640Z 43936 [] jura.JsonParser ERR jura::logParseError #270 : JsonParser Failed to parse at: -1 Reason: The document is empty. 2025-11-30T00:02:50.116689Z 43936 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest::::operator () #603 : DcxHTTPRequest::executeRequest:completionFn Request completed with status: 409 and Acsl error: ErrForbiddenOperation 2025-11-30T00:02:50.116726Z 43936 [] 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=256004e4-ac0e-4d00-9085-f36dec1d0328 2025-11-30T00:02:50.116759Z 43936 [] 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-11-30T00:02:50.116792Z 43936 [] 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-11-30T00:02:50.116823Z 43936 [] 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-11-30T00:02:50.116967Z 43936 [] dcx.http INF AdobeDCX::DcxHTTPSession::invokeIfPending #330 : No pending requests or excess outstanding requests 2025-11-30T00:02:50.117133Z 45948 [] SqliteCommonDataAccess ALW ::operator () #227 : SqlStatement::exec: INSERT INTO user_top_level_dir(user_id, path) VALUES(:user_id, :path) 2025-11-30T00:02:50.124342Z 45948 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::insertTopLevelDirectory #1275 : Record (7C4B055F46F3F71B992015A8@AdobeID,/cloud-content) inserted into user_top_level_dir. 2025-11-30T00:02:50.124469Z 45948 [] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::sendResponse #150 : CoreSyncControllerImpl::sendResponse 2025-11-30T00:02:50.124506Z 45948 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-11-30T00:02:50.124532Z 45948 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 3 2025-11-30T00:02:50.124559Z 45948 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #662 : CosyControllerImpl::handleResponse Unable to handle message of type : 3 2025-11-30T00:02:50.124583Z 45948 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::handleResponse #772 : SyncControllerImpl::handleResponse Received message of type: 3 2025-11-30T00:02:50.124606Z 45948 [] SyncControllerEventMapper DBG acp::local::lite::cosylib::SyncControllerEventMapper::processEvents #228 : SyncControllerEventMapper::processEvents Received message of type: 3 2025-11-30T00:02:50.124630Z 45948 [] UserManagerImpl DBG acp::local::lite::cosylib::UserManagerImpl::handleResponse #234 : UserManagerImpl::handleResponse Received message of type: 3 2025-11-30T00:02:50.124652Z 45948 [] UserManagerImpl DBG acp::local::lite::cosylib::UserManagerImpl::processRegisterUserDetailsResponse #196 : UserManagerImpl::processRegisterUserDetailsResponse 2025-11-30T00:02:50.124681Z 45948 [833a1126] 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-11-30T00:02:50.124735Z 45948 [] SyncController DBG acp::local::lite::notification::ExceptionSafeHandler::exceptionSafeWrapper #22 : Doing SyncControllerImpl::getIndexResource for acp::local::lite::impl::SyncControllerImpl::getIndexResource at SyncControllerImpl.cpp:1093 2025-11-30T00:02:50.124790Z 18208 [] IndexResourceManager DBG acp::local::lite::notification::ExceptionSafeHandler::exceptionSafeWrapper #22 : Doing IndexResourceManagerImpl::getIndexResource for acp::local::lite::impl::IndexResourceManagerImpl::getIndexResource at IndexResourceManagerImpl.cpp:104 2025-11-30T00:02:50.124844Z 18208 [] IndexResourceManager INF acp::local::lite::impl::IndexResourceManagerImpl::getIndexResourceHandler #231 : In IndexResourceManagerImpl::getIndexResourceHandler 2025-11-30T00:02:50.124872Z 18208 [] IndexResourceManager DBG acp::local::lite::impl::IndexResourceManagerImpl::fetchIndexResourceFromCache #270 : In IndexResourceManagerImpl::fetchIndexResourceFromCache 2025-11-30T00:02:50.124913Z 18208 [] 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/\"5557065d9b65e5ed53e449bb674cdcfe\"","repo:state":"ACTIVE","repo:createDate":"2014-03-27T22:00:42.556Z","repo:modifyDate":"2025-07-18T07:40:17.543618150Z","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.adobe2025-11-30T00:02:50.125179Z 24424 [833a1126] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getUserBaseDirName #745 : Successfully fetched userBaseDirName. user: 7C4B055F46F3F71B992015A8@AdobeID, userBaseDirName: 7C4B055F46F3F71B992015A8@ADOBEID 2025-11-30T00:02:50.125224Z 24424 [833a1126] UserOperations INF acp::local::lite::impl::ACPLLiteUserOperations::registerFullAccessForUser::::operator () #223 : User is now registered successfully in ACPL 2025-11-30T00:02:50.125264Z 24424 [833a1126] State-Engine DBG acp::local::lite::impl::StateEngine::updateIsUserRegistered #151 : Request Req4fb3f3b7-8741-4489-a9de-502d64284ea8 updated isUserRegistered to 1 2025-11-30T00:02:50.125350Z 24424 [833a1126] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getSyncController #74 : CosyLibImpl::getSyncController 2025-11-30T00:02:50.125385Z 24424 [833a1126] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::notifyLocalAssetMigration #668 : SyncControllerImpl::notifyLocalAssetMigration 2025-11-30T00:02:50.125411Z 24424 [833a1126] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::send #44 : InProcessMessenger::send 2025-11-30T00:02:50.125433Z 24424 [833a1126] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::handleRequest #112 : CoreSyncControllerImpl::handleRequest 2025-11-30T00:02:50.125491Z 24424 [833a1126] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::operator (). 2025-11-30T00:02:50.125563Z 24424 [833a1126] 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-11-30T00:02:50.125596Z 24424 [833a1126] StateChangeManager INF acp::local::lite::impl::StateChangeManager::processNextSCO #86 : processNextSCO 2025-11-30T00:02:50.125634Z 24424 [833a1126] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = operator () with request id = Req4fb3f3b7-8741-4489-a9de-502d64284ea8 2025-11-30T00:02:50.125669Z 47784 [833a1126] StateChangeManager INF acp::local::lite::impl::StateChangeManager::processNextSCO::::operator () #100 : processNextSCO : Processing SCO Request from Queue scoRequestID[Req169b0651-8f49-4b3f-92bf-abc9cc5d1d6a], requestPriority[2]. 2025-11-30T00:02:50.125719Z 47784 [833a1126] State-Engine DBG acp::local::lite::impl::StateEngine::setScoRequestIDWithReason #75 : setScoRequestID scoRequestID [Req169b0651-8f49-4b3f-92bf-abc9cc5d1d6a], reason [SYNC_JOB_RUNNING] 2025-11-30T00:02:50.125756Z 47784 [833a1126] 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-11-30T00:02:50.125789Z 47784 [833a1126] State-Engine DBG acp::local::lite::impl::StateEngine::setNextPossibleState #90 : Request Req169b0651-8f49-4b3f-92bf-abc9cc5d1d6a set NPS to State::CRUD_AND_SYNC 2025-11-30T00:02:50.125833Z 24424 [833a1126] 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-11-30T00:02:50.125896Z 47784 [833a1126] SystemOperations INF acp::local::lite::impl::ACPLLiteSystemOperations::handleSyncWorking #300 : handleSyncWorking - isUserRegistered - 1 2025-11-30T00:02:50.125938Z 47784 [833a1126] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::handleSyncWorking. 2025-11-30T00:02:50.125986Z 24424 [833a1126] NotificationOperations INF acp::local::lite::impl::ACPLLiteNotificationOperations::invokeCallbacks #130 : Started calling 1 callbacks found for USER_REGISTERED_FOR_SYNC::NONE::0 notification 2025-11-30T00:02:50.126045Z 24424 [833a1126] NotificationOperations INF acp::local::lite::impl::ACPLLiteNotificationOperations::invokeCallbacks #135 : Completed calling 1 callbacks found for USER_REGISTERED_FOR_SYNC::NONE::0 notification 2025-11-30T00:02:50.126086Z 18208 [] IndexResourceManager INF acp::local::lite::impl::IndexResourceManagerImpl::getIndexResourceHandler #253 : RepoAPISession is hydrated with index data fetched from cache 2025-11-30T00:02:50.126174Z 47784 [833a1126] 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-11-30T00:02:50.126226Z 18896 [] 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-11-30T00:02:50.126285Z 18896 [] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::sendResponse #150 : CoreSyncControllerImpl::sendResponse 2025-11-30T00:02:50.126318Z 18896 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-11-30T00:02:50.126347Z 18896 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 851968 2025-11-30T00:02:50.126375Z 18896 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #662 : CosyControllerImpl::handleResponse Unable to handle message of type : 851968 2025-11-30T00:02:50.126402Z 18896 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::handleResponse #772 : SyncControllerImpl::handleResponse Received message of type: 851968 2025-11-30T00:02:50.126428Z 18896 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::processGetIndexResourceResponse #726 : SyncControllerImpl::processGetIndexResourceResponse 2025-11-30T00:02:50.126465Z 47784 [833a1126] StateChangeManager INF acp::local::lite::impl::StateChangeManager::processNextSCO #86 : processNextSCO 2025-11-30T00:02:50.126506Z 47784 [833a1126] StateChangeManager INF acp::local::lite::impl::StateChangeManager::processNextSCO #90 : processNextSCO : There is no pending request in queue to process 2025-11-30T00:02:50.126546Z 47784 [833a1126] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = handleSyncWorking with request id = Req169b0651-8f49-4b3f-92bf-abc9cc5d1d6a 2025-11-30T00:02:50.126592Z 24424 [833a1126] UserOperations DBG acp::local::lite::impl::ACPLLiteUserOperations::registerFullAccessForUser::::()::::operator () #305 : initiate cacheIndexDocument for firstTimeLogin in registerFullAccessForUser 2025-11-30T00:02:50.126671Z 18896 [f215220f] 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-11-30T00:02:50.126731Z 18896 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::processGetIndexResourceResponse #745 : SyncControllerImpl::Callback handled of type: 851968, requestId: 633cdedc-64c6-4203-a83d-799a3594c1cd 2025-11-30T00:02:50.127535Z 24424 [f215220f] HDIManager INF acp::local::lite::impl::ACPLLiteHDIManager::cacheIndexDocumentInternal::::operator () #134 : Successfully cached HDI! 2025-11-30T00:02:50.127584Z 24424 [f215220f] HDIManager INF acp::local::lite::impl::ACPLLiteHDIManager::logHDI #178 : HDI INFO: path[/], repoID[urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd]. 2025-11-30T00:02:50.127610Z 24424 [f215220f] HDIManager INF acp::local::lite::impl::ACPLLiteHDIManager::completeWaitPromises #155 : Triggering all waiting promises.. 2025-11-30T00:02:50.127653Z 24424 [f215220f] AssetOperations DBG acp::local::lite::impl::ACPLLiteAssetOperations::getRepoMetadata #120 : GET REPO METADATA: Asset[{"cloud_id":"urn:aaid:sc:US:10a1bbdc-c4eb-4832-9ee4-6b863a08932b","preference":2,"storage_area":255}] 2025-11-30T00:02:50.127702Z 24424 [f215220f] AssetOperations INF acp::local::lite::impl::ACPLLiteAssetOperations::getCloudRepoMetadata #266 : GET Cloud REPO METADATA: Asset[{"cloud_id":"urn:aaid:sc:US:10a1bbdc-c4eb-4832-9ee4-6b863a08932b","preference":2,"storage_area":255}] 2025-11-30T00:02:50.127754Z 24424 [f215220f] AssetOperations DBG acp::local::lite::impl::ACPLLiteAssetOperations::getCloudRepoMetadata::::operator () #274 : GET REPO METADATA (Cloud): Request received with assetRef {"cloud_id":"urn:aaid:sc:US:10a1bbdc-c4eb-4832-9ee4-6b863a08932b","preference":2,"storage_area":255}, storage area UNKNOWN 2025-11-30T00:02:50.127825Z 24424 [f215220f] PromisifiedSessionFacade INF acp::local::impl::PromisifiedSessionFacade::getRepoMetadata #288 : PromisifiedSessionFacade::getRepoMetadata called. 2025-11-30T00:02:50.183033Z 47656 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [a642262c-01f8-4f39-b40e-ea126ed22db6] 2025-11-30T00:02:50.183106Z 47656 [a642262c] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is a642262c-01f8-4f39-b40e-ea126ed22db6. This will be truncated in the following lines. 2025-11-30T00:02:50.183135Z 47656 [a642262c] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::GetCacheConfig called. 2025-11-30T00:02:50.183212Z 47656 [a642262c] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = GetCacheConfig with request id = Req3e24ec25-4402-417b-8c6f-ba71c62a032f 2025-11-30T00:02:50.183260Z 24424 [a642262c] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:50.183317Z 47656 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [924a8ce9-d6bd-417e-842a-c99e812d7487] 2025-11-30T00:02:50.183384Z 24424 [a642262c] SystemOperations INF acp::local::lite::impl::ACPLLiteSystemOperations::getCacheConfig #148 : Getting cache configuration. 2025-11-30T00:02:50.183422Z 24424 [a642262c] CosyManager DBG acp::local::lite::impl::CosyManager::getCacheManagerConfig #784 : Fetching Cache Manager Config 2025-11-30T00:02:50.183457Z 24424 [a642262c] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::getCacheManagerConfig #58 : CosyControllerImpl::getCacheManagerConfig 2025-11-30T00:02:50.183495Z 47656 [924a8ce9] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 924a8ce9-d6bd-417e-842a-c99e812d7487. This will be truncated in the following lines. 2025-11-30T00:02:50.183543Z 47656 [924a8ce9] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-11-30T00:02:50.183577Z 24424 [a642262c] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::send #44 : InProcessMessenger::send 2025-11-30T00:02:50.183607Z 24424 [a642262c] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::handleRequest #112 : CoreSyncControllerImpl::handleRequest 2025-11-30T00:02:50.183641Z 47656 [924a8ce9] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Req8d3239ad-9c0d-402a-87db-b3c3e05f179a 2025-11-30T00:02:50.183685Z 24424 [a642262c] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000002 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-11-30T00:02:50.183734Z 47784 [924a8ce9] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:50.183779Z 47656 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [6dcce8be-ea95-412e-9232-424f8a858f23] 2025-11-30T00:02:50.183825Z 18896 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling 2 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-11-30T00:02:50.183876Z 47784 [924a8ce9] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: ASSETCHANGE 2025-11-30T00:02:50.183921Z 47656 [6dcce8be] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 6dcce8be-ea95-412e-9232-424f8a858f23. This will be truncated in the following lines. 2025-11-30T00:02:50.183963Z 47656 [6dcce8be] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-11-30T00:02:50.183999Z 47784 [924a8ce9] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::LOCAL::CREATED] [subscriptionId: 2ad8204d-d869-4470-b318-553caa52a80c] 2025-11-30T00:02:50.184041Z 47784 [924a8ce9] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::LOCAL::MODIFIED] [subscriptionId: 2ad8204d-d869-4470-b318-553caa52a80c] 2025-11-30T00:02:50.184076Z 47784 [924a8ce9] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::LOCAL::FORKED] [subscriptionId: 2ad8204d-d869-4470-b318-553caa52a80c] 2025-11-30T00:02:50.184108Z 47784 [924a8ce9] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::LOCAL::MOVED] [subscriptionId: 2ad8204d-d869-4470-b318-553caa52a80c] 2025-11-30T00:02:50.184139Z 47784 [924a8ce9] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::LOCAL::PURGE] [subscriptionId: 2ad8204d-d869-4470-b318-553caa52a80c] 2025-11-30T00:02:50.184171Z 47784 [924a8ce9] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::CLOUD::CREATED] [subscriptionId: 2ad8204d-d869-4470-b318-553caa52a80c] 2025-11-30T00:02:50.184202Z 47784 [924a8ce9] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::CLOUD::MODIFIED] [subscriptionId: 2ad8204d-d869-4470-b318-553caa52a80c] 2025-11-30T00:02:50.184233Z 47784 [924a8ce9] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::CLOUD::FORKED] [subscriptionId: 2ad8204d-d869-4470-b318-553caa52a80c] 2025-11-30T00:02:50.184264Z 47784 [924a8ce9] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::CLOUD::MOVED] [subscriptionId: 2ad8204d-d869-4470-b318-553caa52a80c] 2025-11-30T00:02:50.184294Z 47784 [924a8ce9] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::CLOUD::PURGE] [subscriptionId: 2ad8204d-d869-4470-b318-553caa52a80c] 2025-11-30T00:02:50.184331Z 47656 [6dcce8be] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Reqa90d3338-681e-4351-964b-2b8fd0cd249d 2025-11-30T00:02:50.184376Z 24424 [6dcce8be] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:50.184425Z 18896 [] SyncComponentsController INF messageHandlerWrapper #56 : doPerform notification - AppOperationRequest. Inner Request: Notification Type: e Request: ReqId: d8c4dd65-bd9c-4394-aaf5-0ca92cf60748 SourceAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:50.184477Z 47784 [924a8ce9] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-11-30T00:02:50.184525Z 47656 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [465d5c11-aad9-4878-94a1-fe7e6f8aa0a4] 2025-11-30T00:02:50.184576Z 24424 [6dcce8be] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: ASSETCHANGE 2025-11-30T00:02:50.184623Z 18896 [] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::doPerform #160 : App Operation request - AppOperationRequest. Inner Request: Notification Type: e Request: ReqId: d8c4dd65-bd9c-4394-aaf5-0ca92cf60748 SourceAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID. 2025-11-30T00:02:50.184681Z 47784 [924a8ce9] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Req8d3239ad-9c0d-402a-87db-b3c3e05f179a 2025-11-30T00:02:50.184726Z 47656 [465d5c11] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 465d5c11-aad9-4878-94a1-fe7e6f8aa0a4. This will be truncated in the following lines. 2025-11-30T00:02:50.184764Z 47656 [465d5c11] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-11-30T00:02:50.184799Z 18896 [] 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-11-30T00:02:50.184850Z 47784 [465d5c11] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:50.184896Z 47784 [465d5c11] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: SYNCPROGRESS 2025-11-30T00:02:50.184931Z 47784 [465d5c11] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: SYNCPROGRESS::SYNC_PROGRESS::UPLOAD] [subscriptionId: cc793f4e-745a-455e-b875-b9d347059735] 2025-11-30T00:02:50.184967Z 47784 [465d5c11] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: SYNCPROGRESS::SYNC_PROGRESS::DOWNLOAD] [subscriptionId: cc793f4e-745a-455e-b875-b9d347059735] 2025-11-30T00:02:50.185002Z 47784 [465d5c11] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-11-30T00:02:50.185040Z 47656 [465d5c11] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Reqafbc885b-cc64-45cc-8f38-c47ad55c25db 2025-11-30T00:02:50.185087Z 24424 [6dcce8be] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::CLOUD::CLOUD_ARCHIVED] [subscriptionId: c077fb62-74b2-4a88-ac66-59dba5d56a96] 2025-11-30T00:02:50.185131Z 24424 [6dcce8be] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::CLOUD::CLOUD_DELETED] [subscriptionId: c077fb62-74b2-4a88-ac66-59dba5d56a96] 2025-11-30T00:02:50.185164Z 24424 [6dcce8be] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETCHANGE::CLOUD::CLOUD_DISCARDED] [subscriptionId: c077fb62-74b2-4a88-ac66-59dba5d56a96] 2025-11-30T00:02:50.185202Z 47784 [465d5c11] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Reqafbc885b-cc64-45cc-8f38-c47ad55c25db 2025-11-30T00:02:50.185252Z 47656 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [461beea4-7f7b-4f88-9d47-7c8024292190] 2025-11-30T00:02:50.185297Z 47656 [461beea4] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 461beea4-7f7b-4f88-9d47-7c8024292190. This will be truncated in the following lines. 2025-11-30T00:02:50.185328Z 47656 [461beea4] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-11-30T00:02:50.185362Z 24424 [6dcce8be] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-11-30T00:02:50.185410Z 45292 [] CacheManager DBG handlerWrapper #108 : Handling E CacheManagerImpl::handleGetCacheConfigRequest for acp::local::lite::impl::CacheManagerImpl::handleGetCacheConfigRequest at CacheManagerImpl.cpp:401 2025-11-30T00:02:50.185458Z 45292 [] CacheManager INF handlerWrapper #111 : CacheManagerImpl::handleGetCacheConfigRequest Request - Notification Type: e Request: ReqId: d8c4dd65-bd9c-4394-aaf5-0ca92cf60748 SourceAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:50.185499Z 18896 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-11-30T00:02:50.185545Z 47784 [461beea4] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:50.185585Z 47784 [461beea4] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: ASSETSYNC 2025-11-30T00:02:50.185625Z 47656 [461beea4] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Req2e23925d-6aac-4eee-bd32-2cba287f125a 2025-11-30T00:02:50.185672Z 24424 [6dcce8be] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Reqa90d3338-681e-4351-964b-2b8fd0cd249d 2025-11-30T00:02:50.185719Z 47784 [461beea4] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::UPLOAD_CREATED] [subscriptionId: 418db4c4-5dc6-455e-aa63-afd48d01c1e1] 2025-11-30T00:02:50.185759Z 47784 [461beea4] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::UPLOAD_MODIFIED] [subscriptionId: 418db4c4-5dc6-455e-aa63-afd48d01c1e1] 2025-11-30T00:02:50.185793Z 47784 [461beea4] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::DOWNLOAD_CREATED] [subscriptionId: 418db4c4-5dc6-455e-aa63-afd48d01c1e1] 2025-11-30T00:02:50.185827Z 47784 [461beea4] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::DOWNLOAD_MODIFIED] [subscriptionId: 418db4c4-5dc6-455e-aa63-afd48d01c1e1] 2025-11-30T00:02:50.185860Z 47784 [461beea4] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::UPLOAD_CREATED] [subscriptionId: 418db4c4-5dc6-455e-aa63-afd48d01c1e1] 2025-11-30T00:02:50.185891Z 47784 [461beea4] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::UPLOAD_MODIFIED] [subscriptionId: 418db4c4-5dc6-455e-aa63-afd48d01c1e1] 2025-11-30T00:02:50.185925Z 47784 [461beea4] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::DOWNLOAD_CREATED] [subscriptionId: 418db4c4-5dc6-455e-aa63-afd48d01c1e1] 2025-11-30T00:02:50.185958Z 47784 [461beea4] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::DOWNLOAD_MODIFIED] [subscriptionId: 418db4c4-5dc6-455e-aa63-afd48d01c1e1] 2025-11-30T00:02:50.185990Z 47784 [461beea4] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::UPLOAD_CREATED] [subscriptionId: 418db4c4-5dc6-455e-aa63-afd48d01c1e1] 2025-11-30T00:02:50.186023Z 47784 [461beea4] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::UPLOAD_MODIFIED] [subscriptionId: 418db4c4-5dc6-455e-aa63-afd48d01c1e1] 2025-11-30T00:02:50.186054Z 47784 [461beea4] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::DOWNLOAD_CREATED] [subscriptionId: 418db4c4-5dc6-455e-aa63-afd48d01c1e1] 2025-11-30T00:02:50.186087Z 47784 [461beea4] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::DOWNLOAD_MODIFIED] [subscriptionId: 418db4c4-5dc6-455e-aa63-afd48d01c1e1] 2025-11-30T00:02:50.186121Z 47784 [461beea4] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-11-30T00:02:50.186161Z 45292 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge 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-11-30T00:02:50.186226Z 47656 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [777a2d83-d6c9-438a-bb18-eb91532b4dc5] 2025-11-30T00:02:50.186272Z 47784 [461beea4] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Req2e23925d-6aac-4eee-bd32-2cba287f125a 2025-11-30T00:02:50.186315Z 45292 [] CacheManager INF handlerWrapper #113 : CacheManagerImpl::handleGetCacheConfigRequest Response - Notification Type: e Response: ReqId: d8c4dd65-bd9c-4394-aaf5-0ca92cf60748 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-11-30T00:02:50.186380Z 45292 [] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::sendResponse #150 : CoreSyncControllerImpl::sendResponse 2025-11-30T00:02:50.186410Z 45292 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-11-30T00:02:50.186440Z 45292 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 14 2025-11-30T00:02:50.186477Z 47656 [777a2d83] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 777a2d83-d6c9-438a-bb18-eb91532b4dc5. This will be truncated in the following lines. 2025-11-30T00:02:50.186534Z 47656 [777a2d83] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-11-30T00:02:50.186574Z 45292 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::processGetCacheManagerConfigResponse #293 : CosyControllerImpl::getCacheManagerConfig callback 2025-11-30T00:02:50.186616Z 47656 [777a2d83] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Reqa591a26d-85d1-4b58-afae-5afa23bb314b 2025-11-30T00:02:50.186659Z 45292 [] 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-11-30T00:02:50.186706Z 47784 [777a2d83] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:50.186749Z 47656 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [411a622a-5768-4640-8a3e-c32902dcab10] 2025-11-30T00:02:50.186804Z 47784 [777a2d83] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: ASSETSYNC 2025-11-30T00:02:50.186845Z 24424 [] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::GetCacheConfig. 2025-11-30T00:02:50.186891Z 47656 [411a622a] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 411a622a-5768-4640-8a3e-c32902dcab10. This will be truncated in the following lines. 2025-11-30T00:02:50.186929Z 47656 [411a622a] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-11-30T00:02:50.186962Z 24424 [] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = GetCacheConfig with request id = Req3e24ec25-4402-417b-8c6f-ba71c62a032f 2025-11-30T00:02:50.187010Z 47784 [777a2d83] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::CLOUD_ARCHIVED] [subscriptionId: 26fd9a52-2e86-4ca0-863c-590402d6ea17] 2025-11-30T00:02:50.187057Z 47784 [777a2d83] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::CLOUD_DELETED] [subscriptionId: 26fd9a52-2e86-4ca0-863c-590402d6ea17] 2025-11-30T00:02:50.187091Z 47784 [777a2d83] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_START::CLOUD_DISCARDED] [subscriptionId: 26fd9a52-2e86-4ca0-863c-590402d6ea17] 2025-11-30T00:02:50.187124Z 47784 [777a2d83] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::CLOUD_ARCHIVED] [subscriptionId: 26fd9a52-2e86-4ca0-863c-590402d6ea17] 2025-11-30T00:02:50.187160Z 47784 [777a2d83] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::CLOUD_DELETED] [subscriptionId: 26fd9a52-2e86-4ca0-863c-590402d6ea17] 2025-11-30T00:02:50.187195Z 47784 [777a2d83] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_END::CLOUD_DISCARDED] [subscriptionId: 26fd9a52-2e86-4ca0-863c-590402d6ea17] 2025-11-30T00:02:50.187227Z 47784 [777a2d83] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::CLOUD_ARCHIVED] [subscriptionId: 26fd9a52-2e86-4ca0-863c-590402d6ea17] 2025-11-30T00:02:50.187259Z 47784 [777a2d83] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::CLOUD_DELETED] [subscriptionId: 26fd9a52-2e86-4ca0-863c-590402d6ea17] 2025-11-30T00:02:50.187292Z 47784 [777a2d83] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSETSYNC::SYNC_ERROR::CLOUD_DISCARDED] [subscriptionId: 26fd9a52-2e86-4ca0-863c-590402d6ea17] 2025-11-30T00:02:50.187325Z 47784 [777a2d83] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-11-30T00:02:50.187364Z 47656 [411a622a] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Reqfb5afa4a-c046-4b2c-b08e-1976b286e4a6 2025-11-30T00:02:50.187410Z 21052 [411a622a] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:50.187451Z 24424 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [a54fadde-1567-445c-a8f4-dcfdb210aac4] 2025-11-30T00:02:50.187494Z 47784 [777a2d83] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Reqa591a26d-85d1-4b58-afae-5afa23bb314b 2025-11-30T00:02:50.187539Z 47656 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [91e39062-f8bf-497b-b7ae-eb387af1dc22] 2025-11-30T00:02:50.187583Z 21052 [411a622a] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: AUTHTOKENEXPIRED 2025-11-30T00:02:50.187622Z 21052 [411a622a] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: AUTHTOKENEXPIRED::NONE::0] [subscriptionId: 4eabe72e-f6f9-4202-a36d-78b1e8914bfa] 2025-11-30T00:02:50.187657Z 21052 [411a622a] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-11-30T00:02:50.187694Z 24424 [a54fadde] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is a54fadde-1567-445c-a8f4-dcfdb210aac4. This will be truncated in the following lines. 2025-11-30T00:02:50.187731Z 24424 [a54fadde] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SetCacheConfig called. 2025-11-30T00:02:50.187764Z 21052 [411a622a] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Reqfb5afa4a-c046-4b2c-b08e-1976b286e4a6 2025-11-30T00:02:50.187813Z 47656 [91e39062] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 91e39062-f8bf-497b-b7ae-eb387af1dc22. This will be truncated in the following lines. 2025-11-30T00:02:50.187857Z 47656 [91e39062] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-11-30T00:02:50.187891Z 47784 [a54fadde] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:50.187930Z 24424 [a54fadde] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SetCacheConfig with request id = Reqc7e4aa8d-fbbf-4015-ac0d-66bc9671133b 2025-11-30T00:02:50.187975Z 47656 [91e39062] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Reqaf99e691-e6fb-4072-b017-fcc6cc4c2790 2025-11-30T00:02:50.188018Z 47784 [a54fadde] SystemOperations INF acp::local::lite::impl::ACPLLiteSystemOperations::setCacheConfig #180 : Setting cache configuration. 2025-11-30T00:02:50.188053Z 47784 [a54fadde] CosyManager DBG acp::local::lite::impl::CosyManager::setCacheManagerConfig #849 : Updating Cache Manager Config 2025-11-30T00:02:50.188086Z 47656 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [dc42b82e-a314-40c8-9597-51987aca60b1] 2025-11-30T00:02:50.188128Z 21052 [91e39062] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:50.188166Z 47784 [a54fadde] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::setCacheManagerConfig #82 : CosyControllerImpl::setCacheManagerConfig 2025-11-30T00:02:50.188207Z 47656 [dc42b82e] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is dc42b82e-a314-40c8-9597-51987aca60b1. This will be truncated in the following lines. 2025-11-30T00:02:50.188242Z 47656 [dc42b82e] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-11-30T00:02:50.188276Z 47784 [a54fadde] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::send #44 : InProcessMessenger::send 2025-11-30T00:02:50.188312Z 47784 [a54fadde] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::handleRequest #112 : CoreSyncControllerImpl::handleRequest 2025-11-30T00:02:50.188347Z 47656 [dc42b82e] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Reqffc3fede-dc28-414d-9751-88b4817f2cc2 2025-11-30T00:02:50.188391Z 21052 [91e39062] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: QUOTAEXCEEDED 2025-11-30T00:02:50.188440Z 21052 [91e39062] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: QUOTAEXCEEDED::NONE::0] [subscriptionId: bc2429fd-3a8e-4a7b-84ef-3d75e7a182aa] 2025-11-30T00:02:50.188475Z 21052 [91e39062] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-11-30T00:02:50.188513Z 47656 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [1eee797f-8a3e-4240-bd3a-ab3997de39bc] 2025-11-30T00:02:50.188556Z 24424 [dc42b82e] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:50.188598Z 47784 [a54fadde] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000002 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-11-30T00:02:50.188647Z 21052 [91e39062] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Reqaf99e691-e6fb-4072-b017-fcc6cc4c2790 2025-11-30T00:02:50.188698Z 47656 [1eee797f] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 1eee797f-8a3e-4240-bd3a-ab3997de39bc. This will be truncated in the following lines. 2025-11-30T00:02:50.188752Z 47656 [1eee797f] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-11-30T00:02:50.188791Z 18896 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling 2 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-11-30T00:02:50.188860Z 24424 [dc42b82e] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: ONS_EVENT 2025-11-30T00:02:50.188901Z 24424 [dc42b82e] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ONS_EVENT::NONE::SUBSCRIBED_ASSET_CHANGE] [subscriptionId: 29a36322-0afc-4759-b6ff-a63f58879758] 2025-11-30T00:02:50.188937Z 24424 [dc42b82e] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ONS_EVENT::NONE::SUBSCRIPTION_CREATED] [subscriptionId: 29a36322-0afc-4759-b6ff-a63f58879758] 2025-11-30T00:02:50.188970Z 24424 [dc42b82e] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ONS_EVENT::NONE::SUBSCRIPTION_UPDATED] [subscriptionId: 29a36322-0afc-4759-b6ff-a63f58879758] 2025-11-30T00:02:50.189002Z 24424 [dc42b82e] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ONS_EVENT::NONE::SUBSCRIPTION_DELETED] [subscriptionId: 29a36322-0afc-4759-b6ff-a63f58879758] 2025-11-30T00:02:50.189035Z 24424 [dc42b82e] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-11-30T00:02:50.189072Z 18896 [] SyncComponentsController INF messageHandlerWrapper #56 : doPerform notification - AppOperationRequest. Inner Request: Notification Type: f Request: ReqId: 56171a8e-00b9-4e43-94ad-9c242688f2d5 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-11-30T00:02:50.189142Z 47656 [1eee797f] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Req49534959-bfa5-4dc6-b60e-c7d341b99df1 2025-11-30T00:02:50.189185Z 21052 [1eee797f] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:50.189228Z 24424 [dc42b82e] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Reqffc3fede-dc28-414d-9751-88b4817f2cc2 2025-11-30T00:02:50.189274Z 18896 [] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::doPerform #160 : App Operation request - AppOperationRequest. Inner Request: Notification Type: f Request: ReqId: 56171a8e-00b9-4e43-94ad-9c242688f2d5 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-11-30T00:02:50.189350Z 47656 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [a7e8a2f6-5d44-4279-8e8d-f07feed71bf7] 2025-11-30T00:02:50.189408Z 21052 [1eee797f] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: ASSET_ANNOTATION_CHANGE 2025-11-30T00:02:50.189446Z 21052 [1eee797f] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: ASSET_ANNOTATION_CHANGE::NONE::0] [subscriptionId: f2f76a83-0015-4ddb-a39a-d92191f6a10a] 2025-11-30T00:02:50.189480Z 21052 [1eee797f] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-11-30T00:02:50.189514Z 18896 [] 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-11-30T00:02:50.189570Z 47656 [a7e8a2f6] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is a7e8a2f6-5d44-4279-8e8d-f07feed71bf7. This will be truncated in the following lines. 2025-11-30T00:02:50.189623Z 47656 [a7e8a2f6] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-11-30T00:02:50.189660Z 18896 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-11-30T00:02:50.189705Z 45292 [] CacheManager DBG handlerWrapper #108 : Handling F CacheManagerImpl::handleSetCacheConfigRequest for acp::local::lite::impl::CacheManagerImpl::handleSetCacheConfigRequest at CacheManagerImpl.cpp:419 2025-11-30T00:02:50.189753Z 21052 [1eee797f] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Req49534959-bfa5-4dc6-b60e-c7d341b99df1 2025-11-30T00:02:50.189802Z 47656 [a7e8a2f6] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Req08c8c560-1e0c-4ec3-aedb-cbd08a5e9bee 2025-11-30T00:02:50.189847Z 24424 [a7e8a2f6] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:50.189889Z 24424 [a7e8a2f6] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: EFFECTIVE_PRIVILEGES_CHANGE 2025-11-30T00:02:50.189923Z 24424 [a7e8a2f6] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: EFFECTIVE_PRIVILEGES_CHANGE::NONE::0] [subscriptionId: daf27e6f-55bb-4eee-91a0-65ccad8ed5a3] 2025-11-30T00:02:50.189960Z 24424 [a7e8a2f6] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-11-30T00:02:50.190000Z 47656 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [a0d9db48-3112-4705-a836-f9e794b06a68] 2025-11-30T00:02:50.190042Z 47656 [a0d9db48] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is a0d9db48-3112-4705-a836-f9e794b06a68. This will be truncated in the following lines. 2025-11-30T00:02:50.190072Z 47656 [a0d9db48] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::SubscribeNotifications called. 2025-11-30T00:02:50.190118Z 45292 [] CacheManager INF handlerWrapper #111 : CacheManagerImpl::handleSetCacheConfigRequest Request - Notification Type: f Request: ReqId: 56171a8e-00b9-4e43-94ad-9c242688f2d5 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-11-30T00:02:50.190181Z 45292 [] SqliteUserDataAccess INF acp::local::lite::impl::SqliteUserDataAccess::setActiveAssetInterval #573 : Setting ActiveAsset Interval to 86400 2025-11-30T00:02:50.190210Z 45292 [] SqliteUserDataAccess INF acp::local::lite::impl::SqliteUserDataAccess::setActiveAssetInterval #573 : Setting ActiveAsset Interval to 86400 2025-11-30T00:02:50.190243Z 21052 [a0d9db48] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:50.190284Z 21052 [a0d9db48] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::subscribeNotifications #56 : Received subscribe notification request of type: APPLICATION_METADATA_CHANGE 2025-11-30T00:02:50.190318Z 21052 [a0d9db48] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::addToMap #146 : Adding to Notification Map, [notification type: APPLICATION_METADATA_CHANGE::NONE::0] [subscriptionId: 51f62f8d-5531-4707-b332-0a93df0c242d] 2025-11-30T00:02:50.190373Z 21052 [a0d9db48] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SubscribeNotifications. 2025-11-30T00:02:50.190416Z 24424 [a7e8a2f6] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Req08c8c560-1e0c-4ec3-aedb-cbd08a5e9bee 2025-11-30T00:02:50.190462Z 47656 [a0d9db48] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = SubscribeNotifications with request id = Reqe6553bd3-b190-4255-bcc8-c22efd8bd4b9 2025-11-30T00:02:50.190506Z 45292 [] 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-11-30T00:02:50.190557Z 21052 [a0d9db48] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SubscribeNotifications with request id = Reqe6553bd3-b190-4255-bcc8-c22efd8bd4b9 2025-11-30T00:02:50.190648Z 47656 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [ae00bf4b-ffad-47d0-b30c-620a7b6aac6c] 2025-11-30T00:02:50.190686Z 47656 [ae00bf4b] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is ae00bf4b-ffad-47d0-b30c-620a7b6aac6c. This will be truncated in the following lines. 2025-11-30T00:02:50.190713Z 47656 [ae00bf4b] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::GetSyncState called. 2025-11-30T00:02:50.190772Z 47656 [ae00bf4b] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = GetSyncState with request id = Reqcbcaae89-e216-49f1-a4be-c5e7ccc6b662 2025-11-30T00:02:50.190811Z 21052 [ae00bf4b] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:50.190850Z 21052 [ae00bf4b] SystemOperations DBG acp::local::lite::impl::ACPLLiteSystemOperations::getSyncState #126 : Get SyncState 2025-11-30T00:02:50.190883Z 47656 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [69f0a356-fc33-46c3-ba33-f8624709fc57] 2025-11-30T00:02:50.190929Z 47656 [69f0a356] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 69f0a356-fc33-46c3-ba33-f8624709fc57. This will be truncated in the following lines. 2025-11-30T00:02:50.190959Z 47656 [69f0a356] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::GetStorageMetadata called. 2025-11-30T00:02:50.190992Z 21052 [ae00bf4b] CosyManager DBG acp::local::lite::impl::CosyManager::isSyncActive #410 : Getting sync active status 2025-11-30T00:02:50.191023Z 47656 [69f0a356] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = GetStorageMetadata with request id = Req895b2223-1672-409a-b1e7-ea25b7972ecf 2025-11-30T00:02:50.191057Z 24424 [69f0a356] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:50.191099Z 24424 [69f0a356] SystemOperations INF acp::local::lite::impl::ACPLLiteSystemOperations::getStorageMetadata #273 : Fetching Storage Metadata 2025-11-30T00:02:50.191127Z 24424 [69f0a356] CosyManager DBG acp::local::lite::impl::CosyManager::getQuotaData #531 : getQuotaData user [7C4B055F46F3F71B992015A8@AdobeID] 2025-11-30T00:02:50.191153Z 24424 [69f0a356] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getSyncController #74 : CosyLibImpl::getSyncController 2025-11-30T00:02:50.191179Z 24424 [69f0a356] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::getQuotaData #305 : SyncControllerImpl::getQuotaData 2025-11-30T00:02:50.191204Z 24424 [69f0a356] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::getQuotaData #316 : getQuotaData for user with id: 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:50.191236Z 21052 [ae00bf4b] CosyLibImpl DBG acp::local::lite::cosylib::CosyLibImpl::getSyncController #74 : CosyLibImpl::getSyncController 2025-11-30T00:02:50.191270Z 21052 [ae00bf4b] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::getSyncActiveStatus #256 : SyncControllerImpl::getSyncActiveStatus 2025-11-30T00:02:50.191302Z 24424 [69f0a356] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::send #44 : InProcessMessenger::send 2025-11-30T00:02:50.191334Z 24424 [69f0a356] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::handleRequest #112 : CoreSyncControllerImpl::handleRequest 2025-11-30T00:02:50.191367Z 21052 [ae00bf4b] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::send #44 : InProcessMessenger::send 2025-11-30T00:02:50.191402Z 21052 [ae00bf4b] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::handleRequest #112 : CoreSyncControllerImpl::handleRequest 2025-11-30T00:02:50.191455Z 24424 [69f0a356] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000002 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-11-30T00:02:50.191504Z 21052 [ae00bf4b] SyncComponentsController DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000002 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-11-30T00:02:50.191550Z 18896 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling 2 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-11-30T00:02:50.191589Z 18896 [] SyncComponentsController INF messageHandlerWrapper #56 : doPerform notification - AppOperationRequest. Inner Request: Notification Type: a00000 Request: ReqId: b8ca1a08-10db-4b52-99cf-d8df5279cbff SourceAppId: COSYLIB SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:50.191624Z 18896 [] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::doPerform #160 : App Operation request - AppOperationRequest. Inner Request: Notification Type: a00000 Request: ReqId: b8ca1a08-10db-4b52-99cf-d8df5279cbff SourceAppId: COSYLIB SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 UserId: 7C4B055F46F3F71B992015A8@AdobeID. 2025-11-30T00:02:50.191684Z 18896 [] 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-11-30T00:02:50.191725Z 18896 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-11-30T00:02:50.191752Z 18896 [] SyncComponentsController DBG messageHandlerWrapper #54 : Handling 2 doPerform for acp::local::lite::impl::SyncComponentsControllerImpl::perform at SyncComponentsControllerImpl.cpp:156 2025-11-30T00:02:50.191812Z 48040 [] RemoteFSMonitor DBG handlerWrapper #72 : Handling A00000 RemoteFSMonitorImpl::handleGetQuotaData for acp::local::lite::impl::RemoteFSMonitorImpl::handleGetQuotaData at RemoteFSMonitorImpl.cpp:386 2025-11-30T00:02:50.191858Z 48040 [] RemoteFSMonitor INF handlerWrapper #74 : RemoteFSMonitorImpl::handleGetQuotaData Request - Notification Type: a00000 Request: ReqId: b8ca1a08-10db-4b52-99cf-d8df5279cbff SourceAppId: COSYLIB SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:50.191899Z 18896 [] SyncComponentsController INF messageHandlerWrapper #56 : doPerform notification - AppOperationRequest. Inner Request: Notification Type: d Request: ReqId: bc797545-248f-47db-bcb2-a4a8969bb0e6 SourceAppId: AdobeAcrobat9 SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:50.191944Z 18896 [] SyncComponentsController DBG acp::local::lite::impl::SyncComponentsControllerImpl::doPerform #160 : App Operation request - AppOperationRequest. Inner Request: Notification Type: d Request: ReqId: bc797545-248f-47db-bcb2-a4a8969bb0e6 SourceAppId: AdobeAcrobat9 SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 UserId: 7C4B055F46F3F71B992015A8@AdobeID. 2025-11-30T00:02:50.192022Z 48040 [] RemoteFSMonitor DBG acp::local::lite::impl::RemoteFSMonitorImpl::isCloudFetchForQuotaDataRequired #477 : m_quotaData.m_totalQuota = 0 2025-11-30T00:02:50.192066Z 18896 [] 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-11-30T00:02:50.192133Z 18896 [] SyncComponentsController DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-11-30T00:02:50.192173Z 47740 [] SyncJobController DBG handlerWrapper #108 : Handling D SyncJobControllerImpl::syncActiveStatusHandler for acp::local::lite::impl::SyncJobControllerImpl::handleSyncActiveStatus at SyncJobControllerImpl.cpp:729 2025-11-30T00:02:50.192216Z 47740 [] SyncJobController INF handlerWrapper #111 : SyncJobControllerImpl::syncActiveStatusHandler Request - Notification Type: d Request: ReqId: bc797545-248f-47db-bcb2-a4a8969bb0e6 SourceAppId: AdobeAcrobat9 SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 UserId: 7C4B055F46F3F71B992015A8@AdobeID 2025-11-30T00:02:50.192264Z 47740 [] SyncJobController INF handlerWrapper #113 : SyncJobControllerImpl::syncActiveStatusHandler Response - Notification Type: d Response: ReqId: bc797545-248f-47db-bcb2-a4a8969bb0e6 TargetAppId: AdobeAcrobat9 SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 UserId: 7C4B055F46F3F71B992015A8@AdobeID Error: nullptr Active: 1 2025-11-30T00:02:50.192298Z 47740 [] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::sendResponse #150 : CoreSyncControllerImpl::sendResponse 2025-11-30T00:02:50.193174Z 47740 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-11-30T00:02:50.193210Z 47740 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 13 2025-11-30T00:02:50.193237Z 47740 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #662 : CosyControllerImpl::handleResponse Unable to handle message of type : 13 2025-11-30T00:02:50.193263Z 47740 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::handleResponse #772 : SyncControllerImpl::handleResponse Received message of type: 13 2025-11-30T00:02:50.193295Z 48040 [] 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-11-30T00:02:50.193351Z 47740 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::processSyncActiveStatusResponse #555 : SyncControllerImpl::processSyncActiveStatusResponse 2025-11-30T00:02:50.193422Z 47740 [ae00bf4b] 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-11-30T00:02:50.193493Z 47740 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::processSyncActiveStatusResponse #572 : SyncControllerImpl::Callback handled of type: 13, requestId: bc797545-248f-47db-bcb2-a4a8969bb0e6 2025-11-30T00:02:50.193544Z 21052 [ae00bf4b] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::GetSyncState. 2025-11-30T00:02:50.193592Z 48040 [] 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-11-30T00:02:50.193641Z 21052 [ae00bf4b] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = GetSyncState with request id = Reqcbcaae89-e216-49f1-a4be-c5e7ccc6b662 2025-11-30T00:02:50.193680Z 48040 [] 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-11-30T00:02:50.193718Z 48040 [] dcx.http INF AdobeDCX::DcxHTTPSession::_invoke #420 : requestid=b8ca1a08-10db-4b52-99cf-d8df5279cbff url=https://platform-cs-edge-va6.adobe.io/content/quota/assigned/id/urn:aaid:sc:US:a5996120-b708-5d47-a24b-6087ba8643fd?currentAssetRegion=US 2025-11-30T00:02:50.193748Z 48040 [] 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-11-30T00:02:50.193817Z 48040 [] 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-11-30T00:02:50.197932Z 45292 [] 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-11-30T00:02:50.198004Z 45292 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::stopTimer #162 : CacheManagerImpl::stopTimer Stopping CacheManagerTimer 2025-11-30T00:02:50.198030Z 45292 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::startTimer #155 : Starting CacheManagerTimer 2025-11-30T00:02:50.198065Z 45292 [] CacheManager INF handlerWrapper #113 : CacheManagerImpl::handleSetCacheConfigRequest Response - Notification Type: f Response: ReqId: 56171a8e-00b9-4e43-94ad-9c242688f2d5 TargetAppId: AdobeAcrobat9 SessionId: UserId: 7C4B055F46F3F71B992015A8@AdobeID Error: nullptr 2025-11-30T00:02:50.198097Z 45292 [] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::sendResponse #150 : CoreSyncControllerImpl::sendResponse 2025-11-30T00:02:50.198119Z 45292 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-11-30T00:02:50.198144Z 45292 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 15 2025-11-30T00:02:50.198179Z 45292 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::processSetCacheManagerConfigResponse #371 : CosyControllerImpl::setCacheManagerConfig callback 2025-11-30T00:02:50.198211Z 45292 [a54fadde] 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-11-30T00:02:50.198340Z 21052 [a54fadde] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::SetCacheConfig. 2025-11-30T00:02:50.198413Z 21052 [a54fadde] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = SetCacheConfig with request id = Reqc7e4aa8d-fbbf-4015-ac0d-66bc9671133b 2025-11-30T00:02:50.212384Z 45292 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-11-30T00:02:50.212458Z 45292 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-11-30T00:02:50.243835Z 45292 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.333100 ms 2025-11-30T00:02:50.243893Z 45292 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-11-30T00:02:50.243925Z 45292 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-11-30T00:02:50.243949Z 45292 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-11-30T00:02:50.261424Z 43936 [] transfer DBG jura::AbstractTransferRequestImpl::onCompletion #909 : Normal completion accepted for request 4 2025-11-30T00:02:50.261494Z 43936 [] dcx.http INF AdobeDCX::DcxHTTPRequest::executeRequest::::operator () #603 : DcxHTTPRequest::executeRequest:completionFn Request completed with status: 200 and Acsl error: ErrNone 2025-11-30T00:02:50.261532Z 43936 [] 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=b8ca1a08-10db-4b52-99cf-d8df5279cbff 2025-11-30T00:02:50.261564Z 43936 [] 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-11-30T00:02:50.261949Z 48040 [] RemoteFileSystem INF acp::local::lite::impl::RemoteFileSystemImpl::getQuotaData::::operator () #171 : Received success callback for getQuotaResource 2025-11-30T00:02:50.262005Z 43936 [] dcx.http INF AdobeDCX::DcxHTTPSession::invokeIfPending #330 : No pending requests or excess outstanding requests 2025-11-30T00:02:50.262051Z 48040 [] AnalyticsEventListener INF acp::local::lite::impl::AnalyticsEventListenerImpl::processEvent #77 : Sending Cosylib Analytics with requestId [b8ca1a08-10db-4b52-99cf-d8df5279cbff]! 2025-11-30T00:02:50.262108Z 48040 [] Analytics ERR acp::local::lite::SyncComponentsAnalyticsWrapper::sendEventAndErase #123 : Couldn't send the event with request ID : 2025-11-30T00:02:50.262181Z 48040 [] CoreSyncControllerImpl DBG acp::local::lite::impl::CoreSyncControllerImpl::sendResponse #150 : CoreSyncControllerImpl::sendResponse 2025-11-30T00:02:50.262209Z 48040 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-11-30T00:02:50.262234Z 48040 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 10485760 2025-11-30T00:02:50.262257Z 48040 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #662 : CosyControllerImpl::handleResponse Unable to handle message of type : 10485760 2025-11-30T00:02:50.262281Z 48040 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::handleResponse #772 : SyncControllerImpl::handleResponse Received message of type: 10485760 2025-11-30T00:02:50.262304Z 48040 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::processQuotaDataResponse #533 : SyncControllerImpl::processQuotaDataResponse 2025-11-30T00:02:50.262342Z 48040 [69f0a356] 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-11-30T00:02:50.262383Z 48040 [] SyncControllerImpl DBG acp::local::lite::cosylib::SyncControllerImpl::processQuotaDataResponse #550 : SyncControllerImpl::Callback handled of type: 10485760, requestId: b8ca1a08-10db-4b52-99cf-d8df5279cbff 2025-11-30T00:02:50.262412Z 48040 [] SyncControllerEventMapper DBG acp::local::lite::cosylib::SyncControllerEventMapper::processEvents #228 : SyncControllerEventMapper::processEvents Received message of type: 10485760 2025-11-30T00:02:50.262437Z 48040 [] UserManagerImpl DBG acp::local::lite::cosylib::UserManagerImpl::handleResponse #234 : UserManagerImpl::handleResponse Received message of type: 10485760 2025-11-30T00:02:50.262468Z 21052 [69f0a356] SystemOperations DBG acp::local::lite::impl::ACPLLiteSystemOperations::getStorageMetadata::::operator () #283 : Successfully fetched Cloud Storage Metadata 2025-11-30T00:02:50.262825Z 21052 [69f0a356] SystemOperations DBG acp::local::lite::impl::ACPLLiteSystemOperations::fillCacheSizes #242 : System application cache excluding rendition : [size = 0] 2025-11-30T00:02:50.262859Z 21052 [69f0a356] SystemOperations DBG acp::local::lite::impl::ACPLLiteSystemOperations::fillCacheSizes #260 : System application cache including rendition : [size = 0] 2025-11-30T00:02:50.262960Z 21052 [69f0a356] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::GetStorageMetadata. 2025-11-30T00:02:50.263016Z 21052 [69f0a356] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = GetStorageMetadata with request id = Req895b2223-1672-409a-b1e7-ea25b7972ecf 2025-11-30T00:02:50.384916Z 21052 [f215220f] PromisifiedSessionFacade INF acp::local::impl::FacadePromiseWrapper >::processResult::::operator () #158 : Received success callback for PromisifiedSessionFacade::getRepoMetadata. 2025-11-30T00:02:50.385175Z 21052 [f215220f] AssetOperations DBG acp::local::lite::impl::ACPLLiteAssetOperations::getCloudRepoMetadata::::()::::operator () #336 : GET REPO METADATA (Cloud): Translating repoMetadataResourceResult to PageItem. 2025-11-30T00:02:50.385385Z 21052 [f215220f] AssetDeviceStorage INF acp::local::lite::AssetDeviceStorage::getAssetDescriptor #597 : Calling getAssetDescriptor for composite [{"cloud_id":"urn:aaid:sc:US:10a1bbdc-c4eb-4832-9ee4-6b863a08932b","repository_id":"urn:aaid:sc:US:3a550a44-3066-4fb1-91fb-51c0935e3a73","preference":0,"storage_area":1}] 2025-11-30T00:02:50.385425Z 21052 [f215220f] AssetDeviceStorage DBG acp::local::lite::AssetDeviceStorage::getAssetDescriptor #605 : Calling getAssetDescriptor for composite with cloudId 2025-11-30T00:02:50.385618Z 21052 [f215220f] AssetDeviceStorage ERR acp::local::lite::AssetDeviceStorage::getAssetDescriptor #619 : getAssetDescriptor failed for [{"cloud_id":"urn:aaid:sc:US:10a1bbdc-c4eb-4832-9ee4-6b863a08932b","repository_id":"urn:aaid:sc:US:3a550a44-3066-4fb1-91fb-51c0935e3a73","preference":0,"storage_area":1}] with error : Error with domain: AdobeDCXErrorDomain error code: 18 2025-11-30T00:02:50.385661Z 21052 [f215220f] ACPLSyncError INF acp::local::lite::impl::ACPLSyncError::dcxErrorToACPLSyncError #98 : DCX error code translating to ACPL status code: 18 2025-11-30T00:02:50.385718Z 21052 [f215220f] PageItem DBG acp::local::lite::impl::ACPLLitePageItemImpl::translateCPRepoMetadataResource #212 : PageItemImpl::translateCPRepoMetadataResource() -- [id = urn:aaid:sc:US:10a1bbdc-c4eb-4832-9ee4-6b863a08932b][type = image/jpeg][created = 2025-05-23T04:52:42.741Z][modified = 2025-05-23T04:52:42.741Z][eTag = "9d8cc8db-7b42-4fe9-a9db-b708d59e7c34"][storage assignee = 581F208E67EE740D0A495FA3@821b1f78631c0ced495c57.e, USER][storage area = OTHER_USER_STORAGE] 2025-11-30T00:02:50.385787Z 21052 [f215220f] ACPLLiteFileItem DBG acp::local::lite::impl::ACPLLiteFileItemImpl::translateCPRepoMetadataResource #80 : FileItem::translateCPRepoMetadataResource() -- [size(in bytes) = 645727] -- [version = 0] -- [width = 1200] -- [height = 1200] -- [pages = 0] 2025-11-30T00:02:50.385835Z 21052 [f215220f] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::GetRepoMetadata. 2025-11-30T00:02:50.385876Z 21052 [f215220f] Analytics DBG acp::local::impl::SDKAnalyticsData::send #417 : Not sending success event for workflow: Get Repo Metadata 2025-11-30T00:02:50.385906Z 21052 [f215220f] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = GetRepoMetadata with request id = Req19eb9d6e-9702-4d2d-b863-2298d1c7f423 2025-11-30T00:02:50.386265Z 47656 [] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [c2f0d367-9500-454f-b1d8-97a74fab298a] 2025-11-30T00:02:50.386308Z 47656 [c2f0d367] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is c2f0d367-9500-454f-b1d8-97a74fab298a. This will be truncated in the following lines. 2025-11-30T00:02:50.386337Z 47656 [c2f0d367] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::GetRepoMetadata called. 2025-11-30T00:02:50.386395Z 47656 [c2f0d367] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = GetRepoMetadata with request id = Reqb42a14ed-1fe1-4167-bcbc-42d78e19eb68 2025-11-30T00:02:50.386450Z 21052 [c2f0d367] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:50.386508Z 21052 [c2f0d367] AssetDeviceStorage INF acp::local::lite::AssetDeviceStorage::getAssetDescriptor #597 : Calling getAssetDescriptor for composite [{"cloud_id":"urn:aaid:sc:US:10a1bbdc-c4eb-4832-9ee4-6b863a08932b","repository_id":"urn:aaid:sc:US:3a550a44-3066-4fb1-91fb-51c0935e3a73","preference":2,"storage_area":255}] 2025-11-30T00:02:50.386543Z 21052 [c2f0d367] AssetDeviceStorage DBG acp::local::lite::AssetDeviceStorage::getAssetDescriptor #605 : Calling getAssetDescriptor for composite with cloudId 2025-11-30T00:02:50.386595Z 21052 [c2f0d367] AssetDeviceStorage ERR acp::local::lite::AssetDeviceStorage::getAssetDescriptor #619 : getAssetDescriptor failed for [{"cloud_id":"urn:aaid:sc:US:10a1bbdc-c4eb-4832-9ee4-6b863a08932b","repository_id":"urn:aaid:sc:US:3a550a44-3066-4fb1-91fb-51c0935e3a73","preference":2,"storage_area":255}] with error : Error with domain: AdobeDCXErrorDomain error code: 18 2025-11-30T00:02:50.386631Z 21052 [c2f0d367] ACPLSyncError INF acp::local::lite::impl::ACPLSyncError::dcxErrorToACPLSyncError #98 : DCX error code translating to ACPL status code: 18 2025-11-30T00:02:50.386681Z 21052 [c2f0d367] AssetOperations DBG acp::local::lite::impl::ACPLLiteAssetOperations::getRepoMetadata #120 : GET REPO METADATA: Asset[{"cloud_id":"urn:aaid:sc:US:10a1bbdc-c4eb-4832-9ee4-6b863a08932b","repository_id":"urn:aaid:sc:US:3a550a44-3066-4fb1-91fb-51c0935e3a73","preference":2,"storage_area":255}] 2025-11-30T00:02:50.386720Z 21052 [c2f0d367] AssetOperations INF acp::local::lite::impl::ACPLLiteAssetOperations::getLocalRepoMetadata #149 : GET Local REPO METADATA: Asset[{"cloud_id":"urn:aaid:sc:US:10a1bbdc-c4eb-4832-9ee4-6b863a08932b","repository_id":"urn:aaid:sc:US:3a550a44-3066-4fb1-91fb-51c0935e3a73","preference":2,"storage_area":255}] 2025-11-30T00:02:50.386776Z 21052 [c2f0d367] AssetDeviceStorage INF acp::local::lite::AssetDeviceStorage::getAssetDescriptor #597 : Calling getAssetDescriptor for composite [{"cloud_id":"urn:aaid:sc:US:10a1bbdc-c4eb-4832-9ee4-6b863a08932b","repository_id":"urn:aaid:sc:US:3a550a44-3066-4fb1-91fb-51c0935e3a73","preference":2,"storage_area":255}] 2025-11-30T00:02:50.386811Z 21052 [c2f0d367] AssetDeviceStorage DBG acp::local::lite::AssetDeviceStorage::getAssetDescriptor #605 : Calling getAssetDescriptor for composite with cloudId 2025-11-30T00:02:50.386853Z 21052 [c2f0d367] AssetDeviceStorage ERR acp::local::lite::AssetDeviceStorage::getAssetDescriptor #619 : getAssetDescriptor failed for [{"cloud_id":"urn:aaid:sc:US:10a1bbdc-c4eb-4832-9ee4-6b863a08932b","repository_id":"urn:aaid:sc:US:3a550a44-3066-4fb1-91fb-51c0935e3a73","preference":2,"storage_area":255}] with error : Error with domain: AdobeDCXErrorDomain error code: 18 2025-11-30T00:02:50.386888Z 21052 [c2f0d367] ACPLSyncError INF acp::local::lite::impl::ACPLSyncError::dcxErrorToACPLSyncError #98 : DCX error code translating to ACPL status code: 18 2025-11-30T00:02:50.386912Z 21052 [c2f0d367] ACPLError INF acp::local::impl::translateDCXErrorsToACPLStatusCode #38 : DCX error code translating to ACPL status code: 18 2025-11-30T00:02:50.386976Z 21052 [c2f0d367] RequestManager ERR acp::local::impl::RequestManager::executeRequest::::operator () #186 : Sending error response with status code 40400, Status Message: for HL API StorageClient::GetRepoMetadata. 2025-11-30T00:02:50.387026Z 21052 [c2f0d367] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #213 : Request removed for api = GetRepoMetadata with request id = Reqb42a14ed-1fe1-4167-bcbc-42d78e19eb68 2025-11-30T00:02:50.387114Z 21052 [c2f0d367] ACPLClient INF acp::local::impl::setAndGetRequestIDInRequestOptions #1082 : Client didn't pass xRequestId. Created new xRequestId: [96e1d286-c56d-4c91-990d-e0e20504e81f] 2025-11-30T00:02:50.387148Z 21052 [96e1d286] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 96e1d286-c56d-4c91-990d-e0e20504e81f. This will be truncated in the following lines. 2025-11-30T00:02:50.387174Z 21052 [96e1d286] RequestManager INF acp::local::impl::RequestManager::executeRequest #144 : HL API StorageClient::GetRendition called. 2025-11-30T00:02:50.387237Z 21052 [96e1d286] RequestManager DBG acp::local::impl::RequestManager::executeRequest #262 : Request registered for api = GetRendition with request id = Req19be4490-dbd7-478c-bcb1-6d1b4edd232f 2025-11-30T00:02:50.387269Z 24424 [96e1d286] RequestManager DBG acp::local::impl::RequestManager::performPrerequisites #34 : Performing prereusite checks for request execution 2025-11-30T00:02:50.387346Z 24424 [96e1d286] AssetDeviceStorage INF acp::local::lite::AssetDeviceStorage::getAssetDescriptor #597 : Calling getAssetDescriptor for composite [{"cloud_id":"urn:aaid:sc:US:10a1bbdc-c4eb-4832-9ee4-6b863a08932b","repository_id":"urn:aaid:sc:US:3a550a44-3066-4fb1-91fb-51c0935e3a73","preference":2,"storage_area":255}] 2025-11-30T00:02:50.387383Z 24424 [96e1d286] AssetDeviceStorage DBG acp::local::lite::AssetDeviceStorage::getAssetDescriptor #605 : Calling getAssetDescriptor for composite with cloudId 2025-11-30T00:02:50.387435Z 24424 [96e1d286] AssetDeviceStorage ERR acp::local::lite::AssetDeviceStorage::getAssetDescriptor #619 : getAssetDescriptor failed for [{"cloud_id":"urn:aaid:sc:US:10a1bbdc-c4eb-4832-9ee4-6b863a08932b","repository_id":"urn:aaid:sc:US:3a550a44-3066-4fb1-91fb-51c0935e3a73","preference":2,"storage_area":255}] with error : Error with domain: AdobeDCXErrorDomain error code: 18 2025-11-30T00:02:50.387472Z 24424 [96e1d286] ACPLSyncError INF acp::local::lite::impl::ACPLSyncError::dcxErrorToACPLSyncError #98 : DCX error code translating to ACPL status code: 18 2025-11-30T00:02:50.387528Z 24424 [96e1d286] AssetOperations INF acp::local::lite::impl::ACPLLiteAssetOperations::getRendition #2216 : GET RENDITION: Asset[{"cloud_id":"urn:aaid:sc:US:10a1bbdc-c4eb-4832-9ee4-6b863a08932b","repository_id":"urn:aaid:sc:US:3a550a44-3066-4fb1-91fb-51c0935e3a73","preference":2,"storage_area":255}] 2025-11-30T00:02:50.387578Z 24424 [96e1d286] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getUserBaseDirName #745 : Successfully fetched userBaseDirName. user: 7C4B055F46F3F71B992015A8@AdobeID, userBaseDirName: 7C4B055F46F3F71B992015A8@ADOBEID 2025-11-30T00:02:50.388519Z 24424 [96e1d286] RenditionUtils ERR acp::local::lite::impl::ACPLLiteRenditionUtils::isRenditionAvailableLocally #92 : DCX Error details cause : Error with domain: AdobePlatformErrorDomain win32 error: 2 2025-11-30T00:02:50.388561Z 24424 [96e1d286] AssetOperations INF acp::local::lite::impl::ACPLLiteAssetOperations::getRendition #2293 : GET RENDITION: Getting rendition from cloud. 2025-11-30T00:02:50.388623Z 24424 [96e1d286] PromisifiedSessionFacade INF acp::local::impl::PromisifiedSessionFacade::getRendition #302 : PromisifiedSessionFacade::getRendition called. 2025-11-30T00:02:50.702391Z 24424 [96e1d286] PromisifiedSessionFacade INF acp::local::impl::FacadePromiseWrapper::processResult::::operator () #158 : Received success callback for PromisifiedSessionFacade::getRendition. 2025-11-30T00:02:50.702634Z 24424 [96e1d286] RequestManager INF acp::local::impl::RequestManager::executeRequest::::operator () #219 : Sending success response for HL API StorageClient::GetRendition. 2025-11-30T00:02:50.702693Z 24424 [96e1d286] Analytics DBG acp::local::impl::SDKAnalyticsData::send #417 : Not sending success event for workflow: Get Rendition 2025-11-30T00:02:50.702828Z 24424 [96e1d286] RequestManager DBG acp::local::impl::RequestManager::executeRequest::::operator () #239 : Request removed for api = GetRendition with request id = Req19be4490-dbd7-478c-bcb1-6d1b4edd232f 2025-11-30T00:03:19.324932Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-11-30T00:03:19.325031Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-11-30T00:03:19.678851Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:03:19.678946Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:03:49.326835Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-11-30T00:03:49.326911Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-11-30T00:03:49.692809Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:03:49.692868Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:03:50.258078Z 45292 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-11-30T00:03:50.258149Z 45292 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-11-30T00:03:50.289650Z 45292 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.459300 ms 2025-11-30T00:03:50.289701Z 45292 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-11-30T00:03:50.289733Z 45292 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-11-30T00:03:50.289757Z 45292 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-11-30T00:04:19.338913Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-11-30T00:04:19.339027Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-11-30T00:04:19.705730Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:04:19.705795Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:04:49.342691Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-11-30T00:04:49.342758Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-11-30T00:04:49.712594Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:04:49.712675Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:04:50.302387Z 45292 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-11-30T00:04:50.302458Z 45292 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-11-30T00:04:50.333046Z 45292 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.548700 ms 2025-11-30T00:04:50.333095Z 45292 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-11-30T00:04:50.333127Z 45292 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-11-30T00:04:50.333154Z 45292 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-11-30T00:05:19.352966Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-11-30T00:05:19.353026Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-11-30T00:05:19.722653Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:05:19.722735Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:05:49.355932Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-11-30T00:05:49.355996Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-11-30T00:05:49.725869Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:05:49.725934Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:05:50.339447Z 45292 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-11-30T00:05:50.339516Z 45292 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-11-30T00:05:50.370388Z 45292 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.828800 ms 2025-11-30T00:05:50.370443Z 45292 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-11-30T00:05:50.370477Z 45292 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-11-30T00:05:50.370500Z 45292 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-11-30T00:06:19.368584Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-11-30T00:06:19.368652Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-11-30T00:06:19.737271Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:06:19.737366Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:06:49.377041Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-11-30T00:06:49.377116Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-11-30T00:06:49.743353Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:06:49.743427Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:06:50.385339Z 45292 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-11-30T00:06:50.385407Z 45292 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-11-30T00:06:50.415948Z 45292 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.502500 ms 2025-11-30T00:06:50.415997Z 45292 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-11-30T00:06:50.416029Z 45292 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-11-30T00:06:50.416053Z 45292 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-11-30T00:07:19.389665Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-11-30T00:07:19.389804Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-11-30T00:07:19.754643Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:07:19.754757Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:07:49.395262Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-11-30T00:07:49.395345Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-11-30T00:07:49.670207Z 46628 [] RenditionCacheManager INF acp::local::lite::impl::RenditionCacheManagerImpl::startGC #175 : Trying GC.. 2025-11-30T00:07:49.670395Z 46628 [] RenditionCacheManager INF acp::local::lite::impl::RenditionCacheManagerImpl::createUserCacheDirIfDoesNotExist #276 : User cache directory already present at path ACPLocal.Next\7C4B055F46F3F71B992015A8@ADOBEID\rendition 2025-11-30T00:07:49.670665Z 46628 [] RenditionCacheManager INF acp::local::lite::impl::RenditionCacheManagerImpl::createWorker #222 : Creating worker.. 2025-11-30T00:07:49.670858Z 46628 [] RenditionCacheGCWorker INF acp::local::lite::impl::RenditionCacheGCWorker::process #49 : Starting process.. 2025-11-30T00:07:49.670916Z 39380 [] RenditionCacheGCWorker INF acp::local::lite::impl::RenditionCacheGCWorker::start #89 : Getting contents of cache. 2025-11-30T00:07:49.671187Z 39380 [] RenditionCacheGCWorker INF acp::local::lite::impl::RenditionCacheGCWorker::start #98 : Cache num files: 4 2025-11-30T00:07:49.671217Z 39380 [] RenditionCacheGCWorker INF acp::local::lite::impl::RenditionCacheGCWorker::start #108 : Start time: 2025-11-30T00:07:49Z 2025-11-30T00:07:49.671243Z 39380 [] RenditionCacheGCWorker DBG acp::local::lite::impl::RenditionCacheGCWorker::isEligibleForGC #207 : Not Eligible for GC. last-time:[2025-11-30T00:02:50Z], file:ACPLocal.Next\7C4B055F46F3F71B992015A8@ADOBEID\rendition\00000000-0000-0000-0000-000000000000\2956085097\1206747198.png 2025-11-30T00:07:49.671274Z 39380 [] RenditionCacheGCWorker DBG acp::local::lite::impl::RenditionCacheGCWorker::isEligibleForGC #195 : Not Eligible for GC. Directory is not Empty, file:[ACPLocal.Next\7C4B055F46F3F71B992015A8@ADOBEID\rendition\00000000-0000-0000-0000-000000000000\2956085097] 2025-11-30T00:07:49.671302Z 39380 [] GCWorkersCoordinator DBG acp::local::lite::impl::GCWorkersCoordinator::canGC #113 : Skipping GC for Sentinel file :[C:\Users\luctr\AppData\LocalLow\Adobe\Acrobat\DC\SAM_V1\ACPLocal.Next\7C4B055F46F3F71B992015A8@ADOBEID\rendition\~rendition~] 2025-11-30T00:07:49.671330Z 39380 [] RenditionCacheGCWorker DBG acp::local::lite::impl::RenditionCacheGCWorker::isEligibleForGC #195 : Not Eligible for GC. Directory is not Empty, file:[ACPLocal.Next\7C4B055F46F3F71B992015A8@ADOBEID\rendition\00000000-0000-0000-0000-000000000000] 2025-11-30T00:07:49.671357Z 39380 [] RenditionCacheGCWorker INF acp::local::lite::impl::RenditionCacheGCWorker::processItemList #156 : Done with cleanup. 2025-11-30T00:07:49.671379Z 39380 [] RenditionCacheManager INF acp::local::lite::impl::RenditionCacheManagerImpl::handleWorkerResult #242 : Handling worker result.. 2025-11-30T00:07:49.671401Z 39380 [] GCWorkersCoordinator INF acp::local::lite::impl::GCWorkersCoordinator::updateSentinelTimeStamp #72 : Updating sentinel file modification time [2025-11-30T00:07:49Z] 2025-11-30T00:07:49.671492Z 39380 [] RenditionCacheManager INF acp::local::lite::impl::RenditionCacheManagerImpl::sendResultNotification #328 : Sending Notification after Rendition GC is completed.. 2025-11-30T00:07:49.671530Z 39380 [] 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-11-30T00:07:49.671563Z 39380 [] ObservationBridge DBG acp::local::lite::notification::TaskOnQueueHandler::postTaskOnQueue #157 : Enqueuing 303000100000001 bridge for acp::local::lite::impl::ObservationBridgeImpl::bridge at ObservationBridge.cpp:105 2025-11-30T00:07:49.671598Z 39380 [] RenditionCacheManager INF acp::local::lite::impl::RenditionCacheManagerImpl::destroyWorker #307 : Destroying worker.. waitForComplete:[0] 2025-11-30T00:07:49.671622Z 39380 [] RenditionCacheManager INF acp::local::lite::impl::RenditionCacheManagerImpl::startGCAfter #203 : Scheduling GC after 86400 seconds 2025-11-30T00:07:49.671650Z 23100 [] ObservationBridge DBG messageHandlerWrapper #54 : Handling 1 bridge for acp::local::lite::impl::ObservationBridgeImpl::bridge at ObservationBridge.cpp:105 2025-11-30T00:07:49.671697Z 23100 [] ObservationBridge INF messageHandlerWrapper #56 : bridge notification - Bridge Notification. Inner Notification: Notification Type: 140000 Target AppId: SessionId: TargetIpcData: IPCData: appId: appVersion: sourceId: 2025-11-30T00:07:49.671732Z 23100 [] 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-11-30T00:07:49.671769Z 23100 [] InProcessMessenger DBG acp::local::lite::messenger::InProcessMessenger::processResponse #86 : InProcessMessenger::processResponse 2025-11-30T00:07:49.671798Z 23100 [] CosyControllerImpl DBG acp::local::lite::cosylib::CosyControllerImpl::handleResponse #626 : CosyControllerImpl::handleResponse Received message of type: 1310720 2025-11-30T00:07:49.671844Z 23100 [9ac2b0b6] ThreadPool.h DBG acp::local::impl::LogContextWrapper::init #42 : x-request-id for current request is 9ac2b0b6-3e42-4fc1-bbe8-3b4b8bda12b7. This will be truncated in the following lines. 2025-11-30T00:07:49.671873Z 23100 [9ac2b0b6] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent #830 : Entry: EventHandlerImpl::eventHandler, cosylib::EventType = 21 2025-11-30T00:07:49.671906Z 23100 [9ac2b0b6] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent #1101 : Exit: EventHandlerImpl::eventHandler 2025-11-30T00:07:49.671935Z 23100 [] ObservationBridge DBG messageHandlerWrapper #63 : SUCCESS in call function 2025-11-30T00:07:49.671966Z 44268 [9ac2b0b6] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent::::operator () #855 : Processing cosylib event, EventType = 21 2025-11-30T00:07:49.672008Z 44268 [9ac2b0b6] EventHandler INF acp::local::lite::impl::EventHandlerImpl::handleEvent::::operator () #1039 : Received RenditionGCCompleted Event 2025-11-30T00:07:49.672038Z 44268 [9ac2b0b6] NotificationOperations DBG acp::local::lite::impl::ACPLLiteNotificationOperations::invokeCallbacks #124 : Invoking callbacks for the notification of type : RENDITION_CACHE_PURGE, [Midtier notification type = 0 ] 2025-11-30T00:07:49.672070Z 44268 [9ac2b0b6] NotificationOperations INF acp::local::lite::impl::ACPLLiteNotificationOperations::invokeCallbacks #130 : Started calling 0 callbacks found for RENDITION_CACHE_PURGE::NONE::0 notification 2025-11-30T00:07:49.672121Z 44268 [9ac2b0b6] NotificationOperations INF acp::local::lite::impl::ACPLLiteNotificationOperations::invokeCallbacks #135 : Completed calling 0 callbacks found for RENDITION_CACHE_PURGE::NONE::0 notification 2025-11-30T00:07:49.762165Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:07:49.762225Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:07:50.422227Z 45292 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-11-30T00:07:50.422295Z 45292 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-11-30T00:07:50.453325Z 45292 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.990200 ms 2025-11-30T00:07:50.453379Z 45292 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-11-30T00:07:50.453413Z 45292 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-11-30T00:07:50.453441Z 45292 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-11-30T00:08:19.395435Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-11-30T00:08:19.395566Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-11-30T00:08:19.777771Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:08:19.777850Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:08:49.399400Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-11-30T00:08:49.399469Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-11-30T00:08:49.781339Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:08:49.781406Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:08:50.456986Z 45292 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-11-30T00:08:50.457060Z 45292 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-11-30T00:08:50.488056Z 45292 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.951300 ms 2025-11-30T00:08:50.488106Z 45292 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-11-30T00:08:50.488139Z 45292 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-11-30T00:08:50.488164Z 45292 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-11-30T00:09:19.404834Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-11-30T00:09:19.404906Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-11-30T00:09:19.790195Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:09:19.790286Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:09:49.411411Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-11-30T00:09:49.411482Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-11-30T00:09:49.793923Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:09:49.793988Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:09:50.497686Z 45292 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-11-30T00:09:50.497754Z 45292 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-11-30T00:09:50.528582Z 45292 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.789500 ms 2025-11-30T00:09:50.528633Z 45292 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-11-30T00:09:50.528666Z 45292 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-11-30T00:09:50.528690Z 45292 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-11-30T00:10:19.421627Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-11-30T00:10:19.421787Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-11-30T00:10:19.809443Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:10:19.809516Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:10:49.433943Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-11-30T00:10:49.434009Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-11-30T00:10:49.814117Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:10:49.814189Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:10:50.537237Z 45292 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-11-30T00:10:50.537391Z 45292 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-11-30T00:10:50.568981Z 45292 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 31.543600 ms 2025-11-30T00:10:50.569042Z 45292 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-11-30T00:10:50.569083Z 45292 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-11-30T00:10:50.569109Z 45292 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-11-30T00:11:19.445604Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-11-30T00:11:19.445673Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-11-30T00:11:19.828249Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:11:19.828364Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:11:49.447051Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-11-30T00:11:49.447149Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-11-30T00:11:49.835870Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:11:49.835941Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:11:50.573000Z 45292 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-11-30T00:11:50.573070Z 45292 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-11-30T00:11:50.603489Z 45292 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 30.380100 ms 2025-11-30T00:11:50.603539Z 45292 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-11-30T00:11:50.603573Z 45292 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-11-30T00:11:50.603598Z 45292 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded 2025-11-30T00:12:19.458847Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-11-30T00:12:19.458911Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-11-30T00:12:19.845642Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:12:19.845709Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:12:49.460534Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::getCurrentUser #63 : getCurrentUser 2025-11-30T00:12:49.460620Z 18896 [] IdentityManagerImpl DBG acp::local::lite::impl::IdentityManagerImpl::healthCheck #68 : healthCheck 2025-11-30T00:12:49.857737Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #97 : Backoff RESET: 30 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:12:49.857848Z 47740 [] SyncRetryPolicy INF acp::local::lite::impl::SyncRetryPolicy::resetBackOff #98 : Total Backoff RESET: 0 UserId: 7C4B055F46F3F71B992015A8@AdobeID SessionId: a876cb82-b1d6-48aa-82bf-3857a5602605_933b525c-9b76-4058-b342-0e09cf075973 2025-11-30T00:12:50.611677Z 45292 [] SqliteCommonDataAccess DBG acp::local::lite::impl::SqliteCommonDataAccess::getCacheConfig #817 : Successfully fetched cache config params from DB : Max Cached Asset Count : 30, Cache Purge Threshold Seconds : 86400, Secondary Cache Purge Threshold Seconds : 3600, Asset TTL Seconds : 2592000, Max Cache Size (In Bytes) : 21474836480, Cache Purge Interval (In seconds) : 60, Cache Purge Threshold Percent : 85, Cache Purge By Percent : 50, Active Asset Interval : 86400, Bypass guard rails flag : 0, Index Resource Persist Interval: 2592000 2025-11-30T00:12:50.611794Z 45292 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::tryLockExclusive #47 : Successfully acquired IntraProcess Exclusive lock 2025-11-30T00:12:50.644552Z 45292 [] CacheManager INF acp::local::lite::impl::CacheManagerImpl::executeAssetSizeBasedCachePurgePolicyWrapper #185 : Time taken by executeAssetSizeBasedCachePurgePolicy 32.695900 ms 2025-11-30T00:12:50.644619Z 45292 [] IntraProcessLock INF acp::local::lite::impl::IntraProcessLock::unlockExclusive #56 : Successfully released IntraProcess Exclusive lock 2025-11-30T00:12:50.644658Z 45292 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionStarted #44 : Garbage Collection started by DCX 2025-11-30T00:12:50.644683Z 45292 [] GarbageCollectionObserver INF acp::local::lite::impl::GarbageCollectionObserver::reportGarbageCollectionSuccess #48 : Garbage Collection succeeded