-
Bug
-
Resolution: Won't Do
-
Minor
-
4.2.0.GA_CP05, 4.3.0.GA_CP03
-
None
TrapEmitter fails to send messages when JBoss is bound to an IPV6 address. It fails on line 180 on creation of org.opennms.protocols.snmp.SnmpIPAddress object:
11:26:12,294 ERROR [STDERR] java.security.InvalidParameterException: Buffer overflow error converting IP address
11:26:12,294 ERROR [STDERR] at org.opennms.protocols.snmp.SnmpIPAddress.<init>(SnmpIPAddress.java:96)
11:26:12,294 ERROR [STDERR] at org.opennms.protocols.snmp.SnmpIPAddress.<init>(SnmpIPAddress.java:138)
It seems that OpenNMS library does not support IPV6. Not sure how to handle that. Should we ignore that or just force to use an IPV4 address?
- is duplicated by
-
JBPAPP-2942 SnmpService MBean fails to start correctly with IPv6 bind address
- Closed
- is incorporated by
-
JBPAPP-434 Fix known IPv6 incompatibilities
- Resolved