You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Nithin Chacko Ninan (JIRA)" <ji...@apache.org> on 2013/01/12 20:28:13 UTC

[jira] [Commented] (MAPREDUCE-128) JobTracker Startup failed with java.net.BindException

    [ https://issues.apache.org/jira/browse/MAPREDUCE-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13552008#comment-13552008 ] 

Nithin Chacko Ninan commented on MAPREDUCE-128:
-----------------------------------------------

Hello Team,

Please any updates on this...

we have configured magetno solr search on our stage instance.While testing, we noticed that solr is not working as expected.we searched on solr confgiuration and we used "java -jar start.jar" to check the port status. we noticed the above mentioned issue (ie failed with java.net.BindException Address already in use).
Any comment or help will be appriciated.

thanks!
                
> JobTracker Startup failed with java.net.BindException
> -----------------------------------------------------
>
>                 Key: MAPREDUCE-128
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-128
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>            Reporter: Lohit Vijayarenu
>
> We have seen one case where JobTracker failed with IOException but later retries of startup fails with BindException going into loop before failing.
> Here is the stacktrace.
> <stack trace>
> 2007-10-23 05:51:19,374 WARN org.apache.hadoop.mapred.JobTracker: Error starting tracker: java.io.IOException: Problem starting http server
>         at org.apache.hadoop.mapred.StatusHttpServer.start(StatusHttpServer.java:202)
>         at org.apache.hadoop.mapred.JobTracker.<init>(JobTracker.java:659)
>         at org.apache.hadoop.mapred.JobTracker.startTracker(JobTracker.java:108)
>         at org.apache.hadoop.mapred.JobTracker.main(JobTracker.java:1788)
> Caused by: org.mortbay.util.MultiException[java.net.BindException: Address already in use]
>         at org.mortbay.http.HttpServer.doStart(HttpServer.java:731)
>         at org.mortbay.util.Container.start(Container.java:72)
>         at org.apache.hadoop.mapred.StatusHttpServer.start(StatusHttpServer.java:179)
>         ... 3 more
> 2007-10-23 05:51:20,421 WARN org.apache.hadoop.mapred.JobTracker: Error starting tracker: 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.apache.hadoop.ipc.Server$Listener.<init>(Server.java:185)
>         at org.apache.hadoop.ipc.Server.<init>(Server.java:627)
>         at org.apache.hadoop.ipc.RPC$Server.<init>(RPC.java:324)
>         at org.apache.hadoop.ipc.RPC.getServer(RPC.java:294)
>         at org.apache.hadoop.mapred.JobTracker.<init>(JobTracker.java:647)
>         at org.apache.hadoop.mapred.JobTracker.startTracker(JobTracker.java:108)
>         at org.apache.hadoop.mapred.JobTracker.main(JobTracker.java:1788)
> </stack trace>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira