-
Notifications
You must be signed in to change notification settings - Fork 17
Communication problem with the runner #30
Description
Hello,
I test TestIt livingDoc and I feel we can not communicate with the runner.
I run runner in localhost with the command :
/usr/java/JDK8/bin/java -jar livingdoc-remote-agent-1.1.1-complete.jar -port 56000
and when I execute the test I have the following errors:
org.apache.xmlrpc.XmlRpcException: null values not supported by XML-RPC at org.apache.xmlrpc.XmlWriter.writeObject(XmlWriter.java:231) at org.apache.xmlrpc.XmlWriter.writeObject(XmlWriter.java:297) at org.apache.xmlrpc.XmlWriter.writeObject(XmlWriter.java:297) at org.apache.xmlrpc.XmlWriter.writeObject(XmlWriter.java:297) at org.apache.xmlrpc.XmlRpcClientRequestProcessor.encodeRequest(XmlRpcClientRequestProcessor.java:70) [wrapped] org.apache.xmlrpc.XmlRpcClientException: Failure writing request at org.apache.xmlrpc.XmlRpcClientRequestProcessor.encodeRequest(XmlRpcClientRequestProcessor.java:74) at org.apache.xmlrpc.XmlRpcClientRequestProcessor.encodeRequestBytes(XmlRpcClientRequestProcessor.java:100) at org.apache.xmlrpc.XmlRpcClientWorker.execute(XmlRpcClientWorker.java:69) at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:193) at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:184) at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:177) at info.novatec.testit.livingdoc.server.rpc.xmlrpc.client.XmlRpcV2ClientImpl.execute(XmlRpcV2ClientImpl.java:54) [wrapped] info.novatec.testit.livingdoc.server.rpc.xmlrpc.client.XmlRpcClientExecutorException: org.apache.xmlrpc.XmlRpcClientException: Failure writing request at info.novatec.testit.livingdoc.server.rpc.xmlrpc.client.XmlRpcV2ClientImpl.execute(XmlRpcV2ClientImpl.java:56)
I throw the runner or not, I still have the same problem.
About my config and test :
- The project :
https://drive.google.com/file/d/0B7E4-uvMfAYXUUtFZGdVa1h0WHM/view?usp=sharing - The runner :
https://drive.google.com/file/d/0B7E4-uvMfAYXUHkyWTNNNEdPOTg/view?usp=sharing - The test:
https://drive.google.com/file/d/0B7E4-uvMfAYXTWhQUDJrQ0xLd0E/view?usp=sharing - the error:
https://drive.google.com/file/d/0B7E4-uvMfAYXbnNxSm5sS1BndFU/view?usp=sharing