Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tomp2pCumulationTCP [ERROR] #108

Open
qing3gan opened this issue Aug 28, 2015 · 2 comments
Open

Tomp2pCumulationTCP [ERROR] #108

qing3gan opened this issue Aug 28, 2015 · 2 comments

Comments

@qing3gan
Copy link

1.Why peer connect to other peer always report the Tomp2pCumulationTCP [ERROR] - exception in decoding TCP, not started decoding.
2.There are 3 peers connected and added file,when the fourth peer connect to the network, the Tomp2pCumulationTCP [ERROR] - OutOfMemroy : Direct buffer memory is reproted. And sometimes, there are Tomp2pCumulationTCP [ERROR] - exception in decoding TCP, Occurred bofore or after started decoding.

@tbocek
Copy link
Member

tbocek commented Aug 30, 2015

  1. This is most likely due to a "connection reset by peer". Since TomP2P
    terminates connections with a RST, you'll see these exceptions.
    Unfortunately in Java, its not possible to filter out those messages.
  2. How big is the file?

On 08/28/2015 03:18 PM, Agony wrote:

1.Why peer connect to other peer always report the Tomp2pCumulationTCP
[ERROR] - exception in decoding TCP, not started decoding.
2.There are 3 peers connected and added file,when the fourth peer
connect to the network, the Tomp2pCumulationTCP [ERROR] - OutOfMemroy :
Direct buffer memory is reproted. And sometimes, there are
Tomp2pCumulationTCP [ERROR] - exception in decoding TCP, Occurred bofore
or after started decoding.


Reply to this email directly or view it on GitHub
#108.

@qing3gan qing3gan reopened this Sep 12, 2015
@tbocek
Copy link
Member

tbocek commented Sep 22, 2015

Do you have a testcase where I can reproduce this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants