Return-Path: X-Original-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-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 1025BC178 for ; Tue, 7 Aug 2012 01:39:04 +0000 (UTC) Received: (qmail 70881 invoked by uid 500); 7 Aug 2012 01:39:03 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 70292 invoked by uid 500); 7 Aug 2012 01:39:03 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 70072 invoked by uid 99); 7 Aug 2012 01:39:03 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2012 01:39:03 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 0514F14281B for ; Tue, 7 Aug 2012 01:39:03 +0000 (UTC) Date: Tue, 7 Aug 2012 01:39:03 +0000 (UTC) From: "Jakob Homan (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: <822455967.19681.1344303543024.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (HDFS-3768) Exception in TestJettyHelper is incorrect MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jakob Homan created HDFS-3768: --------------------------------- Summary: Exception in TestJettyHelper is incorrect Key: HDFS-3768 URL: https://issues.apache.org/jira/browse/HDFS-3768 Project: Hadoop HDFS Issue Type: Improvement Reporter: Jakob Homan Assignee: Eli Reisman Priority: Minor hadoop-hdfs-project/hadoop-hdfs-httpfs/src/test/java/org/apache/hadoop/test/TestJettyHelper.java:80 {noformat} throw new RuntimeException("Could not stop embedded servlet container, " + ex.getMessage(), ex); {noformat} This is being thrown from createJettyServer and was copied and pasted from stop. Should say we can't start the servlet container. -- 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