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 (JIRA)" <ji...@apache.org> on 2011/07/01 21:30:28 UTC

[jira] [Closed] (MESOS-24) Webui crash on Ubuntu 10.04 LTS

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

Bill Zhao closed MESOS-24.
--------------------------

    Resolution: Fixed

fixed since this commit:

commit f4d4d8742b2a46c05427410775fd7b346734bdb9
Merge: 6384005 25ac430
Author: Benjamin Hindman <be...@berkeley.edu>
Date:   Tue Jun 28 14:21:39 2011 -0700

    Merge pull request #164 from viirya/master
    
    Temporary fix for issue #164. Long term fix needs to identify how a process actually gets enqueued after it has been

commit 25ac430ccf33c3b14d55b8e18f5767a0fc82e496
Author: viirya <vi...@gmail.com>
Date:   Tue Jun 28 17:57:57 2011 +0800

    fixed the problem caused

> Webui crash on Ubuntu 10.04 LTS
> -------------------------------
>
>                 Key: MESOS-24
>                 URL: https://issues.apache.org/jira/browse/MESOS-24
>             Project: Mesos
>          Issue Type: Bug
>          Components: webui
>         Environment: Ubuntu 10.04 LTS - Long-term support 64-bit (Lucid Lynx)
>            Reporter: Bill Zhao
>
> mesos-master process seems to crash when I try to load the webui.  Otherwise, it seems to work.
> Mesos version checkout: 
> 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
> #######################################################
> 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

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira