twitter-archive / diffy

Find potential bugs in your services with Diffy
https://twitter.com/diffyproject
Apache License 2.0
3.83k stars 368 forks source link

Tutorial not working #24

Closed benjelloun23 closed 8 years ago

benjelloun23 commented 8 years ago

Hello,

I'm testing Diffy, but when i follow the tutorial it's seems Diffy not working.

  1. The server : java.lang.IllegalArgumentException: requirement failed: You must specify host and port
  2. I use Curl to call proxy and nothing happen on Diffy.

This is my configuration:

java -jar ./target/scala-2.11/diffy-server.jar \ -candidate='http://192.168.10.116:50753/tempo/version:9992' \ -master.primary='http://192.168.10.116:50752/tempo/version:9990' \ -master.secondary='http://192.168.10.116:50752/tempo/version:9991' \ -service.protocol='http' \ -serviceName='My-Service' \ -proxy.port=:31900 \ -admin.port=:31159 \ -http.port=:31149 \ -rootUrl='localhost:31149'

Then i call Curl : curl localhost:31900/192.168.10.116:50753/tempo/version curl localhost:31900/192.168.10.116:50752/tempo/version

Can some one help me please? Thank you,