You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Eric Newton (JIRA)" <ji...@apache.org> on 2014/02/19 23:21:19 UTC

[jira] [Created] (ACCUMULO-2385) classload problem running functional tests

Eric Newton created ACCUMULO-2385:
-------------------------------------

             Summary: classload problem running functional tests
                 Key: ACCUMULO-2385
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2385
             Project: Accumulo
          Issue Type: Bug
          Components: test
         Environment: hadoop 1.0.4, zookeeper 3.3.5, rhel6.3
            Reporter: Eric Newton
            Assignee: Eric Newton
            Priority: Minor
             Fix For: 1.5.1


{noformat}
======================================================================
FAIL: runTest (simple.mapreduce.MapReduceTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/user/workspace/accumulo-1.5.1/test/system/auto/simple/mapreduce.py", line 101, in runTest
    self.fail("Test did not finish")
AssertionError: Test did not finish
{noformat}

Running the test with debug finds:

{noformat}
Error: java.lang.ClassNotFoundException: com.google.common.cache.CacheLoader
	at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
	at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
{noformat}




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)