#78 closed defect (fixed)
NPE i2psnark
Reported by: | anonymous | Owned by: | zzz |
---|---|---|---|
Priority: | minor | Milestone: | 0.8.1 |
Component: | apps/i2psnark | Version: | 0.8 |
Keywords: | Cc: | ||
Parent Tickets: | Sensitive: | no |
Description
I2P version: 0.8-0
Java version: Sun Microsystems Inc. 1.6.0_21 (Java™ SE Runtime Environment 1.6.0_21-b06)
Platform: Windows XP x86 5.1
Processor: uninitialized (pentium3)
Jbigi: Locally optimized native BigInteger? library loaded from the library path
Encoding: Cp1252
Berichte der Kritischen Ereignisse
Router Berichte (ändere)
Ort der Datei: C:\Programme\i2p\logs\log-router-1.txt
18:49:06.513 FEHLER [CP Writer 40] .client.ClientConnectionRunner?: IO exception sending I2CP message: java.io.IOException: Pipe closed
18:47:39.138 FEHLER [CP Writer 37] .client.ClientConnectionRunner?: IO exception sending I2CP message: java.io.IOException: Pipe closed
17:31:42.171 FEHLER [CP Writer 34] .client.ClientConnectionRunner?: IO exception sending I2CP message: java.io.IOException: Pipe closed
17:30:28.953 FEHLER [CP Writer 32] .client.ClientConnectionRunner?: IO exception sending I2CP message: java.io.IOException: Pipe closed
17:29:44.437 FEHLER [CP Writer 31] .client.ClientConnectionRunner?: IO exception sending I2CP message: java.io.IOException: Pipe closed
13:40:10.622 FEHLER [nt Writer 22] net.i2p.client.I2PSessionImpl2: [21939]: cause java.io.IOException: Pipe closed at java.io.PipedInputStream?.checkStateForReceive(Unknown Source) at java.io.PipedInputStream?.receive(Unknown Source) at java.io.PipedOutputStream?.write(Unknown Source) at net.i2p.data.DataHelper?.writeLong(DataHelper?.java:439) at net.i2p.data.i2cp.I2CPMessageImpl.writeMessage(I2CPMessageImpl.java:107) at net.i2p.client.ClientWriterRunner?.run(ClientWriterRunner?.java:69) at java.lang.Thread.run(Unknown Source) at net.i2p.util.I2PThread.run(I2PThread.java:77)
13:40:10.622 FEHLER [nt Writer 22] net.i2p.client.I2PSessionImpl2: [21939]: Error occurred: Error writing out the message - Pipe closed
13:40:10.622 FEHLER [CP Writer 23] .client.ClientConnectionRunner?: IO exception sending I2CP message: java.io.IOException: Pipe closed
13:38:10.200 FEHLER [CP Writer 22] .client.ClientConnectionRunner?: IO exception sending I2CP message: java.io.IOException: Pipe closed
13:38:10.200 FEHLER [D@gBV3On 649] org.klomp.snark.Peer : AwMD@gBV3On 649: null java.lang.NullPointerException? at org.klomp.snark.I2PSnarkUtil.connect(I2PSnarkUtil.java:203) at org.klomp.snark.Peer.runConnection(Peer.java:190) at org.klomp.snark.PeerCoordinator?$1.run(PeerCoordinator?.java:387) at java.lang.Thread.run(Unknown Source) at net.i2p.util.I2PThread.run(I2PThread.java:77)
13:37:38.435 FEHLER [CP Writer 21] .client.ClientConnectionRunner?: IO exception sending I2CP message: java.io.IOException: Pipe closed
13:09:16.869 FEHLER [nt Writer 10] net.i2p.client.I2PSessionImpl2: [21928]: cause java.io.IOException: Pipe closed at java.io.PipedInputStream?.checkStateForReceive(Unknown Source) at java.io.PipedInputStream?.receive(Unknown Source) at java.io.PipedOutputStream?.write(Unknown Source) at net.i2p.data.DataHelper?.writeLong(DataHelper?.java:439) at net.i2p.data.i2cp.I2CPMessageImpl.writeMessage(I2CPMessageImpl.java:107) at net.i2p.client.ClientWriterRunner?.run(ClientWriterRunner?.java:69) at java.lang.Thread.run(Unknown Source) at net.i2p.util.I2PThread.run(I2PThread.java:77)
13:09:16.869 FEHLER [nt Writer 10] net.i2p.client.I2PSessionImpl2: [21928]: Error occurred: Error writing out the message - Pipe closed
13:07:46.322 FEHLER [2CP Writer 8] .client.ClientConnectionRunner?: IO exception sending I2CP message: java.io.IOException: Pipe closed
13:06:45.416 FEHLER [2CP Writer 5] .client.ClientConnectionRunner?: IO exception sending I2CP message: java.io.IOException: Pipe closed
10:43:16.661 FEHLER [cheduler 4/4] net.i2p.util.ByteCache? : WARNING: Low memory, clearing byte caches
Subtickets
Change History (3)
comment:1 Changed 9 years ago by
Component: | api/data → apps/i2psnark |
---|---|
Owner: | set to zzz |
Priority: | major → minor |
Status: | new → assigned |
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The NPE is a race in i2psnark during snark shutdown, will be fixed in 0.8.1
comment:4 Changed 9 years ago by
Milestone: | → 0.8.1 |
---|---|
Summary: | bugs → NPE i2psnark |
Version: | → 0.8 |
cant do anything about the comment spam
NPE i2psnark bug:
FEHLER [D@gBV3On 649] org.klomp.snark.Peer : AwMD@gBV3On 649: null java.lang.NullPointerException?? at org.klomp.snark.I2PSnarkUtil.connect(I2PSnarkUtil.java:203) at org.klomp.snark.Peer.runConnection(Peer.java:190) at org.klomp.snark.PeerCoordinator??$1.run(PeerCoordinator??.java:387) at …
All the rest are Pipe Closed errors, which I think are just transient from some application stopping unexpectedly.