Hi I have the latest ironwood installed on an ubuntu 16.04 instance.
I am trying to install a theme that worked perfectly on the first ironwood
version.
When I compile all assets I get the following error:
Unable to print the value of the STATIC_ROOT setting:
WARNING:py.warnings:/edx/app/edxapp/edx-platform/lms/djangoapps/courseware/__init__.py:5:
DeprecationWarning: Importing 'lms.djangoapps.courseware' as 'courseware'
is no longer supported
warnings.warn("Importing 'lms.djangoapps.courseware' as 'courseware' is
no longer supported", DeprecationWarning)
Traceback (most recent call last):
File "manage.py", line 119, in <module>
startup = importlib.import_module(edx_args.startup)
File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
File "/edx/app/edxapp/edx-platform/cms/startup.py", line 9, in <module>
settings.INSTALLED_APPS # pylint: disable=pointless-statement
File
"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/__init__.py",
line 56, in __getattr__
self._setup(name)
File
"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/__init__.py",
line 41, in _setup
self._wrapped = Settings(settings_module)
File
"/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/conf/__init__.py",
line 110, in __init__
mod = importlib.import_module(self.SETTINGS_MODULE)
File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
File "/edx/app/edxapp/edx-platform/cms/envs/aws.py", line 89, in <module>
ENV_TOKENS = json.load(env_file)
File "/usr/lib/python2.7/json/__init__.py", line 291, in load
**kw)
File "/usr/lib/python2.7/json/__init__.py", line 339, in loads
return _default_decoder.decode(s)
File "/usr/lib/python2.7/json/decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python2.7/json/decoder.py", line 380, in raw_decode
obj, end = self.scan_once(s, idx)
ValueError: Invalid control character at: line 148 column 35 (char 5259)
edxapp: ERROR (no such group)
edxapp: ERROR (no such group)
lms: stopped
lms: started
cms: stopped
cms: started
edxapp_worker:cms_default_1: stopped
edxapp_worker:cms_high_1: stopped
edxapp_worker:lms_high_mem_1: stopped
edxapp_worker:lms_high_1: stopped
edxapp_worker:lms_default_1: stopped
edxapp_worker:cms_default_1: started
edxapp_worker:cms_high_1: started
edxapp_worker:lms_high_mem_1: started
edxapp_worker:lms_high_1: started
edxapp_worker:lms_default_1: started
I then try to restart the platform manually and then get this error.
ubuntu@ip-:~/edx.scripts$ /edx/bin/supervisorctl restart lms cms
lms: stopped
FAILED: unknown problem killing cms (18867):Traceback (most recent call
last):
File
"/edx/app/supervisor/venvs/supervisor/local/lib/python2.7/site-packages/supervisor/process.py",
line 428, in kill
options.kill(pid, sig)
File
"/edx/app/supervisor/venvs/supervisor/local/lib/python2.7/site-packages/supervisor/options.py",
line 1230, in kill
os.kill(pid, signal)
OSError: [Errno 3] No such process
lms: started
error: <class 'xmlrpclib.ProtocolError'>, <ProtocolError for
127.0.0.1/RPC2: 500 Internal Server Error>: file:
/edx/app/supervisor/venvs/supervisor/local/lib/python2.7/site-packages/supervisor/xmlrpc.py
line: 510
My images are not showing up which is expected given the "edxapp: ERROR (no
such group)" related error.
Any ideas on how I can solve this?
--
You received this message because you are subscribed to the Google Groups
"General Open edX discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/edx-code/5e215429-ef93-4d2f-b714-3eb5df8b8ec9%40googlegroups.com.