You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2009/06/23 04:40:07 UTC

[jira] Created: (HDFS-441) TestFTPFileSystem fails

TestFTPFileSystem fails
-----------------------

                 Key: HDFS-441
                 URL: https://issues.apache.org/jira/browse/HDFS-441
             Project: HDFS
          Issue Type: Bug
          Components: test
            Reporter: Tsz Wo (Nicholas), SZE


{noformat}
Testsuite: org.apache.hadoop.fs.ftp.TestFTPFileSystem
Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.307 sec

Testcase: testReadWrite took 0.292 sec
        Caused an ERROR
FTP server start-up failed
java.lang.RuntimeException: FTP server start-up failed
        at org.apache.hadoop.fs.ftp.TestFTPFileSystem.startServer(TestFTPFileSystem.java:77)
        at org.apache.hadoop.fs.ftp.TestFTPFileSystem.setUp(TestFTPFileSystem.java:89)
Caused by: org.apache.ftpserver.FtpServerConfigurationException:
 User data file specified but could not be located, neither on the file system or in the
 classpath: /home/tsz/hadoop/hdfs/h1/src/test/ftp.user.properties
        at org.apache.ftpserver.usermanager.impl.PropertiesUserManager.loadFromFile(PropertiesUserManager.java:183)
        at org.apache.ftpserver.usermanager.impl.PropertiesUserManager.<init>(PropertiesUserManager.java:137)
        at org.apache.ftpserver.usermanager.PropertiesUserManagerFactory.createUserManager(PropertiesUserManagerFactory.java:52)
        at org.apache.hadoop.fs.ftp.TestFTPFileSystem.startServer(TestFTPFileSystem.java:68)
{noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.