Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 10114200B26 for ; Mon, 13 Jun 2016 08:11:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0EA42160A2C; Mon, 13 Jun 2016 06:11:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 55ACF160A5C for ; Mon, 13 Jun 2016 08:11:22 +0200 (CEST) Received: (qmail 36344 invoked by uid 500); 13 Jun 2016 06:11:21 -0000 Mailing-List: contact yarn-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-dev@hadoop.apache.org Received: (qmail 36318 invoked by uid 99); 13 Jun 2016 06:11:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jun 2016 06:11:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0444C2C1F5D for ; Mon, 13 Jun 2016 06:11:21 +0000 (UTC) Date: Mon, 13 Jun 2016 06:11:21 +0000 (UTC) From: "Rohith Sharma K S (JIRA)" To: yarn-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (YARN-4627) TestRMWebServicesAppsModification fails with BindException MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 13 Jun 2016 06:11:23 -0000 [ https://issues.apache.org/jira/browse/YARN-4627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rohith Sharma K S resolved YARN-4627. ------------------------------------- Resolution: Duplicate > TestRMWebServicesAppsModification fails with BindException > ---------------------------------------------------------- > > Key: YARN-4627 > URL: https://issues.apache.org/jira/browse/YARN-4627 > Project: Hadoop YARN > Issue Type: Test > Components: test > Reporter: Rohith Sharma K S > > In the build [report|https://builds.apache.org/job/PreCommit-YARN-Build/10367/artifact/patchprocess/patch-unit-hadoop-yarn-project_hadoop-yarn_hadoop-yarn-server_hadoop-yarn-server-resourcemanager-jdk1.8.0_66.txt] , TestRMWebServicesAppsModification fails with BindExceptions. > {noformat} > Running org.apache.hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesAppsModification > Tests run: 44, Failures: 0, Errors: 27, Skipped: 0, Time elapsed: 90.028 sec <<< FAILURE! - in org.apache.hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesAppsModification > testSingleAppKillInvalidId[1](org.apache.hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesAppsModification) Time elapsed: 0.009 sec <<< ERROR! > com.sun.jersey.test.framework.spi.container.TestContainerException: java.net.BindException: Address already in use > at sun.nio.ch.Net.bind0(Native Method) > at sun.nio.ch.Net.bind(Net.java:433) > at sun.nio.ch.Net.bind(Net.java:425) > at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) > at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) > at org.glassfish.grizzly.nio.transport.TCPNIOTransport.bind(TCPNIOTransport.java:413) > at org.glassfish.grizzly.nio.transport.TCPNIOTransport.bind(TCPNIOTransport.java:384) > at org.glassfish.grizzly.nio.transport.TCPNIOTransport.bind(TCPNIOTransport.java:375) > at org.glassfish.grizzly.http.server.NetworkListener.start(NetworkListener.java:549) > at org.glassfish.grizzly.http.server.HttpServer.start(HttpServer.java:255) > at com.sun.jersey.api.container.grizzly2.GrizzlyServerFactory.createHttpServer(GrizzlyServerFactory.java:326) > at com.sun.jersey.api.container.grizzly2.GrizzlyServerFactory.createHttpServer(GrizzlyServerFactory.java:343) > at com.sun.jersey.test.framework.spi.container.grizzly2.web.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer.instantiateGrizzlyWebServer(GrizzlyWebTestContainerFactory.java:219) > at com.sun.jersey.test.framework.spi.container.grizzly2.web.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer.(GrizzlyWebTestContainerFactory.java:129) > at com.sun.jersey.test.framework.spi.container.grizzly2.web.GrizzlyWebTestContainerFactory$GrizzlyWebTestContainer.(GrizzlyWebTestContainerFactory.java:86) > at com.sun.jersey.test.framework.spi.container.grizzly2.web.GrizzlyWebTestContainerFactory.create(GrizzlyWebTestContainerFactory.java:79) > at com.sun.jersey.test.framework.JerseyTest.getContainer(JerseyTest.java:342) > at com.sun.jersey.test.framework.JerseyTest.(JerseyTest.java:217) > at org.apache.hadoop.yarn.webapp.JerseyTestBase.(JerseyTestBase.java:30) > at org.apache.hadoop.yarn.server.resourcemanager.webapp.TestRMWebServicesAppsModification.(TestRMWebServicesAppsModification.java:277) > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-dev-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-dev-help@hadoop.apache.org