found the problem. Thanks for the help. It was because I changed the directory, and it couldn't find the executor.
Best Regards Mohamad Rezaei ------------------- Researcher at PDC KTH Royal Institute of Technology On Mon, Oct 28, 2013 at 10:02 PM, Vinod Kone <[email protected]> wrote: > Sorry. I was blind. The values are different: 127.0.*0*.1 vs 127.0.*1*.1. > > You might want to provide the correct ip of the master via '--ip' of the > master. In this case, it should be --ip=127.0.0.1. > > > On Mon, Oct 28, 2013 at 1:51 PM, Vinod Kone <[email protected]> wrote: > >> That is strange because the values look the same "[email protected]:5050". >> Can you paste the steps to reproduce this? >> Also, what version of Mesos are you running? >> >> >> On Mon, Oct 28, 2013 at 1:47 PM, Mohamad Rezaei <[email protected]> wrote: >> >>> I am getting this error now that I am trying to run the examples (This >>> is from slave's log): >>> >>> W1028 21:44:08.980669 22533 slave.cpp:540] Ignoring registration message >>> from [email protected]:5050 because it is not the expected master >>> [email protected]:5050 >>> >>> I wonder if the problem is because of my framework code or this is >>> something that I should fix in mesos's code? >>> >>> Best Regards >>> Mohamad Rezaei >>> ------------------- >>> Researcher at PDC >>> KTH Royal Institute of Technology >>> >> >> >

