"make install" does work! I think now test-framework works good. Thanks Niklas for your great help!
[root@mesos1 build]# ./src/test-framework --master=192.168.122.5:5050 I0820 22:42:58.505616 24070 sched.cpp:126] Version: 0.19.1 I0820 22:42:58.517617 24084 sched.cpp:222] New master detected at [email protected]:5050 I0820 22:42:58.518546 24084 sched.cpp:230] No credentials provided. Attempting to register without authentication I0820 22:42:58.522212 24084 sched.cpp:397] Framework registered with 20140820-154546-91924672-5050-22011-0009 Registered! .Starting task 0 on mesos1 Starting task 1 on mesos1 Starting task 2 on mesos1 Starting task 3 on mesos1 W0820 22:42:58.526640 24087 sched.cpp:901] Attempting to launch task 1 with an unknown offer 20140820-154546-91924672-5050-22011-487 W0820 22:42:58.526698 24087 sched.cpp:901] Attempting to launch task 2 with an unknown offer 20140820-154546-91924672-5050-22011-487 W0820 22:42:58.526727 24087 sched.cpp:901] Attempting to launch task 3 with an unknown offer 20140820-154546-91924672-5050-22011-487 Task 0 is in state 1 Task 0 is in state 2 Task 1 is in state 1 Task 1 is in state 2 Task 2 is in state 1 Task 3 is in state 1 Task 2 is in state 2 Task 3 is in state 2 .Starting task 4 on mesos1 Task 4 is in state 1 Task 4 is in state 2 I0820 22:42:59.857741 24084 sched.cpp:730] Stopping framework '20140820-154546-91924672-5050-22011-0009' 2014-08-20 22:21 GMT+08:00 Niklas Nielsen <[email protected]>: > You can set LD_LIBRARY_PATH to include "/root/mesos-0.19.1/build/src/.libs/" > on your machine > For example, `LD_LIBRARY_PATH=/root/mesos-0.19.1/build/src/.libs/ > ./src/test-framework > --master=192.168.122.5:5050` > > Or run make install and get the mesos library to a well known library > location. If you are still running into problems here, then take a look at > ldconfig and /etc/ld.so.conf > > Niklas > > > On 20 August 2014 07:05, Qian Zhang <[email protected]> wrote: > >> Thanks Niklas! >> >> Here is the stderr I found: >> >> # cat >> /tmp/mesos/slaves/20140820-152819-91924672-5050-21680-0/frameworks/20140820-152819-91924672-5050-21680-0000/executors/default/runs/latest/stderr >> >> /root/mesos-0.19.1/build/src/.libs/test-executor: error while loading >> shared libraries: libmesos-0.19.1.so: cannot open shared object file: No >> such file or directory >> >> So I think you are right, the libmesos-0.19.1.so can not be located. >> >> Can you please let me know how to resolve this issue? >> >> >> Thanks! >> Qian >> >> >> >> 2014-08-20 21:11 GMT+08:00 Niklas Nielsen <[email protected]>: >> >> Hi Qian, >>> >>> State 5 is TASK_LOST. Can you take a look at the executor logs? I have >>> seen this before for the test frameworks when they can't locate libmesos.so >>> or the executor binary. >>> >>> Cheers, >>> Niklas >>> >>> >>> On 20 August 2014 01:11, Qian Zhang <[email protected]> wrote: >>> >>>> Hi All, >>>> >>>> I am trying mesos-0.19.1, and when I ran " ./src/test-framework >>>> --master=192.168.122.5:5050" (192.168.122.5 is my mesos master's IP, >>>> and I was also running ./src/test-framework on mesos master), I found it >>>> just can not finish: >>>> >>>> [root@mesos1 build]# ./src/test-framework --master=192.168.122.5:5050 >>>> I0820 15:31:02.603349 21797 sched.cpp:126] Version: 0.19.1 >>>> I0820 15:31:02.612529 21817 sched.cpp:222] New master detected at >>>> [email protected]:5050 >>>> I0820 15:31:02.613699 21817 sched.cpp:230] No credentials provided. >>>> Attempting to register without authentication >>>> I0820 15:31:02.618561 21817 sched.cpp:397] Framework registered with >>>> 20140820-152819-91924672-5050-21680-0000 >>>> Registered! >>>> .Starting task 0 on mesos1 >>>> Starting task 1 on mesos1 >>>> Starting task 2 on mesos1 >>>> Starting task 3 on mesos1 >>>> W0820 15:31:02.623677 21822 sched.cpp:901] Attempting to launch task 1 >>>> with an unknown offer 20140820-152819-91924672-5050-21680-0 >>>> W0820 15:31:02.623733 21822 sched.cpp:901] Attempting to launch task 2 >>>> with an unknown offer 20140820-152819-91924672-5050-21680-0 >>>> W0820 15:31:02.623759 21822 sched.cpp:901] Attempting to launch task 3 >>>> with an unknown offer 20140820-152819-91924672-5050-21680-0 >>>> Task 0 is in state 5 >>>> Task 1 is in state 5 >>>> Task 2 is in state 5 >>>> Task 3 is in state 5 >>>> .Starting task 4 on mesos1 >>>> Task 4 is in state 5 >>>> >>>> .................................................................................................................... >>>> >>>> It last a long time ... >>>> >>>> Any ideas about what happened? >>>> >>>> >>>> Thanks, >>>> Qian >>>> >>>> >>>> >>> >> >

