Just wondering if anyone has seen this error and how I might fix it. I can run local workloads just fine, but Remote or Passive workloads do not start. It gets as far as "Waiting for VMs to settle..." and then this appears in the log:
Unhandled Error
Traceback from remote host -- Traceback unavailable
2012-04-13 20:49:19,053 ERROR Error from the remote: Error in mapping prefixes with error: 2004: Error in mapping VM Prefixes to Pools: string indices must be integers, not str
Traceback:
Traceback (most recent call last):
File "C:\Package\listener.py", line 152, in remote_mapPrefixToPool
File "C:\Package\viewadmin.py", line 133, in mapPrefixToPool
TypeError: string indices must be integers, not str
2012-04-13 20:49:19,736 DEBUG Returning the current status: 0 with message (-1, 'Error in mapping prefixes with error: 2004: Error in mapping VM Prefixes to Pools: string indices must be integers, not str\n Traceback:\n Traceback (most recent call last):\n File "C:\\Package\\listener.py", line 152, in remote_mapPrefixToPool\n File "C:\\Package\\viewadmin.py", line 133, in mapPrefixToPool\nTypeError: string indices must be integers, not str\n. Please see viewplanner.log for more details')
2012-04-13 20:49:23,720 DEBUG Waiting for the prefixes map to be fetched from View server...
That last messge repeats indefinitely. Any idea what may have gone wrong?