Hi,
after a successful run (including uploading is finished) I din't get any latency results in the web UI
When I look at the viewplanner.log I see the folloiwng error:
tail -f viewplanner.log
File "/usr/lib/python2.6/site-packages/txjsonrpc/web/jsonrpc.py", line 112, in render
defer.maybeDeferred(function, *args).addErrback(
--- <exception caught here> ---
File "/usr/lib/python2.6/site-packages/twisted/internet/defer.py", line 133, in maybeDeferred
result = f(*args, **kw)
File "/tmp/ViewPlanner/web_interface.py", line 527, in jsonrpc_getResultsMap
File "mysql_interface.py", line 554, in getTestAverages
exceptions.IndexError: list index out of range
When I run the report.pyc script alone I've got the following error:
[root@viewplanner ViewPlanner]# python report.pyc -t "load-view" -m remote
Writing raw data to file: load-view.dat
report.pyc: No steady-state iterations to be scored. Could not generate report.
I've applied the patch mentioned in the thread http://communities.vmware.com/thread/423015
Any ideas?
Regards,Christian