Fixed
Details
Assignee
Benjamin ReedBenjamin ReedReporter
DJ GregorDJ GregorSprint
NoneFix versions
Priority
Critical
Details
Details
Assignee
Benjamin Reed
Benjamin ReedReporter
DJ Gregor
DJ GregorSprint
None
Fix versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created November 4, 2022 at 5:48 PM
Updated August 16, 2023 at 2:09 PM
Resolved August 16, 2023 at 2:09 PM
Periodically seen in CI:
https://app.circleci.com/pipelines/github/OpenNMS/opennms/27008/workflows/0f9af281-6512-4af0-a274-8ce06daf3c8c/jobs/217271 - Core -
org.opennms.smoketest.rest.NodeRestServiceV1IT
- no artifacts :(https://app.circleci.com/pipelines/github/OpenNMS/opennms/27127/workflows/efc7f66e-82a6-4e0b-a71e-387fb0ff554f/jobs/218640 - Minion -
org.opennms.smoketest.minion.MinionOverlayIT
- kafka log almost emptyhttps://app.circleci.com/pipelines/github/OpenNMS/opennms/27197/workflows/6cc732db-2254-4d19-bf66-a09499b41242/jobs/219526 - Minion -
org.opennms.smoketest.minion.SyslogIT
- kafka log almost emptyhttps://app.circleci.com/pipelines/github/OpenNMS/opennms/27090/workflows/b6d1b6ea-a5ad-4e51-987d-62390b2601ca/jobs/218246/tests - Core -
org.opennms.smoketest.EventsPageIT
- kafka log almost emptyhttps://app.circleci.com/pipelines/github/OpenNMS/opennms/25069/workflows/214c56e2-2ab5-44f4-b986-2ef1a4f551fa/jobs/193649 - Core -
org.opennms.smoketest.rest.MonitoringLocationRestIT
- no artifacts :(This occurs with seemingly a variety of Core, Minion, and Sentinel tests. It seems like more of a general startup problem that is unrelated to the specifics of any test. When this happens,
kafka.log
is almost empty, e.g.:By comparison, if I look at a run that didn’t fail in this way, I see karaf.log has what appears to be normal startup content. E.g.:
https://app.circleci.com/pipelines/github/OpenNMS/opennms/27062/workflows/4ab16a59-4d66-40a3-ad52-374236c169ff/jobs/217915/artifacts (search for
MinionOverlayIT-null/minion/karaf.log
)Also got this error fairly consistently when I enabled Sentinel in onms-k8s-poc with Horizon 30. The Sentinel worked fine in Horizon 29.
Maybe https://opennms.discourse.group/t/karafstartupmonitor-waiting-for-loading-karafhealthservice-could-not-start-daemon/2115 will help.
Saw a somewhat similar issue that might or might not be related:
Failed to create listener from registry for listener named: Flow-UDP-50000
:https://app.circleci.com/pipelines/github/OpenNMS/opennms/27159/workflows/3fcab4bf-0238-4054-9761-ca8a7922c514/jobs/219045 - Sentinel -
org.opennms.smoketest.minion.EventSinkIT
- kafka log almost emptyIs it possibly the case that
org.opennms.netmgt.telemetry.protocols.netflow.adapter.netflow5.Netflow5Adapter
is setup in Karaf but Telemetryd doesn’t wait for the startup to complete? For example: