You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Christo Lolov (Jira)" <ji...@apache.org> on 2023/01/12 11:05:00 UTC

[jira] [Commented] (KAFKA-14199) Installed kafka in ubuntu and not able to access in browser. org.apache.kafka.common.network.InvalidReceiveException: Invalid receive (size = 1195725856 larger than 104857600)

    [ https://issues.apache.org/jira/browse/KAFKA-14199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17675946#comment-17675946 ] 

Christo Lolov commented on KAFKA-14199:
---------------------------------------

There has been no further request for help on this ticket, so I will close it as resolved. If any further help is needed feel free to reachout on dev@kafka.apache.org!

> Installed kafka in ubuntu and not able to access in browser.  org.apache.kafka.common.network.InvalidReceiveException: Invalid receive (size = 1195725856 larger than 104857600)
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: KAFKA-14199
>                 URL: https://issues.apache.org/jira/browse/KAFKA-14199
>             Project: Kafka
>          Issue Type: Bug
>          Components: admin
>            Reporter: Gops
>            Priority: Blocker
>
> I am new to kafka. I have installed the zookeeper and kafka in my local ubuntu machine. When i try to access the kafka in my browser [http://ip:9092|http://ip:9092/]  ia m facing this error.
> +++
> [SocketServer listenerType=ZK_BROKER, nodeId=0] Unexpected error from /127.0.0.1; closing connection (org.apache.kafka.common.network.Selector)
> org.apache.kafka.common.network.InvalidReceiveException: Invalid receive (size = 1195725856 larger than 104857600)
>     at org.apache.kafka.common.network.NetworkReceive.readFrom(NetworkReceive.java:105)
>     at org.apache.kafka.common.network.KafkaChannel.receive(KafkaChannel.java:452)
>     at org.apache.kafka.common.network.KafkaChannel.read(KafkaChannel.java:402)
>     at org.apache.kafka.common.network.Selector.attemptRead(Selector.java:674)
>     at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:576)
>     at org.apache.kafka.common.network.Selector.poll(Selector.java:481)
>     at kafka.network.Processor.poll(SocketServer.scala:989)
>     at kafka.network.Processor.run(SocketServer.scala:892)
>     at java.base/java.lang.Thread.run(Thread.java:829)
> +++
> Also I have checked by updating the socket.request.max.bytes=500000000 in ~/kafka/config/server.properties file still getting same error
>  
> pls figure it out. Thanks



--
This message was sent by Atlassian Jira
(v8.20.10#820010)