Changes between Initial Version and Version 2 of Ticket #1408
- Timestamp:
- Nov 8, 2014 3:34:29 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1408
-
Property
Status
changed from
new
toaccepted
-
Property
Priority
changed from
minor
toblocker
-
Property
Component
changed from
unspecified
torouter/transport
- Property Owner set to zzz
-
Property
Status
changed from
-
Ticket #1408 – Description
initial v2 1 1 Been getting the below crit error in my logs every 3-10 hours since upgrading to 9.16. Might be related to the SSU bug. 2 2 3 {{{ 3 4 CRIT [ Establisher] sport.udp.EstablishmentManager: Error in the establisher 4 5 java.lang.IllegalArgumentException: Bad data length: 64; required: 40 … … 14 15 at java.lang.Thread.run(Unknown Source) 15 16 at net.i2p.util.I2PThread.run(I2PThread.java:84) 17 }}} 16 18 17 19 My system: 18 20 21 {{{ 19 22 2P version: 0.9.16-0-1~precise+1 20 23 Java version: Oracle Corporation 1.7.0_25 (Java(TM) SE Runtime Environment 1.7.0_25-b15) … … 27 30 Encoding: UTF-8 28 31 Charset: UTF-8 32 }}}