You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Jie Yu (JIRA)" <ji...@apache.org> on 2017/12/22 22:57:00 UTC

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

     [ https://issues.apache.org/jira/browse/MESOS-7958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jie Yu updated MESOS-7958:
--------------------------
    Target Version/s:   (was: 1.5.0)

> 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
>    Affects Versions: 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.3.0, 1.3.1, 1.3.2, 1.4.0, 1.4.1
>            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)