[apache@datanode01 ~]$ hbase hbck
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at sun.instrument.InstrumentationImpl.loadClassAndStartAgent(InstrumentationImpl.java:386)
at sun.instrument.InstrumentationImpl.loadClassAndCallPremain(InstrumentationImpl.java:401)
Caused by: java.net.BindException: Address already in use
at sun.nio.ch.Net.bind0(Native Method)
at sun.nio.ch.Net.bind(Net.java:433)
at sun.nio.ch.Net.bind(Net.java:425)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
at sun.net.httpserver.ServerImpl.bind(ServerImpl.java:133)
at sun.net.httpserver.HttpServerImpl.bind(HttpServerImpl.java:54)
at io.prometheus.jmx.shaded.io.prometheus.client.exporter.HTTPServer.<init>(HTTPServer.java:145)
at io.prometheus.jmx.shaded.io.prometheus.jmx.JavaAgent.premain(JavaAgent.java:49)
... 6 more
FATAL ERROR in native method: processing of -javaagent failed
Aborted
[apache@datanode01 ~]$ netstat -nltp
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:9981 0.0.0.0:* LISTEN 10563/java
tcp 0 0 0.0.0.0:50020 0.0.0.0:* LISTEN 10563/java
tcp 0 0 127.0.0.1:54188 0.0.0.0:* LISTEN 10563/java
tcp 0 0 0.0.0.0:50706 0.0.0.0:* LISTEN 10563/java
tcp 0 0 0.0.0.0:41106 0.0.0.0:* LISTEN 10563/java
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:50010 0.0.0.0:* LISTEN 10563/java
tcp 0 0 0.0.0.0:50075 0.0.0.0:* LISTEN 10563/java
tcp 0 0 0.0.0.0:9211 0.0.0.0:* LISTEN 10563/java
tcp 0 0 :::16030 :::* LISTEN 15985/java
tcp 0 0 :::60830 :::* LISTEN 15985/java
tcp 0 0 :::50849 :::* LISTEN 11919/java
tcp 0 0 ::ffff:10.184.21.38:60546 :::* LISTEN 19024/java
tcp 0 0 :::9223 :::* LISTEN 11919/java
tcp 0 0 :::8040 :::* LISTEN 11919/java
tcp 0 0 :::4040 :::* LISTEN 19024/java
tcp 0 0 :::9962 :::* LISTEN 15985/java
tcp 0 0 :::8042 :::* LISTEN 11919/java
tcp 0 0 :::9100 :::* LISTEN -
tcp 0 0 :::46829 :::* LISTEN 11919/java
tcp 0 0 :::48429 :::* LISTEN 11919/java
tcp 0 0 ::ffff:10.184.21.38:33774 :::* LISTEN 19024/java
tcp 0 0 :::9232 :::* LISTEN 15985/java
tcp 0 0 :::16020 :::* LISTEN 15985/java
tcp 0 0 :::9973 :::* LISTEN 11919/java
tcp 0 0 :::22 :::* LISTEN -
tcp 0 0 ::1:25 :::* LISTEN -
tcp 0 0 :::13562 :::* LISTEN 11919/java
tcp 0 0 :::59164 :::* LISTEN 15985/java
[apache@datanode01 ~]$ jps
19024 SparkSubmit
15985 HRegionServer
10563 DataNode
23287 Jps
11919 NodeManager
请问下大家有碰到过这个问题吗?
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。