Hello, Can you run the faban_client with the host IP address: 127.0.0.1 and see the result? Can you please also check the logs on Faban machine and on web_server?
Regards, Nooshin On Fri, Dec 9, 2016 at 6:24 AM, Zhang, Xiaobao <[email protected]> wrote: > I start the db-server, memcache-server, web-server by following commands: > > $ docker run -dt --net=host --name=mysql_server > cloudsuite/web-serving:db_server web_server > > > > $docker run -dt --net=host --name=memcache_server > cloudsuite/web-serving:memcached_server > > > > $docker run -dt --net=host --name=web_server > cloudsuite/web-serving:web_server /etc/bootstrap.sh > > > > Then I run the client by command: > > $docker run --net=host --name=faban_client > cloudsuite/web-serving:faban_client web_server > > > > But the results is: > > > > Starting Faban Server > > Please point your browser to http://mesos-03:9980/ > > Exception in thread "main" java.net.UnknownHostException: web_server > > > > > > Where did I wrong? > > >
