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 "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2009/11/13 17:15:39 UTC

[jira] Created: (HDFS-771) Jetty crashes: MiniDFSCluster supplies incorrect port number to the NameNode

Jetty crashes: MiniDFSCluster supplies incorrect port number to the NameNode
----------------------------------------------------------------------------

                 Key: HDFS-771
                 URL: https://issues.apache.org/jira/browse/HDFS-771
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: test
    Affects Versions: 0.22.0
         Environment: Apache Hudson build machine
            Reporter: Konstantin Boudnik


In an execution of a tests the following exception has been thrown:
{noformat}
Error Message

port out of range:-1

Stacktrace
java.lang.IllegalArgumentException: port out of range:-1
	at java.net.InetSocketAddress.<init>(InetSocketAddress.java:118)
	at org.apache.hadoop.hdfs.server.namenode.NameNode.startHttpServer(NameNode.java:371)
	at org.apache.hadoop.hdfs.server.namenode.NameNode.activate(NameNode.java:313)
	at org.apache.hadoop.hdfs.server.namenode.NameNode.initialize(NameNode.java:304)
	at org.apache.hadoop.hdfs.server.namenode.NameNode.<init>(NameNode.java:410)
	at org.apache.hadoop.hdfs.server.namenode.NameNode.<init>(NameNode.java:404)
	at org.apache.hadoop.hdfs.server.namenode.NameNode.createNameNode(NameNode.java:1211)
	at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:287)
	at org.apache.hadoop.hdfs.MiniDFSCluster.<init>(MiniDFSCluster.java:131)
	at org.apache.hadoop.hdfs.server.namenode.TestEditLog.testEditLog(TestEditLog.java:92)
{noformat}

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