http.server.errors
Errors during request processingDimensions:None
Technical Annotations (29)
Configuration Parameters (4)
DEBUGrecommended: TrueDATABASES.default.POOL_OPTIONS.PRE_PINGrecommended: TrueCACHES.LOCATIONrecommended: /var/tmp/django_cacheCACHES.BACKENDrecommended: django.core.cache.backends.filebased.FileBasedCacheError Signatures (5)
django.db.utils.OperationalError: no such tableexceptiondjango.db.utils.OperationalErrorexception5xxhttp status500 Internal Server Errorhttp statusOperationalError: connection closedexceptionCLI Commands (8)
dmesg | grep -i "killed process"diagnostichtopmonitoringpython manage.py makemigrationsremediationpython manage.py migrateremediationpython manage.py runserverdiagnosticSELECT 1diagnosticpython manage.py createcachetableremediationpython manage.py createcachetable --dry-rundiagnosticTechnical References (12)
OOMKilledconceptsystemdcomponentdb.sqlite3file pathmigrationsconceptsettings.pyfile pathDATABASEScomponentdjango_http_responses_total_by_status_totalcomponentform.save()componentpdbcomponentipdbcomponent/var/tmp/django_cachefile pathCacheEntrycomponentRelated Insights (11)
Gunicorn workers killed by OOM causing Bad Gateway errorscritical
▸
Missing database tables prevent Django application startupcritical
▸
Incorrect database settings prevent Django database connectioncritical
▸
Infrastructure-only monitoring misses Django application failureswarning
▸
5xx error rate exceeds 1% thresholdcritical
▸
Form validation errors prevent image uploads without visible feedbackwarning
▸
Missing security-relevant logging prevents incident detectionwarning
▸
500 Internal Server Error prevents page renderingcritical
▸
Database restart causes OperationalError from stale connectionscritical
▸
Filesystem cache directory permissions prevent cache writescritical
▸
Missing createcachetable prevents database cache initializationcritical
▸