docker-selenium icon indicating copy to clipboard operation
docker-selenium copied to clipboard

crash on docker run

Open v0idp opened this issue 5 years ago • 2 comments

Please make sure that the boxes below are checked before you submit your issue. Thank you!

Operating System

  • [x] I provided my operating system name and version, e.g. output of uname -a Ubuntu 20.04 LTS

Image version

  • [x] I have latest version of this image. Upgrade with docker pull elgalu/selenium

Docker version

  • [x] I have latest version of docker and I will specify here the output of docker --version 3.141.59-334

Getting this error when starting the image. any idea why this could happen ?

-- INFO: Docker Img. Version: 3.141.59-334
-- INFO: Chrome..... Version: 84.0.4147.105
-- INFO: Firefox.... Version: 75.0
-- INFO: Using Selenium.....: 3.141.59
supervisord --version=4.0.0.dev0
tail: cannot open '' for reading: No such file or directory
==> /var/log/cont/wait-xvfb.1.log <==
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x296
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
Done wait-xvfb.sh

==> /var/log/cont/fluxbox-tryouts-stderr.log <==

==> /var/log/cont/selenium-node-chrome-stdout.log <==

==> /var/log/cont/firefox_browser.log <==
webdriver.log.file has been discontinued.
Please send us a PR if you know how to set the path for the Firefox browser logs.

==> /var/log/cont/vnc-tryouts-stderr.40675.log <==

==> /var/log/cont/vnc-stdout.log <==

==> /var/log/cont/selenium-node-chrome-stderr.log <==

==> /var/log/cont/selenium-node-firefox-stderr.log <==

==> /var/log/cont/xmanager-stderr.log <==

==> /var/log/cont/xterm-stdout.log <==

==> /var/log/cont/vnc-stderr.log <==

==> /var/log/cont/vnc-tryouts-stdout.40675.log <==

==> /var/log/cont/xmanager-stdout.log <==

==> /var/log/cont/docker-selenium-status.log <==

==> /var/log/cont/xvfb-tryouts-stderr.log <==
_XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root

==> /var/log/cont/fluxbox-tryouts-stdout.log <==

==> /var/log/cont/selenium-node-firefox-stdout.log <==

==> /var/log/cont/supervisord.log <==

==> /var/log/cont/xterm-stderr.log <==

==> /var/log/cont/chrome_browser.log <==
Setting --user-data-dir=/home/seluser/chrome-user-data-dir
breaks the ability of clients to set Chrome options via the capabilities.
Please send us a PR if you know how to set the path for the Firefox browser logs.

==> /var/log/cont/wait-xmanager-stdout.log <==

==> /var/log/cont/xvfb-tryouts-stdout.log <==

==> /var/log/cont/wait-xvfb-stdout.log <==
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x296
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
Done wait-xvfb.sh

==> /var/log/cont/wait-xvfb.2.log <==
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
  visual:
    visual id:    0x296
    class:    TrueColor
    depth:    32 planes
    available colormap entries:    256 per subfield
    red, green, blue masks:    0xff0000, 0xff00, 0xff
    significant bits in color specification:    8 bits
Done wait-xvfb.sh
Error: The directory named as part of the path /var/run/sele/supervisord.pid does not exist
For help, use /usr/local/bin/supervisord -h```

v0idp avatar Jul 29 '20 13:07 v0idp

I have this problem too.

mohammadsaleh avatar Oct 17 '20 11:10 mohammadsaleh

I have this problem too.

hey there. Little info on my end here. I was using a worker on gitlab to compile this image and the issue was that the worker for some reason wasn't able to get the supervisord dependencies properly I assume. No error in the pipeline tho.

So the error still persists for me.

EDIT: for the time being I'm compiling it locally and pushing it to my gitlab registry.

v0idp avatar Oct 17 '20 16:10 v0idp