E-commerce plugin

Hello everyone,

I’ve just added the e-commerce plugin to a fresh openedx installation to evalute if this platform is useful fo my organization needs.
It seems that everything went well well with plugin installation except that I cannot access ecommerce.xxxx.xx browser returns a HTTP 502 Bad Gateway error and checking ecommerce-worker logs I see

/openedx/venv/local/lib/python2.7/site-packages/celery/platforms.py:766: RuntimeWarning: You are running the worker with superuser privileges, which is
absolutely not recommended!

Please specify a different user using the -u option.

User information: uid=0 euid=0 gid=0 egid=0

  uid=uid, euid=euid, gid=gid, egid=egid,

Container seems to be running but no port listens:

CONTAINER ID        IMAGE                                        COMMAND                  CREATED             STATUS                  PORTS                                                 NAMES
02420b04b918        overhangio/openedx-ecommerce-worker:0.1.12   "/bin/sh -c 'celery …"   3 days ago          Up 4 minutes                                                                  tutor_local_ecommerce-worker_1
350e2a278488        overhangio/openedx-ecommerce:0.1.12          "/bin/sh -c 'gunicor…"   3 days ago          Up 21 hours             8000/tcp                                              tutor_local_ecommerce_1
ae7bacd7d1df        overhangio/openedx:3.12.3                    "docker-entrypoint.s…"   3 days ago          Up 3 days               8000/tcp                                              tutor_local_lms-worker_1
89b211417287        nginx:1.13                                   "nginx -g 'daemon of…"   3 days ago          Up 3 days               0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp              tutor_local_nginx_1
71747d1b07de        overhangio/openedx-discovery:0.1.15          "/bin/sh -c 'gunicor…"   3 days ago          Up 3 days               8000/tcp                                              tutor_local_discovery_1
6745b31896be        overhangio/openedx:3.12.3                    "docker-entrypoint.s…"   3 days ago          Up 3 days               8000/tcp                                              tutor_local_cms-worker_1
09a6d86ce490        overhangio/openedx:3.12.3                    "docker-entrypoint.s…"   3 days ago          Up 3 days               8000/tcp                                              tutor_local_lms_1
f0fb6170de85        overhangio/openedx:3.12.3                    "docker-entrypoint.s…"   3 days ago          Up 3 days               8000/tcp                                              tutor_local_cms_1
867a80b52761        overhangio/openedx-forum:3.12.3              "docker-entrypoint.s…"   3 days ago          Up 3 days               4567/tcp                                              tutor_local_forum_1
a74c7e1e57dd        rabbitmq:3.6.10-management-alpine            "docker-entrypoint.s…"   3 days ago          Up 3 days               4369/tcp, 5671-5672/tcp, 15671-15672/tcp, 25672/tcp   tutor_local_rabbitmq_1
037e286a9e89        memcached:1.4.38                             "docker-entrypoint.s…"   3 days ago          Up 3 days               11211/tcp                                             tutor_local_memcached_1
d2393fbbc99d        mongo:3.2.16                                 "docker-entrypoint.s…"   3 days ago          Up 3 days               27017/tcp                                             tutor_local_mongodb_1
f3726bc6e87a        overhangio/openedx:3.12.3                    "docker-entrypoint.s…"   3 days ago          Exited (0) 3 days ago                                                         tutor_local_openedx-assets_1
3390452cec3f        mysql:5.6.36                                 "docker-entrypoint.s…"   3 days ago          Up 3 days               3306/tcp                                              tutor_local_mysql_1
59bd9f1b73af        elasticsearch:1.5.2                          "/docker-entrypoint.…"   3 days ago          Up 3 days               9200/tcp, 9300/tcp                                    tutor_local_elasticsearch_1
aa58bd676ea7        overhangio/openedx-ecommerce:0.1.12          "sh -c 'rm -rf /var/…"   3 days ago          Exited (0) 3 days ago                                                         tutor_local_ecommerce-assets_1
4cafc6fa067a        overhangio/openedx-discovery:0.1.15          "sh -c 'rm -rf /var/…"   3 days ago          Exited (0) 3 days ago                                                         tutor_local_discovery-assets_1

Is there any suggestion?

Thanks in advance.

I wonder if this is related to this other issue? Tutor Ecommerce: AuthTokenError Invalid issuer
Can you please upgrade the tutor-ecommerce plugin to v0.1.13 and run quickstart again to see if it works?

Thanks @regis,

how can I update ecommerce plugin? I didn’t find anything useful.

@tutor-opendx:~$ tutor plugins list
discovery==0.1.15
ecommerce==0.1.12
figures==0.2.2 (disabled)
lts==0.1.4 (disabled)
minio==0.1.5 (disabled)
notes==0.1.7 (disabled)
xqueue==0.2.0 (disabled)

How did you install tutor? Did you download the binary release or did you install from source?

I installed tutor from binary just for sake of quickness.

Ok so you will have to wait until a new tutor release comes out before you can resolve this issue.

Ok, thanks for your time and help.

I have a similar issue but i installed from source