This is just a short notice for all of you trying to run I2P and have gotten stuck on binding exceptions, for instance when adding clients. Typical ones I've encountered was on the form:
The solution was to add a Java option to runplain.sh which disables ipv6 for the process:
This is on amd64/openjdk6.
As a side note I didn't use the I2P port (mainly because I relocated an old installation). Hopes this helps to save someone time!
Code:
java.net.BindException: Can't assign requested address
The solution was to add a Java option to runplain.sh which disables ipv6 for the process:
Code:
JAVAOPTS="-Djava.library.path=.:lib -DloggerFilenameOverride=logs/log-router-@.txt -Djava.net.preferIPv4Stack=true"
As a side note I didn't use the I2P port (mainly because I relocated an old installation). Hopes this helps to save someone time!
