Can't run workload on client VMs, cause error in mapping prefixes.
Here is my ViewPlanner.log:
2016-08-18 10:57:07,063 DEBUG Waiting for the prefixes map to be fetched from View server.
2016-08-18 10:57:12,067 ERROR Error communicating with ViewPlanner agent in View server. Restart the View Planner agent service in View server and try again.
Viewplanner-viewagent.txt
Sat, 23 Apr 2016 07:42:08 DEBUG Got the harness root object from the harness: 192.168.80.242
Sat, 23 Apr 2016 11:42:04 INFO Getting the prefixes for all the pools
Sat, 23 Apr 2016 11:42:05 ERROR 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 158, in remote_mapPrefixToPool
File "C:\Package\viewadmin.py", line 137, in mapPrefixToPool
TypeError: string indices must be integers, not str
Result of debugging of serviceagent.pyc:
PS C:\> python serviceagent.pyc debug
Debugging service ViewPlannerAgent - press Ctrl+C to stop.
Staring the ViewPlanner Agent service.
Starting the twisted server on the machine for harness to send commands....
192.168.80.242
Getting the harness root object from the harness: 192.168.80.242
Adding the callback for getting the root object from the appliance
Error 0xC0000003 - The instance's SvcRun() method failed
Traceback (most recent call last):
File "C:\Python26\lib\site-packages\win32\lib\win32serviceutil.py", line 806, in SvcRun
self.SvcDoRun()
File "d:\build\ob\bora-3657232\performance\viewplanner\ViewAgent\Package\C\serviceagent.py", line 73, in SvcDoRun
File "d:\build\ob\bora-3657232\performance\viewplanner\ViewAgent\Package\C\twisted_interface.py", line 39, in listen
File "C:\Python26\lib\site-packages\twisted\internet\posixbase.py", line 419, in listenTCP
p.startListening()
File "C:\Python26\lib\site-packages\twisted\internet\tcp.py", line 857, in startListening
raise CannotListenError, (self.interface, self.port, le)
CannotListenError: Couldn't listen on any:9200: [Errno 10048] Only one usage of each socket address (protocol/network ad
dress/port) is normally permitted.
(null): (null)
What's wrong?