Example of Reproduction:
Run the following command in CLI (names will vary per environment):
get_jobs_matching_fields(patterns_by_field_name={'NAME':'bx_uxico004_testl', 'SCHEDULER':'GIS-TEST'})
Unexpected error during communication with JAWS server: <type 'exceptions.TypeError'>
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "./../lib/jaws.py", line 4811, in get_jobs_matching_fields
keys = _call_ejb3(JobStreamDataManagerRemote, 'getMatchingKeysForFields', pattern_map, use_or)
File "./../lib/jaws.py", line 8081, in _call_ejb3
return method(*args)
TypeError: Supertypes that share a modified attribute have an MRO conflict[attribute=__deepcopy__, supertypes=[<type 'java.util.Set'>], type=AdaptiveSet]