Internal server error after upgrade to 2.11 #6186
-
Just upgraded from 2.10.6 to 2.11 end get internal server error Netbox-rq is not starting apr 16 20:30:24 netbox systemd[1]: netbox-rq.service: Main process exited, code=exited, status=1/FAILURE Cannot see any other errors in the upgrade procedure |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
After checking journalctl it looked like tablib package was missing so i ran pip3 install -r requierments.txt now i see stuff like this apr 16 20:53:47 netbox gunicorn[19981]: File "", line 219, in _call_with_frames_removed |
Beta Was this translation helpful? Give feedback.
-
Also ensure that your /etc/systemd/system/netbox-rq.service is correct: the python path does not point to the virtual environment. There is the sample: https://github.com/netbox-community/netbox/blob/develop/contrib/netbox-rq.service |
Beta Was this translation helpful? Give feedback.
Also ensure that your /etc/systemd/system/netbox-rq.service is correct: the python path does not point to the virtual environment.
There is the sample: https://github.com/netbox-community/netbox/blob/develop/contrib/netbox-rq.service