Traefik shutting down randomly in Azure #1787

Closed
opened 2026-04-05 19:41:53 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @jwhite on 2/12/2025

At random times (so far over night in our region) the Traefik server stops functioning and is not restarting.

Any ideas on how to debug?

pangolin  | Starting migrations from version 1.0.0-beta.12
pangolin  | Migrations to run:
pangolin  | All migrations completed successfully
pangolin  | 2025-02-12T15:15:58.049Z [warn]: Email SMTP configuration is missing. Emails will not be sent.
pangolin  | 2025-02-12T15:15:58.657Z [info]: Updated orgs with new domain (########.com)
pangolin  | 2025-02-12T15:15:58.851Z [info]: Server admin (#######) already exists
pangolin  | 2025-02-12T15:16:04.764Z [info]: API server is running on http://localhost:3000
pangolin  | 2025-02-12T15:16:04.766Z [info]: Internal server is running on http://localhost:3001
pangolin  | 2025-02-12T15:16:05.630Z [info]: Next.js server is running on http://localhost:3002
gerbil    | ERROR: 2025/02/12 15:15:54 Error fetching remote config http://pangolin:3001/api/v1/gerbil/get-config: Post "http://pangolin:3001/api/v1/gerbil/get-config": dial tcp 172.18.0.3:3001: connect: connection refused
gerbil    | FATAL: 2025/02/12 15:15:54 Failed to load configuration: Post "http://pangolin:3001/api/v1/gerbil/get-config": dial tcp 172.18.0.3:3001: connect: connection refused
gerbil    | = 'gerbil' is not a Gerbil command: assuming shell execution.
gerbil    | ERROR: 2025/02/12 15:15:58 Error fetching remote config http://pangolin:3001/api/v1/gerbil/get-config: Post "http://pangolin:3001/api/v1/gerbil/get-config": dial tcp 172.18.0.3:3001: connect: connection refused
gerbil    | FATAL: 2025/02/12 15:15:58 Failed to load configuration: Post "http://pangolin:3001/api/v1/gerbil/get-config": dial tcp 172.18.0.3:3001: connect: connection refused
gerbil    | = 'gerbil' is not a Gerbil command: assuming shell execution.
gerbil    | INFO: 2025/02/12 15:16:05 Created WireGuard interface wg0
gerbil    | INFO: 2025/02/12 15:16:05 Assigned IP address 100.89.128.1/24 to interface wg0
gerbil    | INFO: 2025/02/12 15:16:05 WireGuard interface wg0 created and configured
gerbil    | INFO: 2025/02/12 15:16:05 Starting server on :3003
traefik   | 2025-02-12T15:15:12Z INF I have to go...
traefik   | 2025-02-12T15:15:12Z INF Stopping server gracefully
traefik   | 2025-02-12T15:15:12Z ERR error="accept tcp [::]:8080: use of closed network connection" entryPointName=traefik
traefik   | 2025-02-12T15:15:12Z ERR Error while starting server error="accept tcp [::]:8080: use of closed network connection" entryPointName=traefik
traefik   | 2025-02-12T15:15:12Z ERR error="accept tcp [::]:80: use of closed network connection" entryPointName=web
traefik   | 2025-02-12T15:15:12Z ERR Error while starting server error="accept tcp [::]:80: use of closed network connection" entryPointName=web
traefik   | 2025-02-12T15:15:12Z ERR error="accept tcp [::]:443: use of closed network connection" entryPointName=websecure
traefik   | 2025-02-12T15:15:12Z ERR Error while starting server error="accept tcp [::]:443: use of closed network connection" entryPointName=websecure
traefik   | 2025-02-12T15:15:14Z INF Server stopped
traefik   | 2025-02-12T15:15:14Z INF Shutting down

*Originally created by @jwhite on 2/12/2025* At random times (so far over night in our region) the Traefik server stops functioning and is not restarting. Any ideas on how to debug? ``` pangolin | Starting migrations from version 1.0.0-beta.12 pangolin | Migrations to run: pangolin | All migrations completed successfully pangolin | 2025-02-12T15:15:58.049Z [warn]: Email SMTP configuration is missing. Emails will not be sent. pangolin | 2025-02-12T15:15:58.657Z [info]: Updated orgs with new domain (########.com) pangolin | 2025-02-12T15:15:58.851Z [info]: Server admin (#######) already exists pangolin | 2025-02-12T15:16:04.764Z [info]: API server is running on http://localhost:3000 pangolin | 2025-02-12T15:16:04.766Z [info]: Internal server is running on http://localhost:3001 pangolin | 2025-02-12T15:16:05.630Z [info]: Next.js server is running on http://localhost:3002 gerbil | ERROR: 2025/02/12 15:15:54 Error fetching remote config http://pangolin:3001/api/v1/gerbil/get-config: Post "http://pangolin:3001/api/v1/gerbil/get-config": dial tcp 172.18.0.3:3001: connect: connection refused gerbil | FATAL: 2025/02/12 15:15:54 Failed to load configuration: Post "http://pangolin:3001/api/v1/gerbil/get-config": dial tcp 172.18.0.3:3001: connect: connection refused gerbil | = 'gerbil' is not a Gerbil command: assuming shell execution. gerbil | ERROR: 2025/02/12 15:15:58 Error fetching remote config http://pangolin:3001/api/v1/gerbil/get-config: Post "http://pangolin:3001/api/v1/gerbil/get-config": dial tcp 172.18.0.3:3001: connect: connection refused gerbil | FATAL: 2025/02/12 15:15:58 Failed to load configuration: Post "http://pangolin:3001/api/v1/gerbil/get-config": dial tcp 172.18.0.3:3001: connect: connection refused gerbil | = 'gerbil' is not a Gerbil command: assuming shell execution. gerbil | INFO: 2025/02/12 15:16:05 Created WireGuard interface wg0 gerbil | INFO: 2025/02/12 15:16:05 Assigned IP address 100.89.128.1/24 to interface wg0 gerbil | INFO: 2025/02/12 15:16:05 WireGuard interface wg0 created and configured gerbil | INFO: 2025/02/12 15:16:05 Starting server on :3003 traefik | 2025-02-12T15:15:12Z INF I have to go... traefik | 2025-02-12T15:15:12Z INF Stopping server gracefully traefik | 2025-02-12T15:15:12Z ERR error="accept tcp [::]:8080: use of closed network connection" entryPointName=traefik traefik | 2025-02-12T15:15:12Z ERR Error while starting server error="accept tcp [::]:8080: use of closed network connection" entryPointName=traefik traefik | 2025-02-12T15:15:12Z ERR error="accept tcp [::]:80: use of closed network connection" entryPointName=web traefik | 2025-02-12T15:15:12Z ERR Error while starting server error="accept tcp [::]:80: use of closed network connection" entryPointName=web traefik | 2025-02-12T15:15:12Z ERR error="accept tcp [::]:443: use of closed network connection" entryPointName=websecure traefik | 2025-02-12T15:15:12Z ERR Error while starting server error="accept tcp [::]:443: use of closed network connection" entryPointName=websecure traefik | 2025-02-12T15:15:14Z INF Server stopped traefik | 2025-02-12T15:15:14Z INF Shutting down
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1787