Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9.8
-
Fix Version/s: 1.9.90
-
Component/s: Provisioning/Discovery/Capsd/Provisiond
-
Security Level: Default (Default Security Scheme)
-
Environment:FreeBSD 8.2 AMD64
openjdk version "1.6.0"
OpenJDK Runtime Environment (build 1.6.0-b22)
OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode)
iplike-2.0.2
jicmp-1.2.0-2
Description
OpenNMS discovery process fails one a range is added to "Home / Admin / Discovery / Modify Configuration"
You are definitely configured to use the JNA pinger which you may not be intending since you commented on using jicmp... however...
can you grep for 43 in you /usr/include/sys/errno.h and pasted it here....
most likely is will return EINVAL
if it does then look in output.log for a BSDSocket.create(N, N, N) and compare those numbers with the ones printed out by the printConstants binary in the 1.9 source tree.