You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run i2p-bote, everything seems fine initially, but after some time, I am unable to open the i2pbote/network.jsp page.
5 Jan 2022, 08:48:15 ERROR [P-Bote #3379] te.network.I2PPacketDispatcher: Error processing datagram.
java.lang.IllegalStateException: KAC hash error
at net.i2p.data.KeysAndCert.getHash(KeysAndCert.java:250)
at net.i2p.data.KeysAndCert.calculateHash(KeysAndCert.java:228)
at i2p.bote.network.kademlia.PeerDistanceComparator.compare(PeerDistanceComparator.java:40)
at i2p.bote.network.kademlia.PeerDistanceComparator.compare(PeerDistanceComparator.java:30)
at java.base/java.util.Collections.indexedBinarySearch(Collections.java:336)
at java.base/java.util.Collections.binarySearch(Collections.java:324)
at i2p.bote.network.kademlia.SBucket.addOrUpdate(SBucket.java:64)
at i2p.bote.network.kademlia.BucketManager.addOrUpdate(BucketManager.java:80)
at i2p.bote.network.kademlia.BucketManager.packetReceived(BucketManager.java:332)
at i2p.bote.network.kademlia.KademliaDHT.packetReceived(KademliaDHT.java:634)
at i2p.bote.network.I2PPacketDispatcher.firePacketReceivedEvent(I2PPacketDispatcher.java:69)
at i2p.bote.network.I2PPacketDispatcher.dispatchPacket(I2PPacketDispatcher.java:128)
at i2p.bote.network.I2PPacketDispatcher.messageAvailable(I2PPacketDispatcher.java:105)
at i2p.bote.network.I2PPacketDispatcher.messageAvailable(I2PPacketDispatcher.java:82)
at net.i2p.client.impl.I2PSessionDemultiplexer.messageAvailable(I2PSessionDemultiplexer.java:44)
at net.i2p.client.impl.I2PSessionMuxedImpl$MuxedAvailabilityNotifier.run(I2PSessionMuxedImpl.java:408)
at java.base/java.lang.Thread.run(Thread.java:829)
at net.i2p.util.I2PThread.run(I2PThread.java:103)
Caused by: net.i2p.data.DataFormatException: No padding set
at net.i2p.data.KeysAndCert.writeBytes(KeysAndCert.java:179)
at net.i2p.data.KeysAndCert.getHash(KeysAndCert.java:245)
... 17 more
5 Jan 2022, 08:49:15 ^^^ 1 similar message omitted ^^^
5 Jan 2022, 08:49:57 ^^^ 1 similar message omitted ^^^
5 Jan 2022, 08:50:57 ^^^ 1 similar message omitted ^^^
any Idea how to fix this?
The text was updated successfully, but these errors were encountered:
Hi,
When I run i2p-bote, everything seems fine initially, but after some time, I am unable to open the i2pbote/network.jsp page.
any Idea how to fix this?
The text was updated successfully, but these errors were encountered: