[SNMP4J] java.lang.IllegalArgumentException: port out of range:555555

Jochen Katz katz at agentpp.com
Fri Aug 29 20:12:59 CEST 2008


Hi,

> java.lang.IllegalArgumentException: port out of range:555555
>         at java.net.InetSocketAddress.<init>(InetSocketAddress.java:83)
> Exception in thread "Timer-0" java.lang.IllegalArgumentException: port out of range:555555
>         at java.net.InetSocketAddress.<init>(InetSocketAddress.java:83)

port is a 16 bit value, so 555555 is way too big.

Regards,
  Jochen



More information about the SNMP4J mailing list