You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before Collector starts, it loads the eBPF probe; however, in rare cases, you might encounter issues where Collector cannot load the eBPF probe, which results in various error messages or exceptions. In such cases, you must check the logs to identify the problems with failure in loading the eBPF probe.
10
+
11
+
Consider the following Collector log:
12
+
13
+
[source,terminal]
14
+
----
15
+
[...]
16
+
[INFO 2025/07/24 10:26:37] Trying to open the right engine!
[INFO 2025/07/24 10:26:41] libpman: failed to load BPF object (errno: 7 | message: Argument list too long)
24
+
----
25
+
26
+
If you encounter this kind of error, you must report it to {product-title} ({product-title-short}) support team or create an issue in the `stackrox/collector` GitHub repository.
[FATAL 2023/05/13 12:21:13] Unable to connect to Sensor.
24
+
[FATAL 2023/05/13 12:21:13] Unable to connect to Sensor at 'sensor.stackrox.svc:9998'.
27
25
----
28
26
29
27
This error could mean that Sensor has not started correctly or that Collector configuration is incorrect. To fix this issue, you must verify Collector configuration to ensure that Sensor address is correct and that the Sensor pod is running correctly.
0 commit comments