Created attachment 949383 [details] Setup log Description of problem: When I let automatically configure remote reports using ssh as root I get Failed to execute stage 'Misc configuration': execve() arg 3 contains a non-string value error Version-Release number of selected component (if applicable): 3.5 How reproducible: always on my setup Steps to Reproduce: 1. install rhevm-reports-setup on remote host 2. engine-setup 3. choose option to setup engine server using ssh as root Actual results: error Expected results: correct installation Additional info:
It's in manual setup as well.
The setup log contains, in the env passed to js-ant: 'JAVA_HOME': None, so execve complains because None is not a string. Pushed a change to otopi to emit a nicer error message. *** This bug has been marked as a duplicate of bug 1157220 ***
*** Bug 1155028 has been marked as a duplicate of this bug. ***