magento - Unable to start the MGT Development Environment -


i'm trying setup mgt development environment as per instructions on site. i'm running ubuntu 16.04 , native docker.

i did fresh pull before trying of this. after running container browser @ 127.0.0.1:3333 shows general http 500 error. running docker logs on container shows following log entries:

    docker logs 7b1f04c29bf2 /usr/lib/python2.7/dist-packages/supervisor/options.py:296: userwarning: supervisord running root , searching configuration file in default locations (including current working directory); want specify "-c" argument specifying absolute path configuration file improved security.   'supervisord running root , searching ' 2017-03-28 14:03:53,908 crit supervisor running root (no user in config file) 2017-03-28 14:03:53,908 warn included file "/etc/supervisor/conf.d/supervisord.conf" during parsing 2017-03-28 14:03:53,916 info rpc interface 'supervisor' initialized 2017-03-28 14:03:53,917 crit server 'unix_http_server' running without http authentication checking 2017-03-28 14:03:53,917 info supervisord started pid 1 2017-03-28 14:03:54,919 info spawned: 'sshd' pid 9 2017-03-28 14:03:54,920 info spawned: 'postfix' pid 10 2017-03-28 14:03:54,922 info spawned: 'php-fpm' pid 11 2017-03-28 14:03:54,928 info spawned: 'redis' pid 13 2017-03-28 14:03:54,930 info spawned: 'varnish' pid 16 2017-03-28 14:03:54,932 info spawned: 'cron' pid 18 2017-03-28 14:03:54,934 info spawned: 'nginx' pid 19 2017-03-28 14:03:54,935 info spawned: 'clp-server' pid 20 2017-03-28 14:03:54,937 info spawned: 'clp5-fpm' pid 23 2017-03-28 14:03:54,938 info spawned: 'mysql' pid 24 2017-03-28 14:03:54,940 info spawned: 'memcached' pid 26 2017-03-28 14:03:54,940 info exited: redis (exit status 0; not expected) 2017-03-28 14:03:54,941 info success: postfix entered running state, process has stayed > 0 seconds (startsecs) 2017-03-28 14:03:55,011 info exited: mysql (exit status 0; not expected) 2017-03-28 14:03:55,102 info exited: postfix (exit status 0; expected) 2017-03-28 14:03:55,255 info exited: varnish (exit status 0; not expected) 2017-03-28 14:03:56,256 info success: sshd entered running state, process has stayed > 1 seconds (startsecs) 2017-03-28 14:03:56,257 info success: php-fpm entered running state, process has stayed > 1 seconds (startsecs) 2017-03-28 14:03:56,259 info spawned: 'redis' pid 382 2017-03-28 14:03:56,262 info spawned: 'varnish' pid 383 2017-03-28 14:03:56,263 info success: cron entered running state, process has stayed > 1 seconds (startsecs) 2017-03-28 14:03:56,263 info success: nginx entered running state, process has stayed > 1 seconds (startsecs) 2017-03-28 14:03:56,263 info success: clp-server entered running state, process has stayed > 1 seconds (startsecs) 2017-03-28 14:03:56,263 info success: clp5-fpm entered running state, process has stayed > 1 seconds (startsecs) 2017-03-28 14:03:56,266 info spawned: 'mysql' pid 384 2017-03-28 14:03:56,266 info success: memcached entered running state, process has stayed > 1 seconds (startsecs) 2017-03-28 14:03:56,279 info exited: redis (exit status 0; not expected) 2017-03-28 14:03:56,279 crit reaped unknown pid 385) 2017-03-28 14:03:56,306 info exited: mysql (exit status 0; not expected) 2017-03-28 14:03:56,585 info exited: varnish (exit status 2; not expected) 2017-03-28 14:03:58,588 info spawned: 'redis' pid 396 2017-03-28 14:03:58,589 info spawned: 'varnish' pid 397 2017-03-28 14:03:58,590 info spawned: 'mysql' pid 398 2017-03-28 14:03:58,599 info exited: redis (exit status 0; not expected) 2017-03-28 14:03:58,605 crit reaped unknown pid 399) 2017-03-28 14:03:58,632 info exited: mysql (exit status 0; not expected) 2017-03-28 14:03:58,913 info exited: varnish (exit status 2; not expected) 2017-03-28 14:04:01,919 info spawned: 'redis' pid 410 2017-03-28 14:04:01,921 info spawned: 'varnish' pid 411 2017-03-28 14:04:01,923 info spawned: 'mysql' pid 412 2017-03-28 14:04:01,930 info exited: redis (exit status 0; not expected) 2017-03-28 14:04:01,930 info gave up: redis entered fatal state, many start retries 2017-03-28 14:04:01,930 crit reaped unknown pid 413) 2017-03-28 14:04:01,969 info exited: mysql (exit status 0; not expected) 2017-03-28 14:04:02,238 info gave up: mysql entered fatal state, many start retries 2017-03-28 14:04:02,238 info exited: varnish (exit status 2; not expected) 2017-03-28 14:04:03,240 info gave up: varnish entered fatal state, many start retries 

if logon container via docker exec -it bash shows following running process:

root@mgt-dev-70:/# ps -aux     user       pid %cpu %mem    vsz   rss tty      stat start   time command root         1  0.0  0.1  48144 16348 ?        ss+  14:03   0:00 /usr/bin/python /usr/bin/supervisord root         9  0.0  0.0  55600  5268 ?        s    14:03   0:00 /usr/sbin/sshd -d root        11  0.0  0.3 819816 49984 ?        s    14:03   0:00 php-fpm: master process (/etc/php/7.0/fpm/php-fpm.conf)            root        18  0.0  0.0  25904  2236 ?        s    14:03   0:00 /usr/sbin/cron -f root        19  0.0  0.1  64660 23456 ?        s    14:03   0:00 nginx: master process /usr/sbin/nginx -g daemon off; root        20  0.0  0.0  93752  8432 ?        s    14:03   0:00 nginx: master process /usr/sbin/clp-server -g daemon off; root        23  0.0  0.2 854428 39528 ?        s    14:03   0:00 php-fpm: master process (/etc/clp5/fpm/php-fpm.conf)          root        25  0.1  0.0  37256  8876 ?        ssl  14:03   0:00 /usr/bin/redis-server 127.0.0.1:6379        memcache    26  0.0  0.0 327452  2724 ?        sl   14:03   0:00 /usr/bin/memcached -p 11211 -u memcache -m 256 -c 1024 root        40  0.0  0.1  65564 21516 ?        s    14:03   0:00 nginx: worker process          root       102  0.0  0.0  94588  4304 ?        s    14:03   0:00 nginx: worker process               root       156  0.0  0.0  36620  3948 ?        ss   14:03   0:00 /usr/lib/postfix/master postfix    157  0.0  0.0  38684  3780 ?        s    14:03   0:00 pickup -l -t unix -u -c postfix    158  0.0  0.0  38732  3892 ?        s    14:03   0:00 qmgr -l -t unix -u varnish    164  0.0  0.0 126924  7172 ?        ss   14:03   0:00 /usr/sbin/varnishd -a :6081 -t :6082 -f /etc/varnish/default.vcl -s malloc,256m vcache     165  0.0  0.7 314848 123484 ?       sl   14:03   0:00 /usr/sbin/varnishd -a :6081 -t :6082 -f /etc/varnish/default.vcl -s malloc,256m root       495  0.0  0.0  20244  2984 ?        ss   14:12   0:00 bash root       501  0.0  0.0  17500  2036 ?        r+   14:12   0:00 ps -aux 

that's as know. guideance on getting progressed appreciated looks great quick , easy way going on magento 2. thanks.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -