I am now getting this error no matter what I do.
I see similar errors on the server side about "One or more mappers failed to initialize - can't proceed with initialization".
$ forseti inventory list
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/forseti_security-2.0.0-py2.7.egg/google/cloud/forseti/services/cli.py", line 1031, in <module>
main(sys.argv[1:], ENV_CONFIG)
File "/usr/local/lib/python2.7/dist-packages/forseti_security-2.0.0-py2.7.egg/google/cloud/forseti/services/cli.py", line 1013, in main
services[config.service](client, config, output, config_env)
File "/usr/local/lib/python2.7/dist-packages/forseti_security-2.0.0-py2.7.egg/google/cloud/forseti/services/cli.py", line 736, in run_inventory
actions[config.action]()
File "/usr/local/lib/python2.7/dist-packages/forseti_security-2.0.0-py2.7.egg/google/cloud/forseti/services/cli.py", line 717, in do_list_inventory
for inventory in client.list():
File "/usr/local/lib/python2.7/dist-packages/grpc/_channel.py", line 350, in next
return self._next()
File "/usr/local/lib/python2.7/dist-packages/grpc/_channel.py", line 341, in _next
raise self
grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with (StatusCode.UNKNOWN, Exception iterating responses: One or more mappers failed to initialize - can't proceed with initialization
of other mappers. Triggering mapper: 'Mapper|Member|262b641dbfb41c53941cf5afcf038417_members'. Original exception was: Class 'google.cloud.forseti.services.dao.Binding' is not mapped)>
Logged back in the client vm and "forseti inventory list" works now.