It has nothing to do with coprocessors. Your errors is Unresolved address. Check "hbase.master.info.bindAddress" in hbase-site.xml
Best regards, Vladimir Rodionov Principal Platform Engineer Carrier IQ, www.carrieriq.com e-mail: [email protected] ________________________________________ From: jaksky [[email protected]] Sent: Friday, September 06, 2013 4:54 AM To: [email protected] Subject: Cannot start HBase master: loaded coprocessors are: [] In my HBase installation (distributed mode master + 2 region servers) with external zookeeper running on top of Hadoop distributed installation (master node + secondary master node + two data nodes) I am not able to start HBase master. Region servers starts with no problem. HbaseMaster is failing with error message: 2013-09-06 13:00:13,503 FATAL org.apache.hadoop.hbase.master.HMaster: Master server abort: loaded coprocessors are: [] 2013-09-06 13:00:13,503 FATAL org.apache.hadoop.hbase.master.HMaster: Unhandled exception. Starting shutdown. java.net.SocketException: Unresolved address at sun.nio.ch.Net.translateToSocketException(Net.java:157) at sun.nio.ch.Net.translateException(Net.java:183) at sun.nio.ch.Net.translateException(Net.java:189) at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:76) at org.mortbay.jetty.nio.SelectChannelConnector.open(SelectChannelConnector.java:216) at org.apache.hadoop.http.HttpServer.start(HttpServer.java:602) at org.apache.hadoop.hbase.master.HMaster.startServiceThreads(HMaster.java:913) at org.apache.hadoop.hbase.master.HMaster.finishInitialization(HMaster.java:557) at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:391) at java.lang.Thread.run(Thread.java:724) Caused by: java.nio.channels.UnresolvedAddressException at sun.nio.ch.Net.checkAddress(Net.java:127) at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:208) at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) ... 6 more -- View this message in context: http://apache-hbase.679495.n3.nabble.com/Cannot-start-HBase-master-loaded-coprocessors-are-tp4050328.html Sent from the HBase User mailing list archive at Nabble.com. Confidentiality Notice: The information contained in this message, including any attachments hereto, may be confidential and is intended to be read only by the individual or entity to whom this message is addressed. If the reader of this message is not the intended recipient or an agent or designee of the intended recipient, please note that any review, use, disclosure or distribution of this message or its attachments, in any form, is strictly prohibited. If you have received this message in error, please immediately notify the sender and/or [email protected] and delete or destroy any copy of this message and its attachments.
