You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Bill Zhao <ta...@gmail.com> on 2011/06/28 21:25:25 UTC

Latest mesos webui error

I complied the lastest mesos on Ubuntu 10.04 LTS.  mesos-master
process seems to crash when I try to load the webui.  Otherwise, it
seems to work.


Here the error message:

hadoop@ubuntu:~/mesos$ u
Linux ubuntu 2.6.32-32-generic #62-Ubuntu SMP Wed Apr 20 21:52:38 UTC
2011 x86_64 GNU/Linux

hadoop@ubuntu:~/mesos$ bin/mesos-master &
[3] 2007
hadoop@ubuntu:~/mesos$ I0628 12:17:05.702160  2007 logging.cpp:40]
Logging to /home/hadoop/mesos/logs
I0628 12:17:05.703578  2007 main.cpp:75] Build: 2011-06-14 18:21:03 by hadoop
I0628 12:17:05.703601  2007 main.cpp:76] Starting Mesos master
I0628 12:17:05.704866  2007 webui.cpp:66] Starting master web UI on port 8080
I0628 12:17:05.705090  2008 master.cpp:321] Master started at
mesos://master@127.0.1.1:5050
I0628 12:17:05.705145  2008 master.cpp:336] Master ID: 201106281217-0
I0628 12:17:05.705262  2008 master.cpp:345] Creating "simple" allocator
I0628 12:17:05.705453  2008 master.cpp:497] Acting as master!
I0628 12:17:05.705549  2010 webui.cpp:34] Web UI thread started
I0628 12:17:05.719424  2010 webui.cpp:46] Loading webui/master/webui.py
Bottle server starting up (using WSGIRefServer())...
Listening on http://0.0.0.0:8080/
Use Ctrl-C to quit.


hadoop@ubuntu:~/mesos$ F0628 12:17:14.441344  2008 process.cpp:2428]
Check failed: find(runq.begin(), runq.end(), process) == runq.end()
*** Check failure stack trace: ***
    @           0x5f813d  google::LogMessage::Fail()
    @           0x5fbb0f  google::LogMessage::SendToLog()
    @           0x5fb04f  google::LogMessage::Flush()
    @           0x5fbfed  google::LogMessageFatal::~LogMessageFatal()
    @           0x619765  process::ProcessManager::cleanup()
    @           0x6199b2  process::trampoline()
    @     0x7fee50040cb0  (unknown)

[3]+  Aborted                 bin/mesos-master

-- 
Bill Zhao

Re: [Mesos Users] Latest mesos webui error

Posted by Benjamin Hindman <be...@berkeley.edu>.
I've merged a temporary fix (actually came as a pull request on github). This should at least get you going for now ...


On Jun 28, 2011, at 2:14 PM, Bill Zhao wrote:

> git log:
> 
> commit 63840051957c81130523e5a70cd94ff4dd781fcc
> Author: Matei Zaharia <ma...@eecs.berkeley.edu>
> Date:   Mon Jun 27 16:22:43 2011 -0700
> 
>    Fixes to deploy scripts to work with new command line options and URL format
> 
> 
> 
> 
> On Tue, Jun 28, 2011 at 2:12 PM, Benjamin Hindman <be...@berkeley.edu> wrote:
>> What's the last commit SHA for your checkout? Thanks.
>> 
>> 
>> On Jun 28, 2011, at 12:25 PM, Bill Zhao wrote:
>> 
>>> I complied the lastest mesos on Ubuntu 10.04 LTS.  mesos-master
>>> process seems to crash when I try to load the webui.  Otherwise, it
>>> seems to work.
>>> 
>>> 
>>> Here the error message:
>>> 
>>> hadoop@ubuntu:~/mesos$ u
>>> Linux ubuntu 2.6.32-32-generic #62-Ubuntu SMP Wed Apr 20 21:52:38 UTC
>>> 2011 x86_64 GNU/Linux
>>> 
>>> hadoop@ubuntu:~/mesos$ bin/mesos-master &
>>> [3] 2007
>>> hadoop@ubuntu:~/mesos$ I0628 12:17:05.702160  2007 logging.cpp:40]
>>> Logging to /home/hadoop/mesos/logs
>>> I0628 12:17:05.703578  2007 main.cpp:75] Build: 2011-06-14 18:21:03 by hadoop
>>> I0628 12:17:05.703601  2007 main.cpp:76] Starting Mesos master
>>> I0628 12:17:05.704866  2007 webui.cpp:66] Starting master web UI on port 8080
>>> I0628 12:17:05.705090  2008 master.cpp:321] Master started at
>>> mesos://master@127.0.1.1:5050
>>> I0628 12:17:05.705145  2008 master.cpp:336] Master ID: 201106281217-0
>>> I0628 12:17:05.705262  2008 master.cpp:345] Creating "simple" allocator
>>> I0628 12:17:05.705453  2008 master.cpp:497] Acting as master!
>>> I0628 12:17:05.705549  2010 webui.cpp:34] Web UI thread started
>>> I0628 12:17:05.719424  2010 webui.cpp:46] Loading webui/master/webui.py
>>> Bottle server starting up (using WSGIRefServer())...
>>> Listening on http://0.0.0.0:8080/
>>> Use Ctrl-C to quit.
>>> 
>>> 
>>> hadoop@ubuntu:~/mesos$ F0628 12:17:14.441344  2008 process.cpp:2428]
>>> Check failed: find(runq.begin(), runq.end(), process) == runq.end()
>>> *** Check failure stack trace: ***
>>>    @           0x5f813d  google::LogMessage::Fail()
>>>    @           0x5fbb0f  google::LogMessage::SendToLog()
>>>    @           0x5fb04f  google::LogMessage::Flush()
>>>    @           0x5fbfed  google::LogMessageFatal::~LogMessageFatal()
>>>    @           0x619765  process::ProcessManager::cleanup()
>>>    @           0x6199b2  process::trampoline()
>>>    @     0x7fee50040cb0  (unknown)
>>> 
>>> [3]+  Aborted                 bin/mesos-master
>>> 
>>> --
>>> Bill Zhao
>>> This email sent via mesos-users mailing list. http://mesos.berkeley.edu.
>> 
>> 
> 
> 
> 
> -- 
> Bill Zhao


Re: [Mesos Users] Latest mesos webui error

Posted by Bill Zhao <ta...@gmail.com>.
git log:

commit 63840051957c81130523e5a70cd94ff4dd781fcc
Author: Matei Zaharia <ma...@eecs.berkeley.edu>
Date:   Mon Jun 27 16:22:43 2011 -0700

    Fixes to deploy scripts to work with new command line options and URL format




On Tue, Jun 28, 2011 at 2:12 PM, Benjamin Hindman <be...@berkeley.edu> wrote:
> What's the last commit SHA for your checkout? Thanks.
>
>
> On Jun 28, 2011, at 12:25 PM, Bill Zhao wrote:
>
>> I complied the lastest mesos on Ubuntu 10.04 LTS.  mesos-master
>> process seems to crash when I try to load the webui.  Otherwise, it
>> seems to work.
>>
>>
>> Here the error message:
>>
>> hadoop@ubuntu:~/mesos$ u
>> Linux ubuntu 2.6.32-32-generic #62-Ubuntu SMP Wed Apr 20 21:52:38 UTC
>> 2011 x86_64 GNU/Linux
>>
>> hadoop@ubuntu:~/mesos$ bin/mesos-master &
>> [3] 2007
>> hadoop@ubuntu:~/mesos$ I0628 12:17:05.702160  2007 logging.cpp:40]
>> Logging to /home/hadoop/mesos/logs
>> I0628 12:17:05.703578  2007 main.cpp:75] Build: 2011-06-14 18:21:03 by hadoop
>> I0628 12:17:05.703601  2007 main.cpp:76] Starting Mesos master
>> I0628 12:17:05.704866  2007 webui.cpp:66] Starting master web UI on port 8080
>> I0628 12:17:05.705090  2008 master.cpp:321] Master started at
>> mesos://master@127.0.1.1:5050
>> I0628 12:17:05.705145  2008 master.cpp:336] Master ID: 201106281217-0
>> I0628 12:17:05.705262  2008 master.cpp:345] Creating "simple" allocator
>> I0628 12:17:05.705453  2008 master.cpp:497] Acting as master!
>> I0628 12:17:05.705549  2010 webui.cpp:34] Web UI thread started
>> I0628 12:17:05.719424  2010 webui.cpp:46] Loading webui/master/webui.py
>> Bottle server starting up (using WSGIRefServer())...
>> Listening on http://0.0.0.0:8080/
>> Use Ctrl-C to quit.
>>
>>
>> hadoop@ubuntu:~/mesos$ F0628 12:17:14.441344  2008 process.cpp:2428]
>> Check failed: find(runq.begin(), runq.end(), process) == runq.end()
>> *** Check failure stack trace: ***
>>    @           0x5f813d  google::LogMessage::Fail()
>>    @           0x5fbb0f  google::LogMessage::SendToLog()
>>    @           0x5fb04f  google::LogMessage::Flush()
>>    @           0x5fbfed  google::LogMessageFatal::~LogMessageFatal()
>>    @           0x619765  process::ProcessManager::cleanup()
>>    @           0x6199b2  process::trampoline()
>>    @     0x7fee50040cb0  (unknown)
>>
>> [3]+  Aborted                 bin/mesos-master
>>
>> --
>> Bill Zhao
>> This email sent via mesos-users mailing list. http://mesos.berkeley.edu.
>
>



-- 
Bill Zhao

Re: [Mesos Users] Latest mesos webui error

Posted by Benjamin Hindman <be...@berkeley.edu>.
What's the last commit SHA for your checkout? Thanks.


On Jun 28, 2011, at 12:25 PM, Bill Zhao wrote:

> I complied the lastest mesos on Ubuntu 10.04 LTS.  mesos-master
> process seems to crash when I try to load the webui.  Otherwise, it
> seems to work.
> 
> 
> Here the error message:
> 
> hadoop@ubuntu:~/mesos$ u
> Linux ubuntu 2.6.32-32-generic #62-Ubuntu SMP Wed Apr 20 21:52:38 UTC
> 2011 x86_64 GNU/Linux
> 
> hadoop@ubuntu:~/mesos$ bin/mesos-master &
> [3] 2007
> hadoop@ubuntu:~/mesos$ I0628 12:17:05.702160  2007 logging.cpp:40]
> Logging to /home/hadoop/mesos/logs
> I0628 12:17:05.703578  2007 main.cpp:75] Build: 2011-06-14 18:21:03 by hadoop
> I0628 12:17:05.703601  2007 main.cpp:76] Starting Mesos master
> I0628 12:17:05.704866  2007 webui.cpp:66] Starting master web UI on port 8080
> I0628 12:17:05.705090  2008 master.cpp:321] Master started at
> mesos://master@127.0.1.1:5050
> I0628 12:17:05.705145  2008 master.cpp:336] Master ID: 201106281217-0
> I0628 12:17:05.705262  2008 master.cpp:345] Creating "simple" allocator
> I0628 12:17:05.705453  2008 master.cpp:497] Acting as master!
> I0628 12:17:05.705549  2010 webui.cpp:34] Web UI thread started
> I0628 12:17:05.719424  2010 webui.cpp:46] Loading webui/master/webui.py
> Bottle server starting up (using WSGIRefServer())...
> Listening on http://0.0.0.0:8080/
> Use Ctrl-C to quit.
> 
> 
> hadoop@ubuntu:~/mesos$ F0628 12:17:14.441344  2008 process.cpp:2428]
> Check failed: find(runq.begin(), runq.end(), process) == runq.end()
> *** Check failure stack trace: ***
>    @           0x5f813d  google::LogMessage::Fail()
>    @           0x5fbb0f  google::LogMessage::SendToLog()
>    @           0x5fb04f  google::LogMessage::Flush()
>    @           0x5fbfed  google::LogMessageFatal::~LogMessageFatal()
>    @           0x619765  process::ProcessManager::cleanup()
>    @           0x6199b2  process::trampoline()
>    @     0x7fee50040cb0  (unknown)
> 
> [3]+  Aborted                 bin/mesos-master
> 
> -- 
> Bill Zhao
> This email sent via mesos-users mailing list. http://mesos.berkeley.edu.