Zopkio icon indicating copy to clipboard operation
Zopkio copied to clipboard

Example referenced in docs is not running.

Open pkilner opened this issue 9 years ago • 1 comments

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 avatar May 18 '16 22:05 pkilner

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

pkilner avatar May 19 '16 16:05 pkilner