Hi @aoneill5,
Thanks for using Bitnami. Your question seems to be fully related to OpenEdX itself and I'm afraid we don't have too much knowledge on how it works internally. We recommend you to open a new question in the official forums, where someone with more experience may help you.
https://discuss.openedx.org/
I found the next error in the Apache logs at /opt/edx-koa.2-0/apache2/logs/error_log
that you may want to include in your new thread
[Mon Apr 05 12:17:31.643631 2021] [wsgi:error] [pid 3961] [remote 127.0.0.1:54096] --- Logging error ---
[Mon Apr 05 12:17:31.646558 2021] [wsgi:error] [pid 3961] [remote 127.0.0.1:54096] Traceback (most recent call last):
[Mon Apr 05 12:17:31.646625 2021] [wsgi:error] [pid 3961] [remote 127.0.0.1:54096] File "/opt/edx-koa.2-0/python/lib/python3.8/logging/__init__.py", line 436, in format
[Mon Apr 05 12:17:31.646632 2021] [wsgi:error] [pid 3961] [remote 127.0.0.1:54096] return self._format(record)
[Mon Apr 05 12:17:31.646655 2021] [wsgi:error] [pid 3961] [remote 127.0.0.1:54096] File "/opt/edx-koa.2-0/python/lib/python3.8/logging/__init__.py", line 432, in _format
[Mon Apr 05 12:17:31.646661 2021] [wsgi:error] [pid 3961] [remote 127.0.0.1:54096] return self._fmt % record.__dict__
[Mon Apr 05 12:17:31.646692 2021] [wsgi:error] [pid 3961] [remote 127.0.0.1:54096] KeyError: 'userid'
[Mon Apr 05 12:17:31.646716 2021] [wsgi:error] [pid 3961] [remote 127.0.0.1:54096]
[Mon Apr 05 12:17:31.646721 2021] [wsgi:error] [pid 3961] [remote 127.0.0.1:54096] During handling of the above exception, another exception occurred:
[Mon Apr 05 12:17:31.646726 2021] [wsgi:error] [pid 3961] [remote 127.0.0.1:54096]
[Mon Apr 05 12:17:31.646853 2021] [wsgi:error] [pid 3961] [remote 127.0.0.1:54096] Traceback (most recent call last):
[Mon Apr 05 12:17:31.646905 2021] [wsgi:error] [pid 3961] [remote 127.0.0.1:54096] File "/opt/edx-koa.2-0/python/lib/python3.8/logging/handlers.py", line 69, in emit
[Mon Apr 05 12:17:31.646911 2021] [wsgi:error] [pid 3961] [remote 127.0.0.1:54096] if self.shouldRollover(record):
[Mon Apr 05 12:17:31.646942 2021] [wsgi:error] [pid 3961] [remote 127.0.0.1:54096] File "/opt/edx-koa.2-0/python/lib/python3.8/logging/handlers.py", line 185, in shouldRollover
[Mon Apr 05 12:17:31.646950 2021] [wsgi:error] [pid 3961] [remote 127.0.0.1:54096] msg = "%s\\n" % self.format(record)
[Mon Apr 05 12:17:31.646970 2021] [wsgi:error] [pid 3961] [remote 127.0.0.1:54096] File "/opt/edx-koa.2-0/python/lib/python3.8/logging/__init__.py", line 925, in format
[Mon Apr 05 12:17:31.646975 2021] [wsgi:error] [pid 3961] [remote 127.0.0.1:54096] return fmt.format(record)
[Mon Apr 05 12:17:31.646993 2021] [wsgi:error] [pid 3961] [remote 127.0.0.1:54096] File "/opt/edx-koa.2-0/python/lib/python3.8/logging/__init__.py", line 667, in format
[Mon Apr 05 12:17:31.646999 2021] [wsgi:error] [pid 3961] [remote 127.0.0.1:54096] s = self.formatMessage(record)
[Mon Apr 05 12:17:31.647017 2021] [wsgi:error] [pid 3961] [remote 127.0.0.1:54096] File "/opt/edx-koa.2-0/python/lib/python3.8/logging/__init__.py", line 636, in formatMessage
[Mon Apr 05 12:17:31.647022 2021] [wsgi:error] [pid 3961] [remote 127.0.0.1:54096] return self._style.format(record)
[Mon Apr 05 12:17:31.647040 2021] [wsgi:error] [pid 3961] [remote 127.0.0.1:54096] File "/opt/edx-koa.2-0/python/lib/python3.8/logging/__init__.py", line 438, in format
[Mon Apr 05 12:17:31.647045 2021] [wsgi:error] [pid 3961] [remote 127.0.0.1:54096] raise ValueError('Formatting field not found in record: %s' % e)
[Mon Apr 05 12:17:31.647069 2021] [wsgi:error] [pid 3961] [remote 127.0.0.1:54096] ValueError: Formatting field not found in record: 'userid'
Apart from that, I see your server is running the Apache service installed from system packages. You may want to disable/stop it if you aren't using it
-----------------------------------
Check Apache path:
-----------------------------------
Running: ps aux | grep 'apache\|mysql\|nginx\|/opt/edx-koa.2-0'
In: /opt/edx-koa.2-0
Output:
root 621 0.0 0.0 6692 4768 ? Ss 07:56 0:01 /usr/sbin/apache2 -k start
www-data 623 0.0 0.0 752828 4548 ? Sl 07:56 0:00 /usr/sbin/apache2 -k start
www-data 624 0.0 0.0 752828 4548 ? Sl 07:56 0:00 /usr/sbin/apache2 -k start