Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 13469104B6 for ; Wed, 2 Apr 2014 13:00:31 +0000 (UTC) Received: (qmail 13710 invoked by uid 500); 2 Apr 2014 13:00:29 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 13569 invoked by uid 500); 2 Apr 2014 13:00:26 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 12639 invoked by uid 99); 2 Apr 2014 13:00:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2014 13:00:20 +0000 Date: Wed, 2 Apr 2014 13:00:20 +0000 (UTC) From: "Eric Newton (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (ACCUMULO-2605) TServerUtilsTest.testStopTServer_ES fails with class not found 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/ACCUMULO-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Newton resolved ACCUMULO-2605. ----------------------------------- Resolution: Fixed > TServerUtilsTest.testStopTServer_ES fails with class not found > -------------------------------------------------------------- > > Key: ACCUMULO-2605 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2605 > Project: Accumulo > Issue Type: Sub-task > Components: test > Reporter: Eric Newton > Assignee: Eric Newton > Fix For: 1.6.1 > > > {noformat} > java.lang.NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder > at org.slf4j.LoggerFactory.(LoggerFactory.java:60) > at org.apache.thrift.transport.TServerSocket.(TServerSocket.java:37) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:270) > at net.sf.cglib.core.ReflectUtils.defineClass(ReflectUtils.java:386) > at net.sf.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:219) > at net.sf.cglib.proxy.Enhancer.createHelper(Enhancer.java:377) > at net.sf.cglib.proxy.Enhancer.createClass(Enhancer.java:317) > at org.easymock.internal.ClassProxyFactory.createProxy(ClassProxyFactory.java:166) > at org.easymock.internal.MocksControl.createMock(MocksControl.java:59) > at org.easymock.EasyMock.createNiceMock(EasyMock.java:139) > at org.apache.accumulo.server.util.TServerUtilsTest.testStopTServer_NoES(TServerUtilsTest.java:66) > {noformat} -- This message was sent by Atlassian JIRA (v6.2#6252)