Other messages:
Traceback (most recent call last): File "/Users/avenkatr/zopkioenv/lib/python2.7/site-packages/zopkio-0.1.16-py2.7.egg/zopkio/test_runner.py", line 370, in _run_and_verify_test test.function() File "/Users/avenkatr/Zopkio/examples/server_client/test_suites/base_tests.py", line 42, in test_correctness client_deployer.start("client1", configs={"args": "localhost 8002 1 2 3".split(), "sync": True}) File "/Users/avenkatr/zopkioenv/lib/python2.7/site-packages/zopkio-0.1.16-py2.7.egg/zopkio/adhoc_deployer.py", line 258, in start exec_with_env(ssh, command, msg="Failed to start", env=env, sync=configs.get('sync', False)) File "/Users/avenkatr/zopkioenv/lib/python2.7/site-packages/zopkio-0.1.16-py2.7.egg/zopkio/remote_host_helper.py", line 86, in exec_with_env return better_exec_command(ssh, new_command, msg) File "/Users/avenkatr/zopkioenv/lib/python2.7/site-packages/zopkio-0.1.16-py2.7.egg/zopkio/remote_host_helper.py", line 115, in better_exec_command raise ParamikoError(msg, err_msg) ParamikoError: Failed to start Exception in thread "main" java.util.EmptyStackException at java.util.Stack.peek(Stack.java:102) at org.apache.logging.log4j.core.impl.ThrowableProxy.resolvePackageData(ThrowableProxy.java:339) at org.apache.logging.log4j.core.impl.ThrowableProxy.(ThrowableProxy.java:71) at org.apache.logging.log4j.core.impl.Log4jLogEvent.(Log4jLogEvent.java:108) at org.apache.logging.log4j.core.impl.Log4jLogEvent.(Log4jLogEvent.java:79) at org.apache.logging.log4j.core.config.LoggerConfig.createEvent(LoggerConfig.java:352) at org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:280) at org.apache.logging.log4j.core.Logger.log(Logger.java:108) at org.apache.logging.log4j.spi.AbstractLogger.error(AbstractLogger.java:1075) at AdditionClient.main(AdditionClient.java:68)
|