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

HTTP 500 on create bucket error":"Internal Server Error" #3156

Open
mackill54 opened this issue Mar 17, 2023 · 2 comments
Open

HTTP 500 on create bucket error":"Internal Server Error" #3156

mackill54 opened this issue Mar 17, 2023 · 2 comments
Labels
stale For marking issues as stale. Labeled issues will be closed soon if label is not removed.

Comments

@mackill54
Copy link

mackill54 commented Mar 17, 2023

Kinto 15.1.1

Confgiuration of kinto instalation:

 cli ( curl ) ->> nginx ( 1.18.0 ) --> uwsgi ( 2.0.18 ) -> kinto ( 15.1.1 )

uwsgi vassal kinito.ini

[uwsgi]
wsgi-file = /srv/kinto/app.wsgi
virtualenv = /srv/kinto/kinto-15.1.1/
socket = /run/kinto/kinto.sock
env = = KINTO_INI=/etc/kinto/kinto.ini
uid = kinto
gid = kinto
enable-threads = true
chmod-socket = 666
processes = 3
master = true
module = kinto
harakiri = 120
lazy = true
lazy-apps = true
single-interpreter = true
buffer-size = 65535
post-buffering = 65535
plugin = python3
logto = /var/log/uwsgi/uwsgi-kinto.log

Uwsgi Error:
[pid: 2715084|app: 0|req: 9/19] 10.29.4.69 () {38 vars in 527 bytes} [Fri Mar 17 11:31:56 2023] POST /v1/buckets => generated 177 bytes in 295 msecs (HTTP/1.1 500) 5 headers in 302 bytes (1 switches on core 0)

Nginx Access Log:
10.AA.BB.CC - xxx [17/Mar/2023:11:31:23 +0100] "POST /v1/buckets HTTP/1.1" 500 177 "-" "curl/7.85.0"
10.AA.BB.CC - xxx [17/Mar/2023:11:31:56 +0100] "POST /v1/buckets HTTP/1.1" 500 177 "-" "curl/7.85.0"

@mackill54
Copy link
Author

"error":"Internal Server Error","message":"A programmatic error occured, developers have been informed.

@Natim
Copy link
Member

Natim commented Mar 18, 2023

Can you also provide us with the logs? /var/log/uwsgi/uwsgi-kinto.log

@alexcottner alexcottner added the stale For marking issues as stale. Labeled issues will be closed soon if label is not removed. label Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale For marking issues as stale. Labeled issues will be closed soon if label is not removed.
Projects
None yet
Development

No branches or pull requests

3 participants