bug(log-collector): OTEL collector error: Failed to read gRPC TLS certificate file #1070

Closed
opened 2026-03-28 04:31:23 +00:00 by mfreeman451 · 0 comments
Owner

Imported from GitHub.

Original GitHub issue: #2933
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/2933
Original created: 2026-02-27T08:48:15Z


Describe the bug

Starting ServiceRadar Log Collector with config: /etc/serviceradar/log-collector.toml                                                                                                          2026-02-27T08:42:47Z INFO serviceradar-log-collector v0.0.0 starting (flowgger=true, otel=true)                                                                                                2026-02-27T08:42:47Z INFO Starting Flowgger pipeline with config: /etc/serviceradar/flowgger.toml
2026-02-27T08:42:47Z INFO Starting OTEL collector with config: /etc/serviceradar/otel.toml                                                                                                     2026-02-27T08:42:47Z INFO gRPC health server on 0.0.0.0:50044                                                                                                                                  2026-02-27T08:42:47Z ERROR OTEL collector error: Failed to read gRPC TLS certificate file '/etc/serviceradar/certs/log-collector.pem': No such file or directory (os error 2)                  NATS connection attempt 1 failed: TLS error: No such file or directory (os error 2). Retrying in 500ms...
NATS connection attempt 2 failed: TLS error: No such file or directory (os error 2). Retrying in 1s...                                                                                         NATS connection attempt 3 failed: TLS error: No such file or directory (os error 2). Retrying in 2s...                                                                                         NATS connection attempt 4 failed: TLS error: No such file or directory (os error 2). Retrying in 4s...                                                                                         NATS connection attempt 5 failed: TLS error: No such file or directory (os error 2). Retrying in 8s...
NATS connection attempt 6 failed: TLS error: No such file or directory (os error 2). Retrying in 16s...                                                                                        NATS connection attempt 7 failed: TLS error: No such file or directory (os error 2). Retrying in 30s...                                                                                        NATS connection attempt 8 failed: TLS error: No such file or directory (os error 2). Retrying in 30s...                                                                                        2026-02-27T08:44:19Z ERROR authorization violation error=nats: authorization violation
NATS connection attempt 9 failed: authorization violation: nats: authorization violation. Retrying in 30s...                                                                                   2026-02-27T08:44:49Z ERROR authorization violation error=nats: authorization violation                                                                                                         NATS connection attempt 10 failed: authorization violation: nats: authorization violation. Retrying in 30s...
2026-02-27T08:45:19Z ERROR authorization violation error=nats: authorization violation                                                                                                         NATS connection attempt 11 failed: authorization violation: nats: authorization violation. Retrying in 30s...                                                                                  2026-02-27T08:45:49Z ERROR authorization violation error=nats: authorization violation
NATS connection attempt 12 failed: authorization violation: nats: authorization violation. Retrying in 30s...                                                                                  2026-02-27T08:46:19Z ERROR authorization violation error=nats: authorization violation                                                                                                         NATS connection attempt 13 failed: authorization violation: nats: authorization violation. Retrying in 30s...
2026-02-27T08:46:49Z ERROR authorization violation error=nats: authorization violation                                                                                                         NATS connection attempt 14 failed: authorization violation: nats: authorization violation. Retrying in 30s...

not coming up in 'demo' namespace after refactor

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Imported from GitHub. Original GitHub issue: #2933 Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/2933 Original created: 2026-02-27T08:48:15Z --- **Describe the bug** ``` Starting ServiceRadar Log Collector with config: /etc/serviceradar/log-collector.toml 2026-02-27T08:42:47Z INFO serviceradar-log-collector v0.0.0 starting (flowgger=true, otel=true) 2026-02-27T08:42:47Z INFO Starting Flowgger pipeline with config: /etc/serviceradar/flowgger.toml 2026-02-27T08:42:47Z INFO Starting OTEL collector with config: /etc/serviceradar/otel.toml 2026-02-27T08:42:47Z INFO gRPC health server on 0.0.0.0:50044 2026-02-27T08:42:47Z ERROR OTEL collector error: Failed to read gRPC TLS certificate file '/etc/serviceradar/certs/log-collector.pem': No such file or directory (os error 2) NATS connection attempt 1 failed: TLS error: No such file or directory (os error 2). Retrying in 500ms... NATS connection attempt 2 failed: TLS error: No such file or directory (os error 2). Retrying in 1s... NATS connection attempt 3 failed: TLS error: No such file or directory (os error 2). Retrying in 2s... NATS connection attempt 4 failed: TLS error: No such file or directory (os error 2). Retrying in 4s... NATS connection attempt 5 failed: TLS error: No such file or directory (os error 2). Retrying in 8s... NATS connection attempt 6 failed: TLS error: No such file or directory (os error 2). Retrying in 16s... NATS connection attempt 7 failed: TLS error: No such file or directory (os error 2). Retrying in 30s... NATS connection attempt 8 failed: TLS error: No such file or directory (os error 2). Retrying in 30s... 2026-02-27T08:44:19Z ERROR authorization violation error=nats: authorization violation NATS connection attempt 9 failed: authorization violation: nats: authorization violation. Retrying in 30s... 2026-02-27T08:44:49Z ERROR authorization violation error=nats: authorization violation NATS connection attempt 10 failed: authorization violation: nats: authorization violation. Retrying in 30s... 2026-02-27T08:45:19Z ERROR authorization violation error=nats: authorization violation NATS connection attempt 11 failed: authorization violation: nats: authorization violation. Retrying in 30s... 2026-02-27T08:45:49Z ERROR authorization violation error=nats: authorization violation NATS connection attempt 12 failed: authorization violation: nats: authorization violation. Retrying in 30s... 2026-02-27T08:46:19Z ERROR authorization violation error=nats: authorization violation NATS connection attempt 13 failed: authorization violation: nats: authorization violation. Retrying in 30s... 2026-02-27T08:46:49Z ERROR authorization violation error=nats: authorization violation NATS connection attempt 14 failed: authorization violation: nats: authorization violation. Retrying in 30s... ``` not coming up in 'demo' namespace after refactor **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] **Smartphone (please complete the following information):** - Device: [e.g. iPhone6] - OS: [e.g. iOS8.1] - Browser [e.g. stock browser, safari] - Version [e.g. 22] **Additional context** Add any other context about the problem here.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar#1070
No description provided.