Build 1.10 2252: hitting similar issue with below traceback: A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /usr/lib/python2.7/dist-packages/schema_transformer/to_bgp.py in launch_arc(transformer=, ssrc_mapc=) 3371 result = arc_mapc.call('poll', pollreq) 3372 try: 3373 transformer.process_poll_result(result) 3374 except Exception as e: 3375 cgitb.Hook( transformer = transformer.process_poll_result = > result = '' /usr/lib/python2.7/dist-packages/schema_transformer/to_bgp.py in process_poll_result(self=, poll_result_str='') 3028 pass 3029 else: 3030 func(idents, meta) 3031 # end for meta 3032 # end for result_type func = > idents = {'network-policy': 'default-domain:admin:policy0', 'virtual-network': 'default-domain:admin:vnet3'} meta = /usr/lib/python2.7/dist-packages/schema_transformer/to_bgp.py in add_virtual_network_network_policy(self=, idents={'network-policy': 'default-domain:admin:policy0', 'virtual-network': 'default-domain:admin:vnet3'}, meta=) 2697 policy = NetworkPolicyST.locate(policy_name) 2698 2699 policy.networks_back_ref.add(virtual_network.name) 2700 vnp = VirtualNetworkPolicyType() 2701 vnp.build(meta) policy = policy.networks_back_ref = set([]) policy.networks_back_ref.add = virtual_network = None virtual_network.name undefined : 'NoneType' object has no attribute 'name' __class__ = __delattr__ = __dict__ = {} __doc__ = 'Attribute not found.' __format__ = __getattribute__ = __getitem__ = __getslice__ = __hash__ = __init__ = __new__ = __reduce__ = __reduce_ex__ = __repr__ = __setattr__ = __setstate__ = __sizeof__ = __str__ = __subclasshook__ = __unicode__ = args = ("'NoneType' object has no attribute 'name'",) message = "'NoneType' object has no attribute 'name'" The above is a description of an error in a Python program. Here is the original traceback: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/schema_transformer/to_bgp.py", line 3373, in launch_arc transformer.process_poll_result(result) File "/usr/lib/python2.7/dist-packages/schema_transformer/to_bgp.py", line 3030, in process_poll_result func(idents, meta) File "/usr/lib/python2.7/dist-packages/schema_transformer/to_bgp.py", line 2699, in add_virtual_network_network_policy policy.networks_back_ref.add(virtual_network.name) AttributeError: 'NoneType' object has no attribute 'name' all logs @mayamruga:/home/bhushana/Documents/technical/bugs/1344233/alok