Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FATAL: "could not start server" on SIGTERM #17

Closed
532910 opened this issue Feb 3, 2023 · 1 comment
Closed

FATAL: "could not start server" on SIGTERM #17

532910 opened this issue Feb 3, 2023 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@532910
Copy link

532910 commented Feb 3, 2023

FATAL	neofs-send-authz/app.go:249	could not start server	{"error": "http: Server closed"}
main.(*app).Serve
	github.com/nspcc-dev/neofs-send-authz/cmd/neofs-send-authz/app.go:249
zsh: exit 1     ./neofs-send-authz -c '/usr/local/etc/neofs/send-authz/config.yaml'
@roman-khimov roman-khimov added the bug Something isn't working label Feb 3, 2023
@roman-khimov
Copy link
Member

Not critical though.

@roman-khimov roman-khimov modified the milestones: v0.1.7, v0.1.8 Mar 21, 2023
roman-khimov added a commit that referenced this issue May 12, 2023
ListenAndServe _always_ returns an error, http.ErrServerClosed means
it's stopped normally, no need to panic in this case.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants