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

[jira] [Comment Edited] (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=16160831#comment-16160831 ] 

Christopher Ogle edited comment on MESOS-7958 at 9/11/17 7:23 AM:
------------------------------------------------------------------

Yep, that worked, thanks. [~mcypark] would you maybe want to me to explore setting up a Troubleshooting section that tracks and attempts answer issues like these?


was (Author: cogle):
Yep, that worked. [~mcypark] would you maybe want to me to explore setting up a Troubleshooting section that tracks and attempts answer issues like these?

> 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)