Code Monkey home page Code Monkey logo

Comments (8)

regisb avatar regisb commented on August 16, 2024

@emh2007 I edited your message to include the required issue template. Please take the time to fill the form, otherwise I can't help you.

from tutor.

emh2007 avatar emh2007 commented on August 16, 2024

Steps to reproduce:
I have used those commands at the beginning:
git clone https://github.com/regisb/openedx-docker
cd openedx-docker/
make all
for creating staff account I used:
USERNAME=yourusername EMAIL=[email protected] make create-staff-user
for importing demo course I used:
make import-demo-course

I did daemonizing
make daemon
then
make stop
after all of this the LMS was reachable at : localhost from the server browser (I am using VNC on Ubuntu server 16.04)
but the cms did not respond at all, I tried : localhost:80 , localhost:18010 , localhost:8000 , localhost: 8001
then I used your other method: step by step install
make configure
make update
make migrate
make assets
make up (this the command that gave the above error).

Unexpected behavior:
data/lms/logs (edx.log & tracking.log) are included
edx.log
tracking.log

the error has been changed after the make up command
docker-compose up
openedx-docker_memcached_1 is up-to-date
openedx-docker_smtp_1 is up-to-date
openedx-docker_mongodb_1 is up-to-date
openedx-docker_nginx_1 is up-to-date
openedx-docker_mysql_1 is up-to-date
openedx-docker_rabbitmq_1 is up-to-date
openedx-docker_elasticsearch_1 is up-to-date
openedx-docker_xqueue_consumer_1 is up-to-date
openedx-docker_xqueue_1 is up-to-date
openedx-docker_cms_1 is up-to-date
openedx-docker_forum_1 is up-to-date
openedx-docker_cms_worker_1 is up-to-date
openedx-docker_lms_1 is up-to-date
openedx-docker_lms_worker_1 is up-to-date
Attaching to openedx-docker_memcached_1, openedx-docker_smtp_1, openedx-docker_mongodb_1, openedx-docker_nginx_1, openedx-docker_mysql_1, openedx-docker_rabbitmq_1, openedx-docker_elasticsearch_1, openedx-docker_xqueue_consumer_1, openedx-docker_xqueue_1, openedx-docker_cms_1, openedx-docker_forum_1, openedx-docker_cms_worker_1, openedx-docker_lms_1, openedx-docker_lms_worker_1
smtp_1 | + sed -ri '
smtp_1 | s/^#?(dc_local_interfaces)=./\1='''[0.0.0.0]:25 ; [::0]:25'''/;
smtp_1 | s/^#?(dc_other_hostnames)=.
/\1=''''''/;
smtp_1 | s/^#?(dc_relay_nets)=./\1='''172.19.0.6/16'''/;
smtp_1 | s/^#?(dc_eximconfig_configtype)=.
/\1='''internet'''/;
smtp_1 | ' /etc/exim4/update-exim4.conf.conf
smtp_1 | + update-exim4.conf -v
smtp_1 | using non-split configuration scheme from /etc/exim4/exim4.conf.template
smtp_1 | 1 LOG: MAIN
smtp_1 | 1 exim 4.84_2 daemon started: pid=1, -q15m, listening for SMTP on port 25 (IPv6 and IPv4)
mongodb_1 | 2018-07-11T05:23:10.365+0000 I CONTROL [initandlisten] MongoDB starting : pid=1 port=27017 dbpath=/data/db 64-bit host=97441909c43c
mongodb_1 | 2018-07-11T05:23:10.365+0000 I CONTROL [initandlisten] db version v3.0.14
mongodb_1 | 2018-07-11T05:23:10.365+0000 I CONTROL [initandlisten] git version: 08352afcca24bfc145240a0fac9d28b978ab77f3
mongodb_1 | 2018-07-11T05:23:10.365+0000 I CONTROL [initandlisten] build info: Linux ip-10-30-223-232 3.2.0-4-amd64 #1 SMP Debian 3.2.46-1 x86_64 BOOST_LIB_VERSION=1_49
mongodb_1 | 2018-07-11T05:23:10.365+0000 I CONTROL [initandlisten] allocator: tcmalloc
mongodb_1 | 2018-07-11T05:23:10.365+0000 I CONTROL [initandlisten] options: { storage: { engine: "wiredTiger", journal: { enabled: false }, mmapv1: { smallFiles: true } } }
mongodb_1 | 2018-07-11T05:23:10.399+0000 W STORAGE [initandlisten] Detected configuration for non-active storage engine mmapv1 when current storage engine is wiredTiger
mongodb_1 | 2018-07-11T05:23:10.400+0000 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=7G,session_max=20000,eviction=(threads_max=4),statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),checkpoint=(wait=60,log_size=2GB),statistics_log=(wait=0),,log=(enabled=false),
mongodb_1 | 2018-07-11T05:23:10.431+0000 I CONTROL [initandlisten]
mongodb_1 | 2018-07-11T05:23:10.431+0000 I CONTROL [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/defrag is 'always'.
mongodb_1 | 2018-07-11T05:23:10.431+0000 I CONTROL [initandlisten] ** We suggest setting it to 'never'
mongodb_1 | 2018-07-11T05:23:10.431+0000 I CONTROL [initandlisten]
mongodb_1 | 2018-07-11T05:23:10.434+0000 I NETWORK [initandlisten] waiting for connections on port 27017
mongodb_1 | 2018-07-11T05:23:20.748+0000 I NETWORK [initandlisten] connection accepted from 172.19.0.11:41530 #1 (1 connection now open)
mongodb_1 | 2018-07-11T05:23:20.749+0000 I NETWORK [initandlisten] connection accepted from 172.19.0.11:41532 #2 (2 connections now open)
mongodb_1 | 2018-07-11T05:23:20.749+0000 I NETWORK [conn1] end connection 172.19.0.11:41530 (0 connections now open)
mongodb_1 | 2018-07-11T05:23:20.752+0000 I NETWORK [initandlisten] connection accepted from 172.19.0.11:41534 #3 (2 connections now open)
mongodb_1 | 2018-07-11T05:23:20.772+0000 I NETWORK [conn3] end connection 172.19.0.11:41534 (1 connection now open)
mongodb_1 | 2018-07-11T05:23:20.774+0000 I NETWORK [conn2] end connection 172.19.0.11:41532 (0 connections now open)
mongodb_1 | 2018-07-11T05:23:25.811+0000 I NETWORK [initandlisten] connection accepted from 172.19.0.13:46604 #4 (1 connection now open)
mongodb_1 | 2018-07-11T05:23:25.926+0000 I NETWORK [initandlisten] connection accepted from 172.19.0.13:46606 #5 (2 connections now open)
mongodb_1 | 2018-07-11T05:23:26.120+0000 I NETWORK [initandlisten] connection accepted from 172.19.0.13:46610 #6 (3 connections now open)
mongodb_1 | 2018-07-11T05:23:29.655+0000 I NETWORK [initandlisten] connection accepted from 172.19.0.11:41586 #7 (4 connections now open)
mongodb_1 | 2018-07-11T05:23:29.655+0000 I NETWORK [initandlisten] connection accepted from 172.19.0.11:41588 #8 (5 connections now open)
mongodb_1 | 2018-07-11T05:23:29.656+0000 I NETWORK [conn7] end connection 172.19.0.11:41586 (4 connections now open)
mongodb_1 | 2018-07-11T05:23:29.658+0000 I NETWORK [initandlisten] connection accepted from 172.19.0.11:41590 #9 (5 connections now open)
mongodb_1 | 2018-07-11T05:29:29.389+0000 I NETWORK [initandlisten] connection accepted from 172.19.0.16:44298 #10 (6 connections now open)
mongodb_1 | 2018-07-11T05:29:29.390+0000 I NETWORK [conn10] end connection 172.19.0.16:44298 (5 connections now open)
mongodb_1 | 2018-07-11T05:29:29.390+0000 I NETWORK [initandlisten] connection accepted from 172.19.0.16:44300 #11 (7 connections now open)
mongodb_1 | 2018-07-11T05:29:29.393+0000 I NETWORK [initandlisten] connection accepted from 172.19.0.16:44302 #12 (7 connections now open)
mongodb_1 | 2018-07-11T05:29:29.408+0000 I NETWORK [conn12] end connection 172.19.0.16:44302 (6 connections now open)
mongodb_1 | 2018-07-11T05:29:29.409+0000 I NETWORK [conn11] end connection 172.19.0.16:44300 (5 connections now open)
mongodb_1 | 2018-07-11T05:29:38.848+0000 I NETWORK [initandlisten] connection accepted from 172.19.0.16:44306 #13 (6 connections now open)
mongodb_1 | 2018-07-11T05:29:38.848+0000 I NETWORK [initandlisten] connection accepted from 172.19.0.16:44308 #14 (7 connections now open)
mongodb_1 | 2018-07-11T05:29:38.848+0000 I NETWORK [conn13] end connection 172.19.0.16:44306 (6 connections now open)
mongodb_1 | 2018-07-11T05:29:38.850+0000 I NETWORK [initandlisten] connection accepted from 172.19.0.16:44310 #15 (7 connections now open)
mongodb_1 | 2018-07-11T05:29:39.203+0000 I NETWORK [conn15] end connection 172.19.0.16:44310 (6 connections now open)
mongodb_1 | 2018-07-11T05:29:39.204+0000 I NETWORK [conn14] end connection 172.19.0.16:44308 (5 connections now open)
mysql_1 | 2018-07-11 05:23:11 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
mysql_1 | 2018-07-11 05:23:11 0 [Note] mysqld (mysqld 5.6.36) starting as process 1 ...
rabbitmq_1 |
rabbitmq_1 | RabbitMQ 3.6.10. Copyright (C) 2007-2017 Pivotal Software, Inc.
rabbitmq_1 | ## ## Licensed under the MPL. See http://www.rabbitmq.com/
rabbitmq_1 | ## ##
rabbitmq_1 | ########## Logs: tty
rabbitmq_1 | ###### ## tty
rabbitmq_1 | ##########
rabbitmq_1 | Starting broker...
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:21 ===
rabbitmq_1 | Starting RabbitMQ 3.6.10 on Erlang 19.2.1
rabbitmq_1 | Copyright (C) 2007-2017 Pivotal Software, Inc.
rabbitmq_1 | Licensed under the MPL. See http://www.rabbitmq.com/
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:21 ===
rabbitmq_1 | node : rabbit@73494b0fd2ad
rabbitmq_1 | home dir : /var/lib/rabbitmq
rabbitmq_1 | config file(s) : /etc/rabbitmq/rabbitmq.config
rabbitmq_1 | cookie hash : Aw97fbRQrFnhQJRVsbOtwg==
rabbitmq_1 | log : tty
rabbitmq_1 | sasl log : tty
rabbitmq_1 | database dir : /var/lib/rabbitmq/mnesia/rabbit@73494b0fd2ad
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:24 ===
rabbitmq_1 | Memory limit set to 6418MB of 16046MB total.
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:25 ===
rabbitmq_1 | Enabling free disk space monitoring
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:25 ===
rabbitmq_1 | Disk free limit set to 50MB
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:25 ===
rabbitmq_1 | Limiting to approx 1048476 file handles (943626 sockets)
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:25 ===
rabbitmq_1 | FHC read buffering: OFF
rabbitmq_1 | FHC write buffering: ON
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:25 ===
rabbitmq_1 | Database directory at /var/lib/rabbitmq/mnesia/rabbit@73494b0fd2ad is empty. Initialising from scratch...
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:25 ===
rabbitmq_1 | application: mnesia
rabbitmq_1 | exited: stopped
rabbitmq_1 | type: temporary
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:25 ===
xqueue_1 | 2018-07-11 05:23:11 [7] [INFO] Starting gunicorn 0.16.1
xqueue_1 | 2018-07-11 05:23:11 [7] [INFO] Listening at: http://0.0.0.0:8040 (7)
xqueue_1 | 2018-07-11 05:23:11 [7] [INFO] Using worker: sync
xqueue_1 | 2018-07-11 05:23:11 [11] [INFO] Booting worker with pid: 11
rabbitmq_1 | Waiting for Mnesia tables for 30000 ms, 9 retries left
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:25 ===
rabbitmq_1 | Waiting for Mnesia tables for 30000 ms, 9 retries left
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:25 ===
rabbitmq_1 | Waiting for Mnesia tables for 30000 ms, 9 retries left
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:25 ===
rabbitmq_1 | Priority queues enabled, real BQ is rabbit_variable_queue
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:25 ===
rabbitmq_1 | Starting rabbit_node_monitor
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:25 ===
rabbitmq_1 | Adding vhost '/'
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:25 ===
rabbitmq_1 | Creating user 'guest'
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:25 ===
rabbitmq_1 | Setting user tags for user 'guest' to [administrator]
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:25 ===
rabbitmq_1 | Setting permissions for 'guest' in '/' to '.', '.', '.*'
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:25 ===
rabbitmq_1 | msg_store_transient: using rabbit_msg_store_ets_index to provide index
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:25 ===
rabbitmq_1 | msg_store_persistent: using rabbit_msg_store_ets_index to provide index
rabbitmq_1 |
rabbitmq_1 | =WARNING REPORT==== 11-Jul-2018::05:23:25 ===
rabbitmq_1 | msg_store_persistent: rebuilding indices from scratch
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:25 ===
rabbitmq_1 | started TCP Listener on [::]:5672
rabbitmq_1 | completed with 0 plugins.
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:25 ===
rabbitmq_1 | Server startup complete; 0 plugins started.
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:27 ===
rabbitmq_1 | accepting AMQP connection <0.375.0> (172.19.0.14:37302 -> 172.19.0.8:5672)
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:27 ===
rabbitmq_1 | connection <0.375.0> (172.19.0.14:37302 -> 172.19.0.8:5672): user 'guest' authenticated and granted access to vhost '/'
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:27 ===
rabbitmq_1 | accepting AMQP connection <0.384.0> (172.19.0.14:37304 -> 172.19.0.8:5672)
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:27 ===
rabbitmq_1 | connection <0.384.0> (172.19.0.14:37304 -> 172.19.0.8:5672): user 'guest' authenticated and granted access to vhost '/'
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:28 ===
rabbitmq_1 | accepting AMQP connection <0.449.0> (172.19.0.15:41768 -> 172.19.0.8:5672)
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:28 ===
rabbitmq_1 | connection <0.449.0> (172.19.0.15:41768 -> 172.19.0.8:5672): user 'guest' authenticated and granted access to vhost '/'
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:28 ===
rabbitmq_1 | accepting AMQP connection <0.456.0> (172.19.0.15:41770 -> 172.19.0.8:5672)
rabbitmq_1 |
rabbitmq_1 | =INFO REPORT==== 11-Jul-2018::05:23:28 ===
rabbitmq_1 | connection <0.456.0> (172.19.0.15:41770 -> 172.19.0.8:5672): user 'guest' authenticated and granted access to vhost '/'
elasticsearch_1 | [2018-07-11 05:23:12,537][INFO ][node ] [Blindside] version[1.5.2], pid[1], build[62ff986/2015-04-27T09:21:06Z]
elasticsearch_1 | [2018-07-11 05:23:12,541][INFO ][node ] [Blindside] initializing ...
elasticsearch_1 | [2018-07-11 05:23:12,551][INFO ][plugins ] [Blindside] loaded [], sites []
elasticsearch_1 | [2018-07-11 05:23:18,998][INFO ][node ] [Blindside] initialized
elasticsearch_1 | [2018-07-11 05:23:19,000][INFO ][node ] [Blindside] starting ...
elasticsearch_1 | [2018-07-11 05:23:20,183][INFO ][transport ] [Blindside] bound_address {inet[/0.0.0.0:9300]}, publish_address {inet[/172.19.0.7:9300]}
elasticsearch_1 | [2018-07-11 05:23:20,259][INFO ][discovery ] [Blindside] elasticsearch/jg7aFLfrSiyh7tcFL5Aueg
elasticsearch_1 | [2018-07-11 05:23:24,048][INFO ][cluster.service ] [Blindside] new_master [Blindside][jg7aFLfrSiyh7tcFL5Aueg][e52bbdaadf55][inet[/172.19.0.7:9300]], reason: zen-disco-join (elected_as_master)
elasticsearch_1 | [2018-07-11 05:23:24,205][INFO ][http ] [Blindside] bound_address {inet[/0.0.0.0:9200]}, publish_address {inet[/172.19.0.7:9200]}
elasticsearch_1 | [2018-07-11 05:23:24,205][INFO ][node ] [Blindside] started
elasticsearch_1 | [2018-07-11 05:23:25,478][INFO ][gateway ] [Blindside] recovered [7] indices into cluster_state
elasticsearch_1 | [2018-07-11 05:29:38,882][INFO ][cluster.metadata ] [Blindside] [content_20180711052938852] creating index, cause [api], templates [], shards [5]/[1], mappings []
elasticsearch_1 | [2018-07-11 05:29:39,092][INFO ][cluster.metadata ] [Blindside] [content_20180711052938852] create_mapping [comment_thread]
elasticsearch_1 | [2018-07-11 05:29:39,112][INFO ][cluster.metadata ] [Blindside] [content_20180711052938852] create_mapping [comment]
cms_1 | 2018-07-11 05:23:15 [9] [INFO] Starting gunicorn 0.17.4
cms_1 | 2018-07-11 05:23:15 [9] [INFO] Listening at: http://0.0.0.0:8000 (9)
cms_1 | 2018-07-11 05:23:15 [9] [INFO] Using worker: sync
cms_1 | 2018-07-11 05:23:15 [13] [INFO] Booting worker with pid: 13
cms_1 | 2018-07-11 05:23:22,202 WARNING 13 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/openassessment/workflow/models.py:46: RemovedInDjango19Warning: Model class openassessment.workflow.models.AssessmentWorkflow doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_1 | class AssessmentWorkflow(TimeStampedModel, StatusModel):
cms_1 |
cms_1 | 2018-07-11 05:23:22,206 WARNING 13 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/openassessment/workflow/models.py:608: RemovedInDjango19Warning: Model class openassessment.workflow.models.AssessmentWorkflowStep doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_1 | class AssessmentWorkflowStep(models.Model):
cms_1 |
cms_1 | 2018-07-11 05:23:22,208 WARNING 13 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/openassessment/workflow/models.py:749: RemovedInDjango19Warning: Model class openassessment.workflow.models.AssessmentWorkflowCancellation doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_1 | class AssessmentWorkflowCancellation(models.Model):
cms_1 |
cms_1 | 2018-07-11 05:23:22,359 WARNING 13 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/milestones/models.py:15: RemovedInDjango19Warning: Model class milestones.models.Milestone doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_1 | class Milestone(TimeStampedModel):
cms_1 |
cms_1 | 2018-07-11 05:23:22,361 WARNING 13 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/milestones/models.py:38: RemovedInDjango19Warning: Model class milestones.models.MilestoneRelationshipType doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_1 | class MilestoneRelationshipType(TimeStampedModel):
cms_1 |
cms_1 | 2018-07-11 05:23:22,363 WARNING 13 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/milestones/models.py:77: RemovedInDjango19Warning: Model class milestones.models.CourseMilestone doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_1 | class CourseMilestone(TimeStampedModel):
cms_1 |
cms_1 | 2018-07-11 05:23:22,366 WARNING 13 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/milestones/models.py:100: RemovedInDjango19Warning: Model class milestones.models.CourseContentMilestone doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_1 | class CourseContentMilestone(TimeStampedModel):
cms_1 |
cms_1 | 2018-07-11 05:23:22,368 WARNING 13 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/milestones/models.py:131: RemovedInDjango19Warning: Model class milestones.models.UserMilestone doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_1 | class UserMilestone(TimeStampedModel):
cms_1 |
cms_1 | 2018-07-11 05:23:22,389 WARNING 13 [py.warnings] base.py:116 - /openedx/edx-platform/openedx/core/djangoapps/self_paced/models.py:10: RemovedInDjango19Warning: Model class openedx.core.djangoapps.self_paced.models.SelfPacedConfiguration doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_1 | class SelfPacedConfiguration(ConfigurationModel):
cms_1 |
cms_1 | 2018-07-11 05:23:22,866 WARNING 13 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/edxval/models.py:52: RemovedInDjango19Warning: Model class edxval.models.Profile doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_1 | class Profile(models.Model):
cms_1 |
cms_1 | 2018-07-11 05:23:22,869 WARNING 13 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/edxval/models.py:75: RemovedInDjango19Warning: Model class edxval.models.Video doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_1 | class Video(models.Model):
cms_1 |
cms_1 | 2018-07-11 05:23:22,870 WARNING 13 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/edxval/models.py:123: RemovedInDjango19Warning: Model class edxval.models.CourseVideo doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_1 | class CourseVideo(models.Model, ModelFactoryWithValidation):
cms_1 |
cms_1 | 2018-07-11 05:23:22,872 WARNING 13 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/edxval/models.py:144: RemovedInDjango19Warning: Model class edxval.models.EncodedVideo doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_1 | class EncodedVideo(models.Model):
cms_1 |
cms_1 | 2018-07-11 05:23:22,875 WARNING 13 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/edxval/models.py:164: RemovedInDjango19Warning: Model class edxval.models.Subtitle doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_1 | class Subtitle(models.Model):
cms_1 |
cms_1 | 2018-07-11 05:23:22,893 WARNING 13 [py.warnings] base.py:116 - /openedx/edx-platform/openedx/core/djangoapps/video_config/models.py:10: RemovedInDjango19Warning: Model class openedx.core.djangoapps.video_config.models.HLSPlaybackEnabledFlag doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_1 | class HLSPlaybackEnabledFlag(ConfigurationModel):
cms_1 |
cms_1 | 2018-07-11 05:23:22,896 WARNING 13 [py.warnings] base.py:116 - /openedx/edx-platform/openedx/core/djangoapps/video_config/models.py:51: RemovedInDjango19Warning: Model class openedx.core.djangoapps.video_config.models.CourseHLSPlaybackEnabledFlag doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_1 | class CourseHLSPlaybackEnabledFlag(ConfigurationModel):
cms_1 |
cms_1 | 2018-07-11 05:23:27,773 INFO 13 [dd.dogapi] dog_stats_api.py:66 - Initializing dog api to use statsd: localhost, 8125
cms_worker_1 | 2018-07-11 05:23:20,197 WARNING 1 [py.warnings] base.py:116 - /openedx/edx-platform/openedx/core/djangoapps/self_paced/models.py:10: RemovedInDjango19Warning: Model class openedx.core.djangoapps.self_paced.models.SelfPacedConfiguration doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_worker_1 | class SelfPacedConfiguration(ConfigurationModel):
cms_worker_1 |
cms_worker_1 | 2018-07-11 05:23:20,215 WARNING 1 [py.warnings] base.py:116 - /openedx/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:653: RemovedInDjango19Warning: Model class openedx.core.djangoapps.content.course_overviews.models.CourseOverviewTab doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_worker_1 | class CourseOverviewTab(models.Model):
cms_worker_1 |
cms_worker_1 | 2018-07-11 05:23:20,217 WARNING 1 [py.warnings] base.py:116 - /openedx/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:661: RemovedInDjango19Warning: Model class openedx.core.djangoapps.content.course_overviews.models.CourseOverviewImageSet doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_worker_1 | class CourseOverviewImageSet(TimeStampedModel):
cms_worker_1 |
cms_worker_1 | 2018-07-11 05:23:20,219 WARNING 1 [py.warnings] base.py:116 - /openedx/edx-platform/openedx/core/djangoapps/content/course_overviews/models.py:800: RemovedInDjango19Warning: Model class openedx.core.djangoapps.content.course_overviews.models.CourseOverviewImageConfig doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_worker_1 | class CourseOverviewImageConfig(ConfigurationModel):
cms_worker_1 |
cms_worker_1 | 2018-07-11 05:23:22,362 WARNING 1 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/openassessment/workflow/models.py:46: RemovedInDjango19Warning: Model class openassessment.workflow.models.AssessmentWorkflow doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_worker_1 | class AssessmentWorkflow(TimeStampedModel, StatusModel):
cms_worker_1 |
cms_worker_1 | 2018-07-11 05:23:22,366 WARNING 1 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/openassessment/workflow/models.py:608: RemovedInDjango19Warning: Model class openassessment.workflow.models.AssessmentWorkflowStep doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_worker_1 | class AssessmentWorkflowStep(models.Model):
cms_worker_1 |
cms_worker_1 | 2018-07-11 05:23:22,369 WARNING 1 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/openassessment/workflow/models.py:749: RemovedInDjango19Warning: Model class openassessment.workflow.models.AssessmentWorkflowCancellation doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_worker_1 | class AssessmentWorkflowCancellation(models.Model):
cms_worker_1 |
cms_worker_1 | 2018-07-11 05:23:22,520 WARNING 1 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/milestones/models.py:15: RemovedInDjango19Warning: Model class milestones.models.Milestone doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_worker_1 | class Milestone(TimeStampedModel):
cms_worker_1 |
cms_worker_1 | 2018-07-11 05:23:22,523 WARNING 1 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/milestones/models.py:38: RemovedInDjango19Warning: Model class milestones.models.MilestoneRelationshipType doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_worker_1 | class MilestoneRelationshipType(TimeStampedModel):
cms_worker_1 |
cms_worker_1 | 2018-07-11 05:23:22,526 WARNING 1 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/milestones/models.py:77: RemovedInDjango19Warning: Model class milestones.models.CourseMilestone doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_worker_1 | class CourseMilestone(TimeStampedModel):
cms_worker_1 |
cms_worker_1 | 2018-07-11 05:23:22,529 WARNING 1 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/milestones/models.py:100: RemovedInDjango19Warning: Model class milestones.models.CourseContentMilestone doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_worker_1 | class CourseContentMilestone(TimeStampedModel):
cms_worker_1 |
cms_worker_1 | 2018-07-11 05:23:22,532 WARNING 1 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/milestones/models.py:131: RemovedInDjango19Warning: Model class milestones.models.UserMilestone doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_worker_1 | class UserMilestone(TimeStampedModel):
cms_worker_1 |
cms_worker_1 | 2018-07-11 05:23:22,823 WARNING 1 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/edxval/models.py:52: RemovedInDjango19Warning: Model class edxval.models.Profile doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_worker_1 | class Profile(models.Model):
cms_worker_1 |
cms_worker_1 | 2018-07-11 05:23:22,826 WARNING 1 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/edxval/models.py:75: RemovedInDjango19Warning: Model class edxval.models.Video doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_worker_1 | class Video(models.Model):
cms_worker_1 |
cms_worker_1 | 2018-07-11 05:23:22,828 WARNING 1 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/edxval/models.py:123: RemovedInDjango19Warning: Model class edxval.models.CourseVideo doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_worker_1 | class CourseVideo(models.Model, ModelFactoryWithValidation):
cms_worker_1 |
cms_worker_1 | 2018-07-11 05:23:22,831 WARNING 1 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/edxval/models.py:144: RemovedInDjango19Warning: Model class edxval.models.EncodedVideo doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_worker_1 | class EncodedVideo(models.Model):
cms_worker_1 |
forum_1 | W, [2018-07-11T05:23:20.449372 #7] WARN -- : Overwriting existing field _id in class User.
forum_1 | ERROR: ElasticSearch configuration validation failed. "rake search:validate_index" failed with the following message: Connection refused - connect(2)
forum_1 | W, [2018-07-11T05:23:29.401703 #7] WARN -- : Overwriting existing field _id in class User.
forum_1 | I, [2018-07-11T05:23:29.756791 #7] INFO -- : Passed: Alias 'content' exists with up-to-date mappings.
forum_1 | I, [2018-07-11T05:23:29.758176 #7] INFO -- : Refreshing Gem list
forum_1 | Loading config.ru.
forum_1 | I, [2018-07-11T05:23:29.808585 #7] INFO -- : listening on addr=0.0.0.0:4567 fd=11
forum_1 | I, [2018-07-11T05:23:29.808876 #7] INFO -- : worker=0 spawning...
forum_1 | I, [2018-07-11T05:23:29.811844 #7] INFO -- : worker=1 spawning...
forum_1 | I, [2018-07-11T05:23:29.815820 #7] INFO -- : worker=2 spawning...
forum_1 | I, [2018-07-11T05:23:29.818222 #7] INFO -- : worker=3 spawning...
forum_1 | I, [2018-07-11T05:23:29.820739 #7] INFO -- : master process ready
forum_1 | I, [2018-07-11T05:23:29.826659 #22] INFO -- : worker=0 ready
forum_1 | I, [2018-07-11T05:23:29.830685 #25] INFO -- : worker=1 ready
forum_1 | I, [2018-07-11T05:23:29.832836 #28] INFO -- : worker=2 ready
forum_1 | I, [2018-07-11T05:23:29.834434 #31] INFO -- : worker=3 ready
cms_worker_1 | 2018-07-11 05:23:22,834 WARNING 1 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/edxval/models.py:164: RemovedInDjango19Warning: Model class edxval.models.Subtitle doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_worker_1 | class Subtitle(models.Model):
cms_worker_1 |
cms_worker_1 | 2018-07-11 05:23:22,856 WARNING 1 [py.warnings] base.py:116 - /openedx/edx-platform/openedx/core/djangoapps/video_config/models.py:10: RemovedInDjango19Warning: Model class openedx.core.djangoapps.video_config.models.HLSPlaybackEnabledFlag doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_worker_1 | class HLSPlaybackEnabledFlag(ConfigurationModel):
cms_worker_1 |
cms_worker_1 | 2018-07-11 05:23:22,860 WARNING 1 [py.warnings] base.py:116 - /openedx/edx-platform/openedx/core/djangoapps/video_config/models.py:51: RemovedInDjango19Warning: Model class openedx.core.djangoapps.video_config.models.CourseHLSPlaybackEnabledFlag doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_worker_1 | class CourseHLSPlaybackEnabledFlag(ConfigurationModel):
cms_worker_1 |
cms_worker_1 | 2018-07-11 05:23:25,347 WARNING 1 [py.warnings] base.py:116 - /openedx/edx-platform/openedx/core/djangoapps/bookmarks/models.py:41: RemovedInDjango19Warning: Model class openedx.core.djangoapps.bookmarks.models.Bookmark doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_worker_1 | class Bookmark(TimeStampedModel):
cms_worker_1 |
cms_worker_1 | 2018-07-11 05:23:25,353 WARNING 1 [py.warnings] base.py:116 - /openedx/edx-platform/openedx/core/djangoapps/bookmarks/models.py:186: RemovedInDjango19Warning: Model class openedx.core.djangoapps.bookmarks.models.XBlockCache doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
cms_worker_1 | class XBlockCache(TimeStampedModel):
cms_worker_1 |
cms_worker_1 | 2018-07-11 05:23:27,184 INFO 1 [dd.dogapi] dog_stats_api.py:66 - Initializing dog api to use statsd: localhost, 8125
cms_worker_1 | 2018-07-11 05:23:28,844 WARNING 1 [py.warnings] worker.py:161 - /usr/local/lib/python2.7/dist-packages/celery/apps/worker.py:161: CDeprecationWarning:
cms_worker_1 | Starting from version 3.2 Celery will refuse to accept pickle by default.
cms_worker_1 |
cms_worker_1 | The pickle serializer is a security concern as it may give attackers
cms_worker_1 | the ability to execute any command. It's important to secure
cms_worker_1 | your broker from unauthorized access when using pickle, so we think
cms_worker_1 | that enabling pickle should require a deliberate action and not be
cms_worker_1 | the default choice.
cms_worker_1 |
cms_worker_1 | If you depend on pickle then you should set a setting to disable this
cms_worker_1 | warning and to be sure that everything will continue working
cms_worker_1 | when you upgrade to Celery 3.2::
cms_worker_1 |
cms_worker_1 | CELERY_ACCEPT_CONTENT = ['pickle', 'json', 'msgpack', 'yaml']
cms_worker_1 |
cms_worker_1 | You must only enable the serializers that you will actually use.
cms_worker_1 |
cms_worker_1 |
cms_worker_1 | warnings.warn(CDeprecationWarning(W_PICKLE_DEPRECATED))
cms_worker_1 |
cms_worker_1 | 2018-07-11 05:23:28,932 INFO 1 [celery.worker.consumer] consumer.py:479 - Connected to amqp://guest:@rabbitmq:5672//
cms_worker_1 | 2018-07-11 05:23:28,953 INFO 1 [celery.worker.consumer] consumer.py:567 - mingle: searching for neighbors
cms_worker_1 | 2018-07-11 05:23:29,979 INFO 1 [celery.worker.consumer] consumer.py:573 - mingle: sync with 1 nodes
cms_worker_1 | 2018-07-11 05:23:29,981 INFO 1 [celery.worker.consumer] consumer.py:583 - mingle: sync complete
cms_worker_1 | 2018-07-11 05:23:30,044 WARNING 1 [celery.redirected] log.py:282 - [email protected].%be0d96ac31ba ready.
lms_worker_1 | 2018-07-11 05:23:21,147 WARNING 1 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/openassessment/workflow/models.py:46: RemovedInDjango19Warning: Model class openassessment.workflow.models.AssessmentWorkflow doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
lms_worker_1 | class AssessmentWorkflow(TimeStampedModel, StatusModel):
lms_worker_1 |
lms_worker_1 | 2018-07-11 05:23:21,154 WARNING 1 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/openassessment/workflow/models.py:608: RemovedInDjango19Warning: Model class openassessment.workflow.models.AssessmentWorkflowStep doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
lms_worker_1 | class AssessmentWorkflowStep(models.Model):
lms_worker_1 |
lms_worker_1 | 2018-07-11 05:23:21,157 WARNING 1 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/openassessment/workflow/models.py:749: RemovedInDjango19Warning: Model class openassessment.workflow.models.AssessmentWorkflowCancellation doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
lms_worker_1 | class AssessmentWorkflowCancellation(models.Model):
lms_worker_1 |
lms_worker_1 | 2018-07-11 05:23:21,653 WARNING 1 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/edxval/models.py:52: RemovedInDjango19Warning: Model class edxval.models.Profile doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
lms_worker_1 | class Profile(models.Model):
lms_worker_1 |
lms_worker_1 | 2018-07-11 05:23:21,655 WARNING 1 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/edxval/models.py:75: RemovedInDjango19Warning: Model class edxval.models.Video doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
lms_worker_1 | class Video(models.Model):
lms_worker_1 |
lms_worker_1 | 2018-07-11 05:23:21,657 WARNING 1 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/edxval/models.py:123: RemovedInDjango19Warning: Model class edxval.models.CourseVideo doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
lms_worker_1 | class CourseVideo(models.Model, ModelFactoryWithValidation):
lms_worker_1 |
lms_worker_1 | 2018-07-11 05:23:21,662 WARNING 1 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/edxval/models.py:144: RemovedInDjango19Warning: Model class edxval.models.EncodedVideo doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
lms_worker_1 | class EncodedVideo(models.Model):
lms_worker_1 |
lms_worker_1 | 2018-07-11 05:23:21,664 WARNING 1 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/edxval/models.py:164: RemovedInDjango19Warning: Model class edxval.models.Subtitle doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
lms_worker_1 | class Subtitle(models.Model):
lms_worker_1 |
lms_worker_1 | 2018-07-11 05:23:21,689 WARNING 1 [py.warnings] base.py:116 - /openedx/edx-platform/openedx/core/djangoapps/video_config/models.py:10: RemovedInDjango19Warning: Model class openedx.core.djangoapps.video_config.models.HLSPlaybackEnabledFlag doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
lms_worker_1 | class HLSPlaybackEnabledFlag(ConfigurationModel):
lms_worker_1 |
lms_worker_1 | 2018-07-11 05:23:21,696 WARNING 1 [py.warnings] base.py:116 - /openedx/edx-platform/openedx/core/djangoapps/video_config/models.py:51: RemovedInDjango19Warning: Model class openedx.core.djangoapps.video_config.models.CourseHLSPlaybackEnabledFlag doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
lms_worker_1 | class CourseHLSPlaybackEnabledFlag(ConfigurationModel):
lms_worker_1 |
lms_worker_1 | 2018-07-11 05:23:23,983 WARNING 1 [py.warnings] base.py:116 - /openedx/edx-platform/openedx/core/djangoapps/bookmarks/models.py:41: RemovedInDjango19Warning: Model class openedx.core.djangoapps.bookmarks.models.Bookmark doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
lms_worker_1 | class Bookmark(TimeStampedModel):
lms_worker_1 |
lms_worker_1 | 2018-07-11 05:23:23,988 WARNING 1 [py.warnings] base.py:116 - /openedx/edx-platform/openedx/core/djangoapps/bookmarks/models.py:186: RemovedInDjango19Warning: Model class openedx.core.djangoapps.bookmarks.models.XBlockCache doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
lms_worker_1 | class XBlockCache(TimeStampedModel):
lms_worker_1 |
lms_worker_1 | 2018-07-11 05:23:25,552 INFO 1 [dd.dogapi] dog_stats_api.py:66 - Initializing dog api to use statsd: localhost, 8125
lms_worker_1 | 2018-07-11 05:23:26,947 WARNING 1 [py.warnings] worker.py:161 - /usr/local/lib/python2.7/dist-packages/celery/apps/worker.py:161: CDeprecationWarning:
lms_worker_1 | Starting from version 3.2 Celery will refuse to accept pickle by default.
lms_worker_1 |
lms_worker_1 | The pickle serializer is a security concern as it may give attackers
lms_worker_1 | the ability to execute any command. It's important to secure
lms_worker_1 | your broker from unauthorized access when using pickle, so we think
lms_worker_1 | that enabling pickle should require a deliberate action and not be
lms_worker_1 | the default choice.
lms_worker_1 |
lms_worker_1 | If you depend on pickle then you should set a setting to disable this
lms_worker_1 | warning and to be sure that everything will continue working
lms_worker_1 | when you upgrade to Celery 3.2::
lms_worker_1 |
lms_worker_1 | CELERY_ACCEPT_CONTENT = ['pickle', 'json', 'msgpack', 'yaml']
lms_worker_1 |
lms_1 | 2018-07-11 05:23:14 [7] [INFO] Starting gunicorn 0.17.4
lms_1 | 2018-07-11 05:23:14 [7] [INFO] Listening at: http://0.0.0.0:8000 (7)
lms_1 | 2018-07-11 05:23:14 [7] [INFO] Using worker: sync
lms_1 | 2018-07-11 05:23:14 [11] [INFO] Booting worker with pid: 11
lms_1 | 2018-07-11 05:23:20,459 WARNING 11 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/openassessment/workflow/models.py:46: RemovedInDjango19Warning: Model class openassessment.workflow.models.AssessmentWorkflow doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
lms_1 | class AssessmentWorkflow(TimeStampedModel, StatusModel):
lms_1 |
lms_1 | 2018-07-11 05:23:20,463 WARNING 11 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/openassessment/workflow/models.py:608: RemovedInDjango19Warning: Model class openassessment.workflow.models.AssessmentWorkflowStep doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
lms_1 | class AssessmentWorkflowStep(models.Model):
lms_1 |
lms_1 | 2018-07-11 05:23:20,466 WARNING 11 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/openassessment/workflow/models.py:749: RemovedInDjango19Warning: Model class openassessment.workflow.models.AssessmentWorkflowCancellation doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
lms_1 | class AssessmentWorkflowCancellation(models.Model):
lms_1 |
lms_1 | 2018-07-11 05:23:20,938 WARNING 11 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/edxval/models.py:52: RemovedInDjango19Warning: Model class edxval.models.Profile doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
lms_1 | class Profile(models.Model):
lms_1 |
lms_1 | 2018-07-11 05:23:20,940 WARNING 11 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/edxval/models.py:75: RemovedInDjango19Warning: Model class edxval.models.Video doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
lms_1 | class Video(models.Model):
lms_worker_1 | You must only enable the serializers that you will actually use.
lms_1 |
lms_worker_1 |
lms_1 | 2018-07-11 05:23:20,942 WARNING 11 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/edxval/models.py:123: RemovedInDjango19Warning: Model class edxval.models.CourseVideo doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
lms_worker_1 |
lms_1 | class CourseVideo(models.Model, ModelFactoryWithValidation):
lms_worker_1 | warnings.warn(CDeprecationWarning(W_PICKLE_DEPRECATED))
lms_1 |
lms_worker_1 |
lms_1 | 2018-07-11 05:23:20,946 WARNING 11 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/edxval/models.py:144: RemovedInDjango19Warning: Model class edxval.models.EncodedVideo doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
lms_worker_1 | 2018-07-11 05:23:27,055 INFO 1 [celery.worker.consumer] consumer.py:479 - Connected to amqp://guest:
@rabbitmq:5672//
lms_1 | class EncodedVideo(models.Model):
lms_worker_1 | 2018-07-11 05:23:27,083 INFO 1 [celery.worker.consumer] consumer.py:567 - mingle: searching for neighbors
lms_1 |
lms_worker_1 | 2018-07-11 05:23:28,162 INFO 1 [celery.worker.consumer] consumer.py:585 - mingle: all alone
lms_1 | 2018-07-11 05:23:20,952 WARNING 11 [py.warnings] base.py:116 - /usr/local/lib/python2.7/dist-packages/edxval/models.py:164: RemovedInDjango19Warning: Model class edxval.models.Subtitle doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
lms_worker_1 | 2018-07-11 05:23:28,233 WARNING 1 [celery.redirected] log.py:282 - [email protected].%3d3bb370eb9a ready.
lms_1 | class Subtitle(models.Model):
lms_worker_1 | 2018-07-11 05:23:28,964 INFO 1 [celery.worker.control] control.py:270 - sync with [email protected].%be0d96ac31ba
lms_1 |
lms_1 | 2018-07-11 05:23:20,973 WARNING 11 [py.warnings] base.py:116 - /openedx/edx-platform/openedx/core/djangoapps/video_config/models.py:10: RemovedInDjango19Warning: Model class openedx.core.djangoapps.video_config.models.HLSPlaybackEnabledFlag doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
lms_1 | class HLSPlaybackEnabledFlag(ConfigurationModel):
lms_1 |
lms_1 | 2018-07-11 05:23:20,978 WARNING 11 [py.warnings] base.py:116 - /openedx/edx-platform/openedx/core/djangoapps/video_config/models.py:51: RemovedInDjango19Warning: Model class openedx.core.djangoapps.video_config.models.CourseHLSPlaybackEnabledFlag doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
lms_1 | class CourseHLSPlaybackEnabledFlag(ConfigurationModel):
lms_1 |
lms_1 | 2018-07-11 05:23:23,711 WARNING 11 [py.warnings] base.py:116 - /openedx/edx-platform/openedx/core/djangoapps/bookmarks/models.py:41: RemovedInDjango19Warning: Model class openedx.core.djangoapps.bookmarks.models.Bookmark doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
lms_1 | class Bookmark(TimeStampedModel):
lms_1 |
lms_1 | 2018-07-11 05:23:23,717 WARNING 11 [py.warnings] base.py:116 - /openedx/edx-platform/openedx/core/djangoapps/bookmarks/models.py:186: RemovedInDjango19Warning: Model class openedx.core.djangoapps.bookmarks.models.XBlockCache doesn't declare an explicit app_label and either isn't in an application in INSTALLED_APPS or else was imported before its application was loaded. This will no longer be supported in Django 1.9.
lms_1 | class XBlockCache(TimeStampedModel):
lms_1 |
lms_1 | 2018-07-11 05:23:25,591 INFO 11 [dd.dogapi] dog_stats_api.py:66 - Initializing dog api to use statsd: localhost, 8125
openedx-docker_xqueue_consumer_1 exited with code 0
openedx-docker_xqueue_consumer_1 exited with code 0
openedx-docker_xqueue_consumer_1 exited with code 0
openedx-docker_xqueue_consumer_1 exited with code 0
openedx-docker_xqueue_consumer_1 exited with code 0
openedx-docker_xqueue_consumer_1 exited with code 0
openedx-docker_xqueue_consumer_1 exited with code 0
openedx-docker_xqueue_consumer_1 exited with code 0

Additional info
this is the result of the make info command:
uname -a
Linux NAJ-OEDX-SRV01 4.4.0-130-generic #156-Ubuntu SMP Thu Jun 14 08:53:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

docker version
Client:
Version: 18.03.1-ce
API version: 1.37
Go version: go1.9.5
Git commit: 9ee9f40
Built: Thu Apr 26 07:17:20 2018
OS/Arch: linux/amd64
Experimental: false
Orchestrator: swarm

Server:
Engine:
Version: 18.03.1-ce
API version: 1.37 (minimum version 1.12)
Go version: go1.9.5
Git commit: 9ee9f40
Built: Thu Apr 26 07:15:30 2018
OS/Arch: linux/amd64
Experimental: false

docker-compose --version
docker-compose version 1.21.2, build a133471

python --version
Python 2.7.12

echo $EDX_PLATFORM_PATH

echo $EDX_PLATFORM_SETTINGS

from tutor.

emh2007 avatar emh2007 commented on August 16, 2024

Thanks in advance for your time

from tutor.

regisb avatar regisb commented on August 16, 2024
  1. During the make configure step, which url did you setup for the CMS?
  2. Why did you select "django.db.utils.OperationalError: (2003, "Can't connect to MySQL server on 'mysql' (111)")" as the title for this issue?

from tutor.

emh2007 avatar emh2007 commented on August 16, 2024

CMS URL: oedxcms

this error was tell yesterday
today, I did not find this error
I sent you all the last logs

from tutor.

regisb avatar regisb commented on August 16, 2024

Well, you need to access the CMS at the url you defined...
https://github.com/regisb/openedx-docker#running-open-edx "The LMS and the Studio will then be reachable at the domain name you specified during the configuration step."

Since you defined a bogus domain name for the CMS, you should modify your /etc/hosts file on the host to make "oedxcms" point to localhost. Add the following line to /etc/hosts:

127.0.0.1 oedxcms

Then access http://oedxcms in your browser.

from tutor.

emh2007 avatar emh2007 commented on August 16, 2024

Problem solved as you said in /etc/hosts
Thanks bro it worked.
you are the best

from tutor.

regisb avatar regisb commented on August 16, 2024

Another option was to access the CMS at http://studio.localhost, so you don't have to patch /etc/hosts.

from tutor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.