Relevant part:
Caused by: java.lang.IllegalArgumentException: /var/zookeeper/myid file ismissing
so every node should have that file, and its content should be id of the current node. In your case on machine master1 you should do
echo 1 > /var/zookeeper/myid 2 for slave1, etc... Cheers, Luka