I am using View Planner 2.1, on vSphere 5.1 and View 5.2. Trying to start local workload on WIndows 7 32-bit.
When I start test, Planner finds VM, restarts it and shows that VM is registered, but nothing happening after this. For hours I can see only
Status: [IP Registered: 1] [Workload Started on 0 machines ] [ Uploaded results --> Desktops: 0 ]
On desktop vm I can see this error:
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 "C:\Package\serviceagent.py", line 32, in SvcDoRun
IOError: (4, 'Interrupted function call')
%2: %3
On appliance in viewplanner.log I find this errors:
2013-04-30 09:06:26,918 INFO ------------------------------------------------------------
2013-04-30 09:06:26,918 INFO Checking for compliance
2013-04-30 09:06:26,919 INFO ------------------------------------------------------------
2013-04-30 09:06:26,919 INFO Checking in the AD group: local
2013-04-30 09:06:26,919 INFO Checking for thinktime : Not OK
2013-04-30 09:06:26,919 INFO Checking for iterations : OK
2013-04-30 09:06:26,919 INFO Checking for applist : Not OK
2013-04-30 09:06:26,919 INFO Checking for protocol (PCoIP) : Not OK
2013-04-30 09:06:26,919 INFO Checking for mode (remote) : Not OK
2013-04-30 09:06:26,919 INFO Checking compliance for vm: Image-Planer
2013-04-30 09:06:26,991 INFO Checking for no. of vcpu : OK
2013-04-30 09:06:26,991 INFO Checking for virtual memory allocated : Not OK
2013-04-30 09:06:26,991 INFO Checking for guest os : OK
2013-04-30 09:06:26,991 WARNING The compliance failed for this VM: Image-Planer (skipping..)
2013-04-30 09:06:26,991 INFO ============================================================
2013-04-30 09:06:26,991 INFO There were 5 compliance violations
2013-04-30 09:06:26,992 INFO ============================================================
2013-04-30 09:06:26,992 INFO Waiting for VMs to settle and sleeping for the ramp up time
2013-04-30 09:06:52,988 INFO Running query: INSERT INTO testinfo (test_name, ClientIP_FK, ServerIP_FK, protocol, username, password, test_state, start_time, type) values ("Temp", "192.168.147.100", "192.168.147.100", "RDP", "local_1", "passw0rd", "waiting", "2013-04-30 09:06:52", 0)
2013-04-30 09:06:52,999 INFO Running query: SELECT * from testinfo where test_name = "Temp" and test_state = "waiting" and ClientIP_FK = "192.168.147.100" and ServerIP_FK = "192.168.147.100"
2013-04-30 09:06:53,000 INFO ------------------------------------------------------------
2013-04-30 09:06:53,000 INFO Initiating the execute plan for the run profile
2013-04-30 09:06:53,000 INFO ------------------------------------------------------------
2013-04-30 09:06:53,000 INFO Starting the local workload for all the desktop VMs...
2013-04-30 09:06:53,000 INFO Running query: SELECT * from testinfo where ServerIP_FK = "192.168.147.100" and test_state = "waiting"
2013-04-30 09:06:53,001 INFO The server test id is 7
2013-04-30 09:06:53,001 INFO Running query: UPDATE hostinfo SET state = "Busy" where IPADDR = "192.168.147.100"
2013-04-30 09:06:53,002 INFO Running query: UPDATE testinfo SET test_name = "Adobe", protocol = "RDP", username = "local_1", password = "passw0rd", test_state = "Running", start_time = "2013-04-30 09:06:53" where test_id = 7
2013-04-30 09:06:53,004 INFO Pushing workload config to the VM: 192.168.147.100
2013-04-30 09:06:53,004 INFO executing remote command with args: server: 192.168.147.100, test_name: Adobe
2013-04-30 09:06:53,004 INFO adding callback function for getting the remote root object for ipaddr: 192.168.147.100
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
Failure: twisted.internet.error.TCPTimedOutError: TCP connection timed out: 110: Connection timed out.
Unhandled error in Deferred:
Unhandled Error
Traceback (most recent call last):
Failure: twisted.internet.error.TCPTimedOutError: TCP connection timed out: 110: Connection timed out.
2013-04-30 09:23:58,305 INFO New server registration: 192.168.147.100
Any idea what may have gone wrong? Thanks in advance for your help!