All work
- WS-Man kerberos authentication fails with Java 17 since OpenNMS 33.0.10NMS-17009
- WSman broken in Horizon 33.0.10 with OpenJDK 17NMS-16955Resolved issue: NMS-16955Naeem Afzal
- Attempting to reference attribs collected from more than one WS-Man group of the same resource type in a threshold/expression fails with "can't find attribute"NMS-13396Resolved issue: NMS-13396Christian Pape
- Password in collectd.log fileNMS-13183Resolved issue: NMS-13183Christian Pape
- Use connection pool/cache for WS-ManNMS-12508
- XML parsing for WS-Man/SOAP data affects OpenNMS performanceNMS-12507Resolved issue: NMS-12507Jesse White
- WS-MAN doesn't work with JDK 11NMS-12235Resolved issue: NMS-12235Chandra Gorantla
- Provide a mechanism to collect the count of objects collected by a wsman enumerationNMS-12115Resolved issue: NMS-12115Jesse White
- WS-Man IntegrationNMS-11868Resolved issue: NMS-11868
- Evaluate solutions for a WS-Man Client APINMS-11675Resolved issue: NMS-11675Jesse White
- Prototype a WS-Man Collector using our new WS-Man client APINMS-11623Resolved issue: NMS-11623Jesse White
- Implement a WS-Man Detector, Monitor, and CollectorNMS-11262Resolved issue: NMS-11262Jesse White
- WS-Man datacollection fail with OpenJDK11NMS-10713Resolved issue: NMS-10713Jesse White
- Memory leak in WS-ManNMS-10696Resolved issue: NMS-10696Jesse White
- WsManDetector does not have parity with WsManMonitorNMS-9899Resolved issue: NMS-9899Dino Yancey
- Minion WSMAN collector is not functional due to dependency missingNMS-9711Resolved issue: NMS-9711Jesse White
- uei.opennms.org/nodes/dataCollectionFailed events no longer have eventlogmsg for WS-ManNMS-9658
- Align WS-Management collection definitions with WMI onesNMS-9649Resolved issue: NMS-9649Jeff Gehlbach
- Thresholding on WSMan datasources appears brokenNMS-9361Resolved issue: NMS-9361Jesse White
- WS-Man thresholding reports: No thresholds configured for resource type '*'NMS-9077Resolved issue: NMS-9077Jesse White
- Allow more rule filtering like catinc in ws-man datacollection configsNMS-9073
- WS_Man datacollection using WQL fails with 'unsupported element'NMS-8955Resolved issue: NMS-8955Jesse White
- Arbitrary Indexing on WS-Man collected data appears brokenNMS-8927Resolved issue: NMS-8927Jesse White
- WS-Man throws event 4776 and 4625 with domain user on windows sideNMS-8925Resolved issue: NMS-8925Jesse White
- WS-Man collection with resource-type only store last resourceNMS-8924Resolved issue: NMS-8924Jesse White
- WS-Man collection fail with unknown reason code 2NMS-8923Resolved issue: NMS-8923Jesse White
26 of 26
WS-Man kerberos authentication fails with Java 17 since OpenNMS 33.0.10
Description
Environment
OpenNMS 33.1.2
Ubuntu 24.04
Postgres 15.10
OpenJDK Runtime Environment (build 17.0.13+11-Ubuntu-2ubuntu124.04)
Acceptance / Success Criteria
None
Details
Assignee
UnassignedUnassignedReporter
Martin LaercherMartin LaercherHB Grooming Date
Jan 23, 2025HB Backlog Status
Refined BacklogComponents
Sprint
Fix versions
Priority
High
Details
Details
Assignee
Unassigned
UnassignedReporter
Martin Laercher
Martin LaercherHB Grooming Date
Jan 23, 2025
HB Backlog Status
Refined Backlog
Components
Sprint
Fix versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created January 16, 2025 at 11:59 AM
Updated 5 days ago
Made further tests and can confirm - WS-Man does not work with Java 17 if kerberos authentication is used.
First issue was NMS-16955
This problem exist since OpenNMS version 33.0.10.
Workaround: Switch to Java 11
Tested steps and provisiond.log with DEBUG:
Java 17: rescan a node with kerberos auth failed with "Received RST_STREAM: Use HTTP/1.1 for request" : https://paste.opennms.eu/hugatokati.yaml
Java 17: rescan a node with HTTPS but not kerberos - WS-Man service detected and datacollection works: https://paste.opennms.eu/ekifalegah.yaml
Switch to Java 11
Java 11: rescan a node with HTTPS and kerberos - WS-Man service detected and datacollection works: https://paste.opennms.eu/jananohofo.yaml