question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: Could not initialize class kafka.network.RequestChannel$

See original GitHub issue

Error Log:

kafka_1      | [2017-05-08 21:00:37,382] WARN [Controller-1-to-broker-1-send-thread], Controller 1 epoch 1 fails to send request (type: UpdateMetadataRequest=, controllerId=1, controllerEpoch=1, partitionStates={}, liveBrokers=(id=1, endPoints=(host=localhost, port=29092, listenerName=ListenerName(PLAINTEXT), securityProtocol=PLAINTEXT), rack=null)) to broker localhost:29092 (id: 1 rack: null). Reconnecting to broker. (kafka.controller.RequestSendThread)
kafka_1      | java.io.IOException: Connection to 1 was disconnected before the response was read
kafka_1      | at kafka.utils.NetworkClientBlockingOps$$anonfun$blockingSendAndReceive$extension$1$$anonfun$apply$1.apply(NetworkClientBlockingOps.scala:114)
kafka_1      | at kafka.utils.NetworkClientBlockingOps$$anonfun$blockingSendAndReceive$extension$1$$anonfun$apply$1.apply(NetworkClientBlockingOps.scala:112)
kafka_1      | at scala.Option.foreach(Option.scala:257)
kafka_1      | at kafka.utils.NetworkClientBlockingOps$$anonfun$blockingSendAndReceive$extension$1.apply(NetworkClientBlockingOps.scala:112)
kafka_1      | at kafka.utils.NetworkClientBlockingOps$$anonfun$blockingSendAndReceive$extension$1.apply(NetworkClientBlockingOps.scala:108)
kafka_1      | at kafka.utils.NetworkClientBlockingOps$.recursivePoll$1(NetworkClientBlockingOps.scala:136)
kafka_1      | at kafka.utils.NetworkClientBlockingOps$.kafka$utils$NetworkClientBlockingOps$$pollContinuously$extension(NetworkClientBlockingOps.scala:142)
kafka_1      | at kafka.utils.NetworkClientBlockingOps$.blockingSendAndReceive$extension(NetworkClientBlockingOps.scala:108)
kafka_1      | at kafka.controller.RequestSendThread.liftedTree1$1(ControllerChannelManager.scala:196)
kafka_1      | at kafka.controller.RequestSendThread.doWork(ControllerChannelManager.scala:188)
kafka_1      | at kafka.utils.ShutdownableThread.run(ShutdownableThread.scala:63)
kafka_1      | [2017-05-08 21:00:37,484] INFO [Controller-1-to-broker-1-send-thread], Controller 1 connected to localhost:29092 (id: 1 rack: null) for sending state change requests (kafka.controller.RequestSendThread)
kafka_1      | [2017-05-08 21:00:37,486] ERROR Processor got uncaught exception. (kafka.network.Processor)
kafka_1      | java.lang.NoClassDefFoundError: Could not initialize class kafka.network.RequestChannel$
kafka_1      | at kafka.network.RequestChannel$Request.<init>(RequestChannel.scala:111)
kafka_1      | at kafka.network.Processor$$anonfun$processCompletedReceives$1.apply(SocketServer.scala:513)
kafka_1      | at kafka.network.Processor$$anonfun$processCompletedReceives$1.apply(SocketServer.scala:505)
kafka_1      | at scala.collection.Iterator$class.foreach(Iterator.scala:893)
kafka_1      | at scala.collection.AbstractIterator.foreach(Iterator.scala:1336)
kafka_1      | at scala.collection.IterableLike$class.foreach(IterableLike.scala:72)
kafka_1      | at scala.collection.AbstractIterable.foreach(Iterable.scala:54)
kafka_1      | at kafka.network.Processor.processCompletedReceives(SocketServer.scala:505)
kafka_1      | at kafka.network.Processor.run(SocketServer.scala:433)
kafka_1      | at java.lang.Thread.run(Thread.java:745)
kafka_1      | [2017-05-08 21:01:07,516] WARN [Controller-1-to-broker-1-send-thread], Controller 1 epoch 1 fails to send request (type: UpdateMetadataRequest=, controllerId=1, controllerEpoch=1, partitionStates={}, liveBrokers=(id=1, endPoints=(host=localhost, port=29092, listenerName=ListenerName(PLAINTEXT), securityProtocol=PLAINTEXT), rack=null)) to broker localhost:29092 (id: 1 rack: null). Reconnecting to broker. (kafka.controller.RequestSendThread)
kafka_1      | java.io.IOException: Connection to 1 was disconnected before the response was read
kafka_1      | at kafka.utils.NetworkClientBlockingOps$$anonfun$blockingSendAndReceive$extension$1$$anonfun$apply$1.apply(NetworkClientBlockingOps.scala:114)
kafka_1      | at kafka.utils.NetworkClientBlockingOps$$anonfun$blockingSendAndReceive$extension$1$$anonfun$apply$1.apply(NetworkClientBlockingOps.scala:112)
kafka_1      | at scala.Option.foreach(Option.scala:257)
kafka_1      | at kafka.utils.NetworkClientBlockingOps$$anonfun$blockingSendAndReceive$extension$1.apply(NetworkClientBlockingOps.scala:112)
kafka_1      | at kafka.utils.NetworkClientBlockingOps$$anonfun$blockingSendAndReceive$extension$1.apply(NetworkClientBlockingOps.scala:108)
kafka_1      | at kafka.utils.NetworkClientBlockingOps$.recursivePoll$1(NetworkClientBlockingOps.scala:136)
kafka_1      | at kafka.utils.NetworkClientBlockingOps$.kafka$utils$NetworkClientBlockingOps$$pollContinuously$extension(NetworkClientBlockingOps.scala:142)
kafka_1      | at kafka.utils.NetworkClientBlockingOps$.blockingSendAndReceive$extension(NetworkClientBlockingOps.scala:108)
kafka_1      | at kafka.controller.RequestSendThread.liftedTree1$1(ControllerChannelManager.scala:196)
kafka_1      | at kafka.controller.RequestSendThread.doWork(ControllerChannelManager.scala:188)
kafka_1      | at kafka.utils.ShutdownableThread.run(ShutdownableThread.scala:63)
kafka_1      | [2017-05-08 21:01:07,618] INFO [Controller-1-to-broker-1-send-thread], Controller 1 connected to localhost:29092 (id: 1 rack: null) for sending state change requests (kafka.controller.RequestSendThread)
kafka_1      | [2017-05-08 21:01:07,619] ERROR Processor got uncaught exception. (kafka.network.Processor)
kafka_1      | java.lang.NoClassDefFoundError: Could not initialize class kafka.network.RequestChannel$
kafka_1      | at kafka.network.RequestChannel$Request.<init>(RequestChannel.scala:111)
kafka_1      | at kafka.network.Processor$$anonfun$processCompletedReceives$1.apply(SocketServer.scala:513)
kafka_1      | at kafka.network.Processor$$anonfun$processCompletedReceives$1.apply(SocketServer.scala:505)
kafka_1      | at scala.collection.Iterator$class.foreach(Iterator.scala:893)
kafka_1      | at scala.collection.AbstractIterator.foreach(Iterator.scala:1336)
kafka_1      | at scala.collection.IterableLike$class.foreach(IterableLike.scala:72)
kafka_1      | at scala.collection.AbstractIterable.foreach(Iterable.scala:54)
kafka_1      | at kafka.network.Processor.processCompletedReceives(SocketServer.scala:505)
kafka_1      | at kafka.network.Processor.run(SocketServer.scala:433)
kafka_1      | at java.lang.Thread.run(Thread.java:745)

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
MihaiBogdanEugencommented, Sep 11, 2017

Indeed, just as in #330, removing the moby extra hosts from docker-compose apparently solves the issue…

0reactions
MihaiBogdanEugencommented, Sep 11, 2017

This is identical to issue #330

Read more comments on GitHub >

github_iconTop Results From Across the Web

Could not initialize class kafka.network.RequestChannel ...
I tried to run Kafka without Docker a few days ago, again, I failed. ... Error: Could not initialize class kafka.network.RequestChannel$ # ...
Read more >
Kafka Broker Error on Startup - Google Groups
(kafka.network.Processor) java.lang.NoClassDefFoundError: Could not initialize class kafka.network.RequestChannel$ at kafka.network.
Read more >
Could not initialize class kafka.network.RequestChannel
[2016-03-29 14:30:42,776] ERROR Processor got uncaught exception. ... NoClassDefFoundError: Could not initialize class kafka.network.
Read more >
How to run Kafka with Docker on OS X? - Stack Overflow
1 Answer 1 · However, there's still a problem. I can't access Kafka exposed ports from my host system. · Add aliases for...
Read more >
kafka启动报java.lang.ExceptionInInitializerError at ... - OrcHome
CoreUtils$) java.lang.NoClassDefFoundError: Could not initialize class kafka.network.RequestChannel$ at kafka.server.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found