Last Modified: Jun 19, 2025
Affected Product(s):
BIG-IQ Platform
Known Affected Versions:
8.2.0, 8.2.0.1
Opened: Sep 13, 2023 Severity: 3-Major
1. Application service deployment fails in Big IQ with error status: 422: /declare failed with status of 422, Failed to get cm-bigip-allBigIpDevices device for address <bigip-address> : java.lang.IllegalStateException: Device not found in device group: java.lang.IllegalStateException: Device not found in device group' 2. Tokumond service gets restarted
Search filter in Applications -> Application Deployments works when searched with existing column values but does not work when searched with values other than mentioned in columns.
When large number of application services are deployed in parallel approximately 50+
Modify /usr/share/rest/tokumon/config/black-list.js 1. vi /usr/share/rest/tokumon/config/black-list.js 2. Add this entry to the list - /cm/global/tasks/deploy-app-service File should look like this cat /usr/share/rest/tokumon/config/black-list.js "use strict"; var BLACK_LIST = [ '/global/utility', '/asm/tasks/export-policy', '/working-config/snapshots', '/asm/working-config/policies/signatures/policysignaturearraystate', '/access/reports/tasks/oauth-token-creation-task', '/access/reports/tasks/oauth-update-sessions-task', '/access/reports/tasks/saml-error-log-creation-task', 'cm/websafe/utility/verify-soc-connection', 'cm/websafe/utility/verify/email-connection', '/shared/authorization/journals', '/cm/global/tasks/deploy-app-service' ]; exports.BLACK_LIST = BLACK_LIST;
None