Re: mesos-containerizer: error while loading shared libraries: libmesos-0.24.0.so

2015-09-23 Thread Joris Van Remoortere
Can you run the slave and executor with GLOG_v=1 set on the environment and try to provide some more context for this error: > mesos-containerizer: error while loading shared libraries: > libmesos-0.24.0.so: cannot open shared object file: No such file or > directory Are there

mesos-containerizer: error while loading shared libraries: libmesos-0.24.0.so

2015-09-17 Thread F21
ies to launch a task (such as a journal node), it fails and I can see this in the stderr of the sandbox: mesos-containerizer: error while loading shared libraries: libmesos-0.24.0.so: cannot open shared object file: No such file or directory What causes this problem and how can I resolve it?

Re: mesos-containerizer: error while loading shared libraries: libmesos-0.24.0.so

2015-09-17 Thread haosdent
. > > However, when the scheduler tries to launch a task (such as a journal > node), it fails and I can see this in the stderr of the sandbox: > > mesos-containerizer: error while loading shared libraries: > libmesos-0.24.0.so: cannot open shared object file: No such file or > directory > > What causes this problem and how can I resolve it? > > -- Best Regards, Haosdent Huang

Re: mesos-containerizer: error while loading shared libraries: libmesos-0.24.0.so

2015-09-17 Thread F21
l node), it fails and I can see this in the stderr of the sandbox: mesos-containerizer: error while loading shared libraries: libmesos-0.24.0.so <http://libmesos-0.24.0.so>: cannot open shared object file: No such file or directory What causes this problem and how can I resolve it? -- Best Regards, Haosdent Huang

Re: mesos-containerizer: error while loading shared libraries: libmesos-0.24.0.so

2015-09-17 Thread haosdent
nvironment variables: >> LD_LIBRARY_PATH=/path/to/mesos/lib >> JAVA_HOME is also set up correctly >> >> >> I then attempted to run mesos-hdfs from the master. The scheduler >> launches properly. >> >> However, when the scheduler tries to launch a t

Re: mesos-containerizer: error while loading shared libraries: libmesos-0.24.0.so

2015-09-17 Thread F21
I have that set using the environment variable: MESOS_EXECUTOR_ENVIRONMENT_VARIABLES={"LD_LIBRARY_PATH": "/path/to/mesos/lib"} However, it doesn't seem to have any effect. On 18/09/2015 12:27 AM, haosdent wrote: MESOS_EXECUTOR_ENVIRONMENT_VARIABLES={"LD_LIBRARY_PATH": "/path/to/mesos/lib"}

Re: mesos-containerizer: error while loading shared libraries: libmesos-0.24.0.so

2015-09-17 Thread F21
Hey haosdent, I was the one that opened the issue :) On 18/09/2015 1:52 PM, haosdent wrote: Hi, @F21 You problems is similar to https://issues.apache.org/jira/browse/MESOS-3462? I would test it tonight and give you feedback later. On Fri, Sep 18, 2015 at 5:59 AM, F21