You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Yanjun Shen (JIRA)" <ji...@apache.org> on 2017/09/11 06:30:01 UTC

[jira] [Commented] (MESOS-7958) The example framework `test-framework` is broken.

    [ https://issues.apache.org/jira/browse/MESOS-7958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16160791#comment-16160791 ] 

Yanjun Shen commented on MESOS-7958:
------------------------------------

i can run this example  "test_framework". This issue caused by your library environment,please 
check your library directory like this.
echo $LD_LIBRARY_PATH
and then can you find the libmesos.so in the directory?

My environment look as :

echo $LD_LIBRARY_PATH
/usr/local/lib:/usr/lib
[root@mytest test_libprocess]# ls /usr/local/lib/libmesos-1.3.0.so 
/usr/local/lib/libmesos-1.3.0.so

gook luck!


> The example framework `test-framework` is broken.
> -------------------------------------------------
>
>                 Key: MESOS-7958
>                 URL: https://issues.apache.org/jira/browse/MESOS-7958
>             Project: Mesos
>          Issue Type: Bug
>          Components: framework
>            Reporter: Michael Park
>         Attachments: screenshot-1.png
>
>
> The {{test-framework}} example framework does not work.
> Launching a cluster like so:
> {code}
> MESOS_RESOURCES="cpus:32;mem:512;disk:1024" MESOS_REGISTRY="in_memory" ./bin/mesos-local.sh --num_slaves=1 --ip=127.0.0.1 --port=4040 --work_dir=$HOME/mesos-local
> {code}
> and trying to launch the {{test-framework}} like so:
> {code}
> ./src/test-framework --master=127.0.0.1:4040
> {code}
> {code}
> /home/mpark/projects/mesos/build/src/.libs/test-executor: error while loading shared libraries: libmesos-1.5.0.so: cannot open shared object file: No such file or directory
> {code}
> It seems that {{test-executor}} cannot load {{libmesos.so}} correctly.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)