Conor:

Something must already be running on port 60000 on localhost -- probably an old instance of hbase. It probably wasn't shut down properly. Kill it if you have to.

St.Ack

P.S.  A better place for these questions is the hbase mailing lists.

Conor Harty wrote:
The problem we have is, if we stop hbase and hadoop and then start hadoop
again and try to start hbase, hbase master doesnt start up. Here is the
error we get:


ERROR master.HMaster: Can not start master
java.net.BindException: Problem binding to /127.0.0.1:60000
    at org.apache.hadoop.ipc.Server.bind(Server.java:175)
    at org.apache.hadoop.ipc.Server$Listener.<init>(Server.java:234)
    at org.apache.hadoop.ipc.Server.<init>(Server.java:960)
    at org.apache.hadoop.hbase.ipc.HbaseRPC$Server.<init>(HbaseRPC.java:457)
    at org.apache.hadoop.hbase.ipc.HbaseRPC.getServer(HbaseRPC.java:419)
    at org.apache.hadoop.hbase.master.HMaster.<init>(HMaster.java:220)
    at org.apache.hadoop.hbase.master.HMaster.<init>(HMaster.java:148)
    at
org.apache.hadoop.hbase.LocalHBaseCluster.<init>(LocalHBaseCluster.java:94)
    at
org.apache.hadoop.hbase.LocalHBaseCluster.<init>(LocalHBaseCluster.java:77)
    at org.apache.hadoop.hbase.master.HMaster.doMain(HMaster.java:794)
    at org.apache.hadoop.hbase.master.HMaster.main(HMaster.java:832)


Reply via email to