I imagine there is something wrong with my installation, but I can’t start the Ambari Metrics Collector. I see these messages in the log when I start it. All of the other services are up and running. Any idea where to start with this? Some sort of permission or configuration issue perhaps?
11:33:51,631 INFO [main] ZooKeeper:100 – Client environment:java.library.path=/usr/lib/ams-hbase/lib/hadoop-native -Xmx512m
11:33:51,632 INFO [main] ZooKeeper:100 – Client environment:java.io.tmpdir=/tmp
11:33:51,632 INFO [main] ZooKeeper:100 – Client environment:java.compiler=<NA>
11:33:51,632 INFO [main] ZooKeeper:100 – Client environment:os.name=Linux
11:33:51,633 INFO [main] ZooKeeper:100 – Client environment:os.arch=amd64
11:33:51,633 INFO [main] ZooKeeper:100 – Client environment:os.version=2.6.32-504.8.1.el6.x86_64
11:33:51,633 INFO [main] ZooKeeper:100 – Client environment:user.name=ams
11:33:51,634 INFO [main] ZooKeeper:100 – Client environment:user.home=/home/ams
11:33:51,634 INFO [main] ZooKeeper:100 – Client environment:user.dir=/home/ams
11:33:51,648 INFO [main] ZooKeeper:438 – Initiating client connection, connectString=localhost:61181 sessionTimeout=120000 watcher=hconnection-0x4288008f, quorum=localhost:61181, baseZNode=/hbase
11:33:51,689 INFO [main] RecoverableZooKeeper:120 – Process identifier=hconnection-0x4288008f connecting to ZooKeeper ensemble=localhost:61181
11:33:51,710 INFO [main-SendThread(localhost:61181)] ClientCnxn:975 – Opening socket connection to server localhost/127.0.0.1:61181. Will not attempt to authenticate using SASL (unknown error)
11:33:51,727 INFO [main-SendThread(localhost:61181)] ClientCnxn:852 – Socket connection established to localhost/127.0.0.1:61181, initiating session
11:33:51,788 INFO [main-SendThread(localhost:61181)] ClientCnxn:1235 – Session establishment complete on server localhost/127.0.0.1:61181, sessionid = 0x14d6d3d15250000, negotiated timeout = 40000
11:33:52,617 INFO [main] Metrics:44 – Initializing metrics system: phoenix
11:33:52,750 WARN [main] MetricsConfig:124 – Cannot locate configuration: tried hadoop-metrics2-phoenix.properties,hadoop-metrics2.properties
11:33:52,957 INFO [main] MetricsSystemImpl:376 – Scheduled snapshot period at 10 second(s).
11:33:52,957 INFO [main] MetricsSystemImpl:191 – phoenix metrics system started
11:33:53,660 INFO [main] deprecation:1051 – hadoop.native.lib is deprecated. Instead, use io.native.lib.available
11:33:54,039 INFO [main] ConnectionQueryServicesImpl:434 – Table SYSTEM.CATALOG has been added into latestMetaData
11:33:54,322 INFO [main] ConnectionQueryServicesImpl:759 – Found quorum: localhost:61181
11:33:54,380 INFO [main] ZooKeeper:438 – Initiating client connection, connectString=localhost:61181 sessionTimeout=120000 watcher=hconnection-0x14b73571, quorum=localhost:61181, baseZNode=/hbase
11:33:54,382 INFO [main] RecoverableZooKeeper:120 – Process identifier=hconnection-0x14b73571 connecting to ZooKeeper ensemble=localhost:61181
11:33:54,382 INFO [main-SendThread(localhost:61181)] ClientCnxn:975 – Opening socket connection to server localhost/127.0.0.1:61181. Will not attempt to authenticate using SASL (unknown error)
11:33:54,384 INFO [main-SendThread(localhost:61181)] ClientCnxn:852 – Socket connection established to localhost/127.0.0.1:61181, initiating session
11:33:54,388 INFO [main-SendThread(localhost:61181)] ClientCnxn:1235 – Session establishment complete on server localhost/127.0.0.1:61181, sessionid = 0x14d6d3d15250002, negotiated timeout = 40000
11:33:54,423 INFO [main] ConnectionManager$HConnectionImplementation:1613 – getMaster attempt 1 of 35 failed; retrying after sleep of 100, exception=java.io.IOException: Can’t get master address from ZooKeeper; znode data == null
11:33:54,527 INFO [main] ConnectionManager$HConnectionImplementation:1613 – getMaster attempt 2 of 35 failed; retrying after sleep of 201, exception=java.io.IOException: Can’t get master address from ZooKeeper; znode data == null
11:33:54,731 INFO [main] ConnectionManager$HConnectionImplementation:1613 – getMaster attempt 3 of 35 failed; retrying after sleep of 301, exception=java.io.IOException: Can’t get master address from ZooKeeper; znode data == null
11:33:55,036 INFO [main] ConnectionManager$HConnectionImplementation:1613 – getMaster attempt 4 of 35 failed; retrying after sleep of 501, exception=java.io.IOException: Can’t get master address from ZooKeeper; znode data == null
11:33:55,586 INFO [main] ConnectionManager$HConnectionImplementation:1613 – getMaster attempt 5 of 35 failed; retrying after sleep of 1009, exception=java.io.IOException: Can’t get master address from ZooKeeper; znode data == null
11:33:57,704 INFO [main] ConnectionManager$HConnectionImplementation:1613 – getMaster attempt 6 of 35 failed; retrying after sleep of 2006, exception=com.google.protobuf.ServiceException: org.apache.hadoop.hbase.ipc.RemoteWithExtrasException(org.apache.hadoop.hbase.ipc.ServerNotRunningYetException): org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: Server is not running yet
at org.apache.hadoop.hbase.ipc.CallRunner.run(CallRunner.java:100)
at org.apache.hadoop.hbase.ipc.FifoRpcScheduler$1.run(FifoRpcScheduler.java:74)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)