When Adding Privileges to the Role Through Java Client, Searching for Privileges By "Show All" Does Not Return Any Result, Java Console Log Shows: com.agile.admin.client.value.AdminException: Node {ID} does not exist in the cache. It may have been deleted
(Doc ID 2983477.1)
Last updated on JANUARY 24, 2024
Applies to:
Oracle Agile PLM Framework - Version 9.3.6.0 and laterInformation in this document applies to any platform.
Symptoms
Attempting to select privileges to include in the Role from Java Client.
When searching for the privilege by selecting Match If: "Show All", there is no response.
If searched by Match If: "Contain Any" and typing in keyword, result returns so there are privileges saved in the system.
- After enabling java console log, see below stack trace generated when reproducing the issue:
com.agile.admin.client.value.AdminException: Node {ID} does not exist in the cache. It may have been deleted already.
at com.agile.admin.server.ADictionary.getNodeByID(ADictionary.java:224)
at com.agile.admin.server.list.ADListStatus.getListItemByID(ADListStatus.java:332)
at com.agile.admin.server.list.ADListStatus.getListItemValueByID(ADListStatus.java:365)
at com.agile.admin.server.ADList.getListItemValueByID(ADList.java:402)
at com.agile.admin.server.ADCriteriaNode.buildBaseNode(ADCriteriaNode.java:240)
at com.agile.admin.server.rolepriv.ADPriv.buildBaseNode(ADPriv.java:1783)
The issue can be reproduced at will with the following steps:
- Log into Java Client as admin user, and go to Admin tab > Settings > User Settings > Roles, and Create New.
- Edit Privilege.
- On the Select Privilege screen, select Match If: Show All, and Apply.
- See there is no response back.
- Enable java console log by referring to the instruction in Note:1456651.1, and try again.
- See "com.agile.admin.client.value.AdminException: Node {ID} does not exist in the cache. It may have been deleted already." generated in the java console log.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |