When I run Hyperledger Caliper with Zookeper I get the following error:
I got this error in the client(different machine), obviously the address is not localhost, the address is the server ip.
When I go to logs, I can not see anything else... Only failed to connect before the deadline error and endorsement error because timeout
Facts:
- I'm using virtualbox with bridge adapter network
- I can reach the server from client (I proved it doing ping from client to server)
- The ports are opened (I proved it using telnet)
- If run the test with local clients it runs well
Thanks in advance