LinkedInAttic / Zopkio

A Functional and Performance Test Framework for Distributed Systems
Apache License 2.0
159 stars 33 forks source link

Example referenced in docs is not running. #107

Open pkilner opened 8 years ago

pkilner commented 8 years ago

Trying to get Zopkio up and running. I have a fresh install of FreeBSD HEAD and installed Zopkio via ports. Running example test suite that was suggested in doc, but fails. Has anyone tried running the example? Very little debuggin logging, which is making this difficult to troubleshoot.

root@tcp-val-2 # zopkio server_client.py --console-log-level DEBUG 2016-05-18 10:13:05,823 zopkio [INFO] Starting zopkio Password: 2016-05-18 10:13:07,736 naarad [INFO] Available graphing modules: 2016-05-18 10:13:07,749 zopkio.test_runner [INFO] Setting up configuration: config1 2016-05-18 10:13:13,717 zopkio.remote_host_helper [ERROR] Ambiguous output redirect.

2016-05-18 10:13:14,059 zopkio.remote_host_helper [ERROR] Ambiguous output redirect.

2016-05-18 10:13:14,395 zopkio.remote_host_helper [ERROR] Ambiguous output redirect.

2016-05-18 10:13:14,736 zopkio.deployer [ERROR] Log file /tmp/server_client/AdditionClients/client1/logs/AdditionClient.log does not exist on localhost ...

After reading through the code, my only guess is that the AdditionServer is not getting started. I think parimiko is running a cmd to determine the PID number of AdditionServer but is failing to gerp anything. So paramiko is error'ing out 'Ambiguous output redirect'. But I don't know for sure.

pkilner commented 8 years ago

Turns out that I needed to install a java interpreter. This should be made a dependency of the zopkio port.