Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

getting 'chrome failed to start' when trying to run an instance of protractor #29

@ClemannD

Description

@ClemannD

Current setup:
I have an ECS cluster with 4 EC2 instances, one of them running selenium-hub and i have 4 selenium/chrome-node containers running, using your python script to get the nodes and hub to be able to communicate.

Using selenium/3.141.59-vanadium for hub and nodes.

My grid configuration:
Screen Shot 2019-10-04 at 10 42 22 AM

My EC2 instances have 16gb ram, I have given the nodes 2gb ram, and am mounting to dev/shm of the host. (confirmed the mount is actually working by creating test file in dev/shm of host and am able to see it in dev/shm of docker container).

The Issue:
When I start protractor and point it to my selenium hub, I am getting
Screen Shot 2019-10-04 at 10 15 33 AM

All the suggestions when I google (unknown error: DevToolsActivePort file doesn't exist) say to try different combinations of --no-sandbox, --disable-dev-shm-usage and so on, tried them all, no luck.

Was wondering if this issue has been encountered by anyone and what possible solutions may be,
Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions