In the /var/log/raas/raas logfile you will see errors similar to the following:
File "raas/utils/rpc.py", line 299, in process_rpc_request_within_its_own_context
File "pop/contract.py", line 176, in __call__
File "pop/contract.py", line 170, in __call__
File "/var/lib/raas/unpack/_MEIJGvlzn/raas/mods/rpc/contracts/permissions.py", line 873, in call
return ctx.func(*ctx.args, **ctx.kwargs)
File "/var/lib/raas/unpack/_MEIJGvlzn/raas/mods/rpc/master.py", line 333, in get_plugin_versions
return available_versions(hub)
File "raas/utils/masterplugin.py", line 137, in available_versions
File "raas/utils/masterplugin.py", line 108, in _list_whls
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/raas/unpack/_MEIJGvlzn/raas/static/master_plugins'
This error is benign and is safe to be ignored. The issue has been resolved in the vRealize Automation 8.11.0 release
One way to stop the error is to create the missing directory reported in the trace-back (in this instance /var/lib/raas/unpack/_MEIJGvlzn/raas/static/master_plugins) on the raas instance once the service is up.