You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Forest Soup (JIRA)" <ji...@apache.org> on 2015/05/13 08:32:01 UTC

[jira] [Commented] (ZOOKEEPER-1582) EndOfStreamException: Unable to read additional data from client

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

Forest Soup commented on ZOOKEEPER-1582:
----------------------------------------

I have the same issue in ZK 3.4.5.
2015-05-07 09:04:17,413 [myid:2] - WARN  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@349] - caught end of stream exception
EndOfStreamException: Unable to read additional data from client sessionid 0x14d201655d80009, likely client has closed socket
	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
	at java.lang.Thread.run(Thread.java:804)


> EndOfStreamException: Unable to read additional data from client
> ----------------------------------------------------------------
>
>                 Key: ZOOKEEPER-1582
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1582
>             Project: ZooKeeper
>          Issue Type: Bug
>         Environment: windows 7
> jdk 7
>            Reporter: zhouyanming
>            Priority: Blocker
>
> 1.download zookeeper-3.4.4.tar.gz and unzip
> 2.rename conf/zoo_sample.cfg to zoo.cfg
> 3.click zkServer.cmd
> 4.click zkCli.cmd
> zkCli can not connect to zkServer,it blocked
> zkServer console print
> 2012-11-13 17:28:05,302 [myid:] - WARN  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@349] - caught end of stream exception
> EndOfStreamException: Unable to read additional data from client sessionid 0x13af9131eee0000, likely client has closed socket
>         at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
>         at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
>         at java.lang.Thread.run(Thread.java:722)
> 2012-11-13 17:28:05,308 [myid:] - INFO  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@1001] - Closed socket connection for client /127.0.0.1:54810 which had sessionid 0x13af9131eee0000 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)