Revoking access roles did not reflect on UI under cluster
search cancel

Revoking access roles did not reflect on UI under cluster

book

Article ID: 373999

calendar_today

Updated On:

Products

CA Identity Manager

Issue/Introduction

Removing roles for users in IDM resulting role remains on the user's profile in cluster.  One of the node reflect the change but not on the node that submitted the change

Environment

Identity Manager 14.5

Cause

Problem with cluster configuration

Resolution

Follow these steps on all Cluster Nodes:

  • Navigate to 
    appserver_home
    /bin/ and then either standalone.sh (for Linux) or standalone.bat (for Windows).
  • Modify the line BIND_ADDRESS=0.0.0.0 to BIND_ADDRESS=
    Machine 
    IP Address
    .
  • Uncomment a line according to your environment:
     
  • IPv6 Only: 
    REM set "IDM_OPTS=%IDM_OPTS% -Djava.net.preferIPv6Addresses=true".
  •  
  • IPv6 and IPv4: 
    REM set "IDM_OPTS=%IDM_OPTS% -Djava.net.preferIPv4Stack=true"
  •  
  • Restart your application server.