[ https://issues.apache.org/jira/browse/KAFKA-13762?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518845#comment-17518845 ]
Jordan Moore commented on KAFKA-13762: -------------------------------------- [~kkameshm90] Please lower the priority as it is not a project blocker. Your error is caused by the JMX exporter from Prometheus you've custom added to your broker startup process, and so is really unrelated to any issues with Kafka project. You need to stop whatever other process has already bound to the exporter port or change the port the exporter runs on > Kafka brokers are not coming up > -------------------------------- > > Key: KAFKA-13762 > URL: https://issues.apache.org/jira/browse/KAFKA-13762 > Project: Kafka > Issue Type: Bug > Reporter: Kamesh > Priority: Blocker > > Out of 9 brokers only 3 brokers coming up. Totally 3 VMs Each VM is having 3 > brokers > We are getting below error > 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.<init>(ServerImpl.java:100) > at sun.net.httpserver.HttpServerImpl.<init>(HttpServerImpl.java:50) > at > sun.net.httpserver.DefaultHttpServerProvider.createHttpServer(DefaultHttpServerProvider.java:35) > at com.sun.net.httpserver.HttpServer.create(HttpServer.java:130) > at > io.prometheus.jmx.shaded.io.prometheus.client.exporter.HTTPServer.<init>(HTTPServer.java:179) > at > io.prometheus.jmx.shaded.io.prometheus.jmx.JavaAgent.premain(JavaAgent.java:31) -- This message was sent by Atlassian Jira (v8.20.1#820001)