You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mesos.apache.org by Joaquin Alzola <Jo...@lebara.com> on 2017/01/11 09:44:35 UTC

Error running Application in Marathon

Hi Guys

I have the following error running an application on Marathon.

I0110 22:16:29.048617 31888 containerizer.cpp:1489] Checkpointing container's forked pid 32028 to '/tmp/mesos/local/0/meta/slaves/2060e189-a0c7-42b6-aa07-95828d2065a4-S0/frameworks/2f3fb1d0-d990-4013-8f23-326de597e4e2-0000/executors/basic-joaquin.6f0026c2-d782-11e6-923d-ea09eed2770d/runs/dcd58aed-0717-4078-9919-b3993d088ef5/pids/forked.pid'
mesos-containerizer: error while loading shared libraries: libmesos-1.1.0.so: cannot open shared object file: No such file or directory
I0110 22:16:29.133458 31890 containerizer.cpp:2313] Container dcd58aed-0717-4078-9919-b3993d088ef5 has exited

Running the test-framework for java and python work perfectly, but failing for c++.

BR

Joaquin
This email is confidential and may be subject to privilege. If you are not the intended recipient, please do not copy or disclose its content but contact the sender immediately upon receipt.

Re: Error running Application in Marathon

Posted by haosdent <ha...@gmail.com>.
hi, @joaquin how you launch mesos agents. It looks like the library search
path of your agents are incorrect.

On Wed, Jan 11, 2017 at 5:44 PM, Joaquin Alzola <Jo...@lebara.com>
wrote:

> Hi Guys
>
>
>
> I have the following error running an application on Marathon.
>
>
>
> I0110 22:16:29.048617 31888 containerizer.cpp:1489] Checkpointing
> container's forked pid 32028 to '/tmp/mesos/local/0/meta/
> slaves/2060e189-a0c7-42b6-aa07-95828d2065a4-S0/
> frameworks/2f3fb1d0-d990-4013-8f23-326de597e4e2-0000/
> executors/basic-joaquin.6f0026c2-d782-11e6-923d-
> ea09eed2770d/runs/dcd58aed-0717-4078-9919-b3993d088ef5/pids/forked.pid'
>
> mesos-containerizer: error while loading shared libraries:
> libmesos-1.1.0.so: cannot open shared object file: No such file or
> directory
>
> I0110 22:16:29.133458 31890 containerizer.cpp:2313] Container
> dcd58aed-0717-4078-9919-b3993d088ef5 has exited
>
>
>
> Running the test-framework for java and python work perfectly, but failing
> for c++.
>
>
>
> BR
>
>
>
> Joaquin
> This email is confidential and may be subject to privilege. If you are not
> the intended recipient, please do not copy or disclose its content but
> contact the sender immediately upon receipt.
>



-- 
Best Regards,
Haosdent Huang