Return-Path: X-Original-To: apmail-incubator-mesos-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-mesos-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E9573C740 for ; Tue, 19 Jun 2012 07:35:45 +0000 (UTC) Received: (qmail 61396 invoked by uid 500); 19 Jun 2012 07:35:45 -0000 Delivered-To: apmail-incubator-mesos-dev-archive@incubator.apache.org Received: (qmail 61282 invoked by uid 500); 19 Jun 2012 07:35:44 -0000 Mailing-List: contact mesos-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mesos-dev@incubator.apache.org Delivered-To: mailing list mesos-dev@incubator.apache.org Received: (qmail 61241 invoked by uid 99); 19 Jun 2012 07:35:43 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jun 2012 07:35:43 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id B80821416E9 for ; Tue, 19 Jun 2012 07:35:42 +0000 (UTC) Date: Tue, 19 Jun 2012 07:35:42 +0000 (UTC) From: "Qinghe Jin (JIRA)" To: mesos-dev@incubator.apache.org Message-ID: <2080730962.28732.1340091342757.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (MESOS-210) couldn't access slave from webui MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Qinghe Jin created MESOS-210: -------------------------------- Summary: couldn't access slave from webui Key: MESOS-210 URL: https://issues.apache.org/jira/browse/MESOS-210 Project: Mesos Issue Type: Bug Reporter: Qinghe Jin when I try to access slave node from webui, I got an unhandled execption:ValueError('No JSON object could be decoded',) with the traceback below: Traceback (most recent call last): File "/home/pps/mesos/trunk/src/webui/bottle-0.8.3/bottle.py", line 499, in handle return handler(**args) File "/home/pps/mesos/trunk/src/webui/slave/webui.py", line 57, in index return template("index", slave_port = slave_port, log_dir = log_dir) File "/home/pps/mesos/trunk/src/webui/bottle-0.8.3/bottle.py", line 1796, in template return TEMPLATES[tpl].render(**kwargs) File "/home/pps/mesos/trunk/src/webui/bottle-0.8.3/bottle.py", line 1775, in render self.execute(stdout, **args) File "/home/pps/mesos/trunk/src/webui/bottle-0.8.3/bottle.py", line 1763, in execute eval(self.co, env) File "/home/pps/mesos/trunk/src/webui/slave/index.tpl", line 11, in % state = json.loads(data) File "/usr/lib64/python2.6/json/__init__.py", line 307, in loads return _default_decoder.decode(s) File "/usr/lib64/python2.6/json/decoder.py", line 319, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib64/python2.6/json/decoder.py", line 338, in raw_decode raise ValueError("No JSON object could be decoded") ValueError: No JSON object could be decoded -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira