I2PTunnel instance hangs, when unable to bind to port
17:30:42.040 ERROR [Client 3 ] .i2ptunnel.I2PTunnelClientBase: Error listening for connections on 999
java.net.BindException: Permission denied
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at java.net.ServerSocket.<init>(ServerSocket.java:185)
at net.i2p.i2ptunnel.I2PTunnelClientBase.run(I2PTunnelClientBase.java:344)
at java.lang.Thread.run(Thread.java:619)
at net.i2p.util.I2PThread.run(I2PThread.java:71)
Subtickets
Change History (5)
Resolution: |
→ invalid
|
Status: |
new →
closed
|
Resolution: |
invalid
|
Status: |
closed →
reopened
|
Status: |
reopened →
accepted
|
Resolution: |
→ fixed
|
Status: |
accepted →
closed
|
You have to be root to be able to bind to ports < 1024.