Return-Path: X-Original-To: apmail-reef-dev-archive@minotaur.apache.org Delivered-To: apmail-reef-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 59B7D181CF for ; Wed, 3 Feb 2016 12:23:40 +0000 (UTC) Received: (qmail 40360 invoked by uid 500); 3 Feb 2016 12:23:40 -0000 Delivered-To: apmail-reef-dev-archive@reef.apache.org Received: (qmail 40324 invoked by uid 500); 3 Feb 2016 12:23:39 -0000 Mailing-List: contact dev-help@reef.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@reef.apache.org Delivered-To: mailing list dev@reef.apache.org Received: (qmail 40297 invoked by uid 99); 3 Feb 2016 12:23:39 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Feb 2016 12:23:39 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C70FC2C0AFA for ; Wed, 3 Feb 2016 12:23:39 +0000 (UTC) Date: Wed, 3 Feb 2016 12:23:39 +0000 (UTC) From: "Yunseong Lee (JIRA)" To: dev@reef.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (REEF-1179) BindException in Mesos integration test MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/REEF-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15130299#comment-15130299 ] Yunseong Lee commented on REEF-1179: ------------------------------------ [~dongjoon] Sure, please go ahead! I'm very happy with your help. > BindException in Mesos integration test > --------------------------------------- > > Key: REEF-1179 > URL: https://issues.apache.org/jira/browse/REEF-1179 > Project: REEF > Issue Type: Bug > Components: REEF-Runtime-Mesos, REEF-Tests > Reporter: Yunseong Lee > > Mesos integration tests fail in the current master branch. > The root cause is {{MesosRemoteManager}} tries to initiate an instance of {{RemoteManager}}, but the {{ManagerName}} was already bounded by {{RemoteManagerFactory}}. > We need to fix this failure for 0.14 release. I'm attaching the error messages below. > > {noformat} > Caused by: org.apache.reef.tang.exceptions.BindException: Attempt to re-bind named parameter org.apache.reef.wake.remote.RemoteConfiguration$ManagerName. Old value was [REEF_LAUNCHER] new value is [MESOS_EXECUTOR] > at org.apache.reef.tang.implementation.java.InjectorImpl.bindVolatileParameterNoCopy(InjectorImpl.java:717) > at org.apache.reef.tang.implementation.java.InjectorImpl.bindVolatileParameter(InjectorImpl.java:689) > at org.apache.reef.wake.remote.DefaultRemoteManagerFactory.getInstance(DefaultRemoteManagerFactory.java:154) > at org.apache.reef.runtime.mesos.util.MesosRemoteManager.(MesosRemoteManager.java:44) > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) > at java.lang.reflect.Constructor.newInstance(Constructor.java:526) > at org.apache.reef.tang.implementation.java.InjectorImpl.injectFromPlan(InjectorImpl.java:637) > ... 15 more > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)