Open akefirad opened 5 years ago
So you managed to compile, with OTP 20.3, I suppose. The badfile BEAM error is clearly an indication that the mqtt_worker files are compiled with a newer OTP version. Can you try deleting all mqtt_worker related .beam files?
No I couldn't do it on Ubuntu 18.04. What I did was to try to test vmq_mzbench
on the official docker image. But it kept failing due to a lot of missing dependencies (git, make, escript, etc) After installing everything (including OTP 20.3) it failed with the given error :disappointed:
I also set up a virtual machine with Ubuntu 16.04 + OTP 20.3 (which you confirmed it's working) and managed to build mzbench from source. But when I tried to run the vmq_mzbench sample scenario it failed with "director_connection_down" (something similar to this issue, but it's still open) Do you have any idea how to solve it?
I'm trying to use the simple scenario in mzbench docker container. After a lot of troubleshooting (mostly installing missing dependencies to build the source) I managed to install/build the worker. But when I try to run the sample scenario given in the blog, it fails with the following log: