You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Hairong Kuang (JIRA)" <ji...@apache.org> on 2009/04/10 20:49:14 UTC

[jira] Updated: (HADOOP-5654) TestReplicationPolicy. fails on java.net.BindException

     [ https://issues.apache.org/jira/browse/HADOOP-5654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hairong Kuang updated HADOOP-5654:
----------------------------------

    Attachment: testReplicationPolicy.patch

This patch set the NN's http port number to be 0.

> TestReplicationPolicy.<init> fails on java.net.BindException
> ------------------------------------------------------------
>
>                 Key: HADOOP-5654
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5654
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: dfs
>            Reporter: Hairong Kuang
>             Fix For: 0.21.0
>
>         Attachments: testReplicationPolicy.patch
>
>
> java.net.BindException: Address already in use
> 	at sun.nio.ch.Net.bind(Native Method)
> 	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
> 	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
> 	at org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:216)
> 	at org.apache.hadoop.http.HttpServer.start(HttpServer.java:422)
> 	at org.apache.hadoop.hdfs.server.namenode.NameNode.startHttpServer(NameNode.java:330)
> 	at org.apache.hadoop.hdfs.server.namenode.NameNode.activate(NameNode.java:277)
> 	at org.apache.hadoop.hdfs.server.namenode.NameNode.initialize(NameNode.java:269)
> 	at org.apache.hadoop.hdfs.server.namenode.NameNode.<init>(NameNode.java:373)
> 	at org.apache.hadoop.hdfs.server.namenode.NameNode.<init>(NameNode.java:367)
> 	at org.apache.hadoop.hdfs.server.namenode.TestReplicationPolicy.<clinit>(TestReplicationPolicy.java:58)
> 	at java.lang.Class.forName0(Native Method)
> 	at java.lang.Class.forName(Class.java:169)
> 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:335)
> 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
> 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
> Looks that it was caused by another running unit test. They used the same http server port.

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