My nodes log file is grows very fast so I did a php script to find what
messages was the most frequent and the winner is:
Time (Freenet.session.FnpLink, Non-pooled connection thread: ip_address):
Authentication I/O failure: Connection reset by peer: JVM_recv in socket input
stream read
java.net.SocketException: Connection reset by peer: JVM_recv in socket input
stream read
at java.net.SocketInputStream.socketRead(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at Freenet.session.FnpLink.negotiateOutbound(FnpLink.java:419)
at Freenet.session.FnpLink.solicit(FnpLink.java:132)
at Freenet.session.FnpLinkManager.createOutgoing(FnpLinkManager.java:68)
at
Freenet.OpenConnectionManager$ConnectionJob.run(OpenConnectionManager.java:402)
at java.lang.Thread.run(Unknown Source)
Which happened 666 times. I hope the number is a coincidence ;)
The runner up was:
Time (Freenet.session.FnpLink, Non-pooled connection thread: ip_address):
Authentication I/O failure: Connection reset by peer: socket write error
java.net.SocketException: Connection reset by peer: socket write error
at java.net.SocketOutputStream.socketWrite(Native Method)
at java.net.SocketOutputStream.write(Unknown Source)
at
Freenet.support.io.ThrottledOutputStream.write(ThrottledOutputStream.java:76)
at java.io.FilterOutputStream.write(Unknown Source)
at Freenet.crypt.Util.writeMPI(Util.java:179)
at Freenet.session.FnpLink.negotiateOutbound(FnpLink.java:413)
at Freenet.session.FnpLink.solicit(FnpLink.java:132)
at Freenet.session.FnpLinkManager.createOutgoing(FnpLinkManager.java:68)
at
Freenet.OpenConnectionManager$ConnectionJob.run(OpenConnectionManager.java:402)
at java.lang.Thread.run(Unknown Source)
With 645 occurances.
Does anyone know what causes this? Seems to me that many Freenet requests
crach because of these exceptions so it might be a good thing to hunt
the bugs down. But then again I know that bug hunting is a lonely and
unrewarding job, it is much easier to invent new features ;)
If you want to analyze your own logs try it at:
http://ctemp.dhs.org/php/loganal.php
Dont try it with very large logs. <10mb seems to work.
--
| Are ?rseth | elrond at idi.ntnu.no | http://ctemp.dhs.org/ |
| tlf: 73886876 | mob: 410 00548
_______________________________________________
Devl mailing list
Devl at freenetproject.org
http://lists.freenetproject.org/mailman/listinfo/devl