You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an issue running the Canvas LMS production setup. The quick start works fine on both WSL and Docker, and I was able to run the production setup without issues until recently. Now, I'm facing an error related to
root@a8a048a20ab1:/var/canvas# sudo tail -f /var/log/apache2/error.log
App 7710 output: /usr/share/passenger/helper-scripts/rack-loader.rb:27:in `<main>'
[ E 2024-09-25 15:36:37.2102 7463/T1t age/Cor/App/Implementation.cpp:221 ]: Could not spawn process for application /var/canvas: The application encountered the following error: uninitialized constant Canvas::Errors
Canvas::Errors.capture_exception(:vault, e)
^^^^^^^^
Did you mean? Errno (NameError)
Error ID: a1c7919c
Error details saved to: /tmp/passenger-error-PNadEv.html
[ E 2024-09-25 15:36:37.2110 7463/Tb age/Cor/Con/CheckoutSession.cpp:282 ]: [Client 2-1] Cannot checkout session because a spawning error occurred. The identifier of the error is a1c7919c. Please see earlier logs for details about the error.
(I'll provide more details on the exact error message if needed).
Steps to reproduce:
Set up Canvas LMS in production mode following the official documentation.
Use Docker to run the production environment.
Encounter the error when attempting to start the production environment.
Expected behavior:
The Canvas LMS production environment should start successfully, as it did before.
Additional notes:
Quick start works fine, no issues there.
This problem appeared recently, but no changes were made to the setup process from my side.
I'd appreciate guidance or any suggestions on how to debug and resolve this error in the production setup.
The text was updated successfully, but these errors were encountered:
Summary:
I'm encountering an issue running the Canvas LMS production setup. The quick start works fine on both WSL and Docker, and I was able to run the production setup without issues until recently. Now, I'm facing an error related to
(I'll provide more details on the exact error message if needed).
Steps to reproduce:
Expected behavior:
The Canvas LMS production environment should start successfully, as it did before.
Additional notes:
Quick start works fine, no issues there.
This problem appeared recently, but no changes were made to the setup process from my side.
I'd appreciate guidance or any suggestions on how to debug and resolve this error in the production setup.
The text was updated successfully, but these errors were encountered: