Return-Path: X-Original-To: apmail-mesos-user-archive@www.apache.org Delivered-To: apmail-mesos-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3ABF418A53 for ; Fri, 25 Sep 2015 12:05:59 +0000 (UTC) Received: (qmail 14954 invoked by uid 500); 25 Sep 2015 12:04:47 -0000 Delivered-To: apmail-mesos-user-archive@mesos.apache.org Received: (qmail 14919 invoked by uid 500); 25 Sep 2015 12:04:47 -0000 Mailing-List: contact user-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@mesos.apache.org Delivered-To: mailing list user@mesos.apache.org Received: (qmail 14909 invoked by uid 99); 25 Sep 2015 12:04:47 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Sep 2015 12:04:47 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id D7942181159 for ; Fri, 25 Sep 2015 12:02:30 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.121 X-Spam-Level: X-Spam-Status: No, score=-0.121 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id fMT3cTsgbNRf for ; Fri, 25 Sep 2015 12:02:30 +0000 (UTC) Received: from mail-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 79D9D202AB for ; Fri, 25 Sep 2015 12:02:29 +0000 (UTC) Received: by pacfv12 with SMTP id fv12so106347297pac.2 for ; Fri, 25 Sep 2015 05:02:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:message-id:date:user-agent:mime-version :content-type:content-transfer-encoding; bh=LTUo7VQubRb8B8WsjiUBTrsInWcxa4uZQ5VnYft20g8=; b=QNEyFancIdM4Ry9i0sMC7ZiLKICL6S5yudYpA0v+XtmOjD3C/nQr55UPFMPfefdXs0 Tvm5szjhwgOJl1LUTGtSARrYEO13kw2OlewG5u5PYNd4M1ya0+/X56BP6XME9iu6sOTM oEgV2NnUWXhLID0oK8USvEd3BOwF+XQMZV4qvzOz3yle59TTWdSgkgocE85848b2CExI whzC/XEBzYq6ZKbj2ErxuUQCU8d/L0/WSaRTZ7DXxI+HOhWIYwcY1ZU4miakBhxSkpZb 4vsX625wS4v9mHPbsEUSIMOHRS+sykmIeJn+YKS79bc/FssrODy97IaDhvIL+5Mjs5Ze Maug== X-Received: by 10.68.219.4 with SMTP id pk4mr46092pbc.138.1443182548171; Fri, 25 Sep 2015 05:02:28 -0700 (PDT) Received: from [192.168.1.9] (115-64-177-97.static.tpgi.com.au. [115.64.177.97]) by smtp.googlemail.com with ESMTPSA id ku8sm3699495pab.0.2015.09.25.05.02.26 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 25 Sep 2015 05:02:27 -0700 (PDT) From: F21 X-Google-Original-From: F21 To: user@mesos.apache.org Subject: Web ui offers tab blank Message-ID: <560537CF.2020804@gmail.com> Date: Fri, 25 Sep 2015 22:02:23 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit I am running mesos 0.24 on CoreOS. I also have Marathon 0.10.1 running. I am trying to run the HDFS framework and notice that it's complaining that there isn't enough resources when trying to launch an executor. I wanted to see what offers are being made, but when I click the "offers" tab in the web ui, I see no offers. Is this a bug? Or have I neglected a configuration option?