You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.
Please note that this issue tracker is not a help form and this issue will be closed.
Start the container to report an error and ask for help. The following is the error information
Docker binary already present, will use that one.
Docker version 18.09.0, build 4d60db4
-- LOG 10:55:38:258789397 Ensuring docker works...
-- LOG 10:55:38:363885280 Ensuring docker-selenium is available...
haveged: haveged starting up
Copying files for Dashboard...
Starting Nginx reverse proxy...
Starting Selenium Hub...
...10:55:39.547 [main] INFO o.o.grid.selenium.GridLauncherV3 - Selenium server version: 3.141.59, revision: unknown
10:55:39.633 [main] INFO o.o.grid.selenium.GridLauncherV3 - Launching Selenium Grid hub on port 4445
..10:55:39.975 [main] INFO d.z.e.z.c.DockerContainerClient - About to clean up any left over DockerSelenium containers created by Zalenium
....10:55:40.800 [AutoStartProxyPoolPoller] INFO d.z.e.z.proxy.AutoStartProxySet - Starting poller.
..10:55:41.282 [main] INFO d.z.ep.zalenium.aspect.HubAspect - Registering custom Zalenium servlets
10:55:41.414 [main] INFO org.openqa.grid.web.Hub - Selenium Grid hub is up and running
10:55:41.414 [main] INFO org.openqa.grid.web.Hub - Nodes should register to http://172.17.0.2:4445/grid/register/
10:55:41.414 [main] INFO org.openqa.grid.web.Hub - Clients should connect to http://172.17.0.2:4445/wd/hub
Selenium Hub started!
Sauce Labs not enabled...
Browser Stack not enabled...
TestingBot not enabled...
CBT not enabled...
LambdaTest not enabled...
Zalenium is now ready!
*************************************** Data Processing Agreement ***************************************
By using this software you agree that the following non-PII (non personally identifiable information)
data will be collected, processed and used by Zalando SE for the purpose of improving our test
infrastructure tools. Anonymisation with respect of the IP address means that only the first two octets
of the IP address are collected.
See the complete license at https://github.com/zalando/zalenium/blob/master/LICENSE.md
*************************************** Data Processing Agreement ***************************************
10:55:41.711 [AutoStartProxyPoolPoller] WARN d.z.e.z.c.DockerContainerClient - null Error while starting a new container
com.spotify.docker.client.exceptions.DockerRequestException: Request error: POST unix://localhost:80/containers/2682b5f44177f83de0f575f1dc46b1dab7d48a80cd07c3f74f1d149e6ec5a3f1/start: 400, body: {"message":"OCI runtime create failed: container_linux.go:367: starting container process caused: exec: "/bin/bash": stat /bin/bash: no such file or directory: unknown"}
at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2835)
at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2729)
at com.spotify.docker.client.DefaultDockerClient.containerAction(DefaultDockerClient.java:778)
at com.spotify.docker.client.DefaultDockerClient.containerAction(DefaultDockerClient.java:763)
at com.spotify.docker.client.DefaultDockerClient.startContainer(DefaultDockerClient.java:758)
at de.zalando.ep.zalenium.container.DockerContainerClient.createContainer(DockerContainerClient.java:392)
at de.zalando.ep.zalenium.container.DockerContainerClient.createContainer(DockerContainerClient.java:287)
at de.zalando.ep.zalenium.proxy.DockeredSeleniumStarter.startDockerSeleniumContainer(DockeredSeleniumStarter.java:311)
at de.zalando.ep.zalenium.proxy.DockeredSeleniumStarter.startDockerSeleniumContainer(DockeredSeleniumStarter.java:266)
at de.zalando.ep.zalenium.proxy.AutoStartProxySet.startContainer(AutoStartProxySet.java:446)
at de.zalando.ep.zalenium.proxy.AutoStartProxySet.checkContainers(AutoStartProxySet.java:380)
at de.zalando.ep.zalenium.proxy.AutoStartProxySet.lambda$0(AutoStartProxySet.java:124)
at java.lang.Thread.run(Thread.java:748)
Caused by: javax.ws.rs.BadRequestException: HTTP 400 Bad Request
at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:999)
at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:816)
at org.glassfish.jersey.client.JerseyInvocation.access$700(JerseyInvocation.java:92)
at org.glassfish.jersey.client.JerseyInvocation$5.completed(JerseyInvocation.java:773)
at org.glassfish.jersey.client.ClientRuntime.processResponse(ClientRuntime.java:198)
at org.glassfish.jersey.client.ClientRuntime.access$300(ClientRuntime.java:79)
at org.glassfish.jersey.client.ClientRuntime$2.run(ClientRuntime.java:180)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267)
at org.glassfish.jersey.internal.Errors.process(Errors.java:315)
at org.glassfish.jersey.internal.Errors.process(Errors.java:297)
at org.glassfish.jersey.internal.Errors.process(Errors.java:267)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:340)
at org.glassfish.jersey.client.ClientRuntime$3.run(ClientRuntime.java:210)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
... 1 common frames omitted
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
💬 Questions and Help
Please note that this issue tracker is not a help form and this issue will be closed.
Start the container to report an error and ask for help. The following is the error information
Docker binary already present, will use that one.
Docker version 18.09.0, build 4d60db4
-- LOG 10:55:38:258789397 Ensuring docker works...
-- LOG 10:55:38:363885280 Ensuring docker-selenium is available...
haveged: haveged starting up
Copying files for Dashboard...
Starting Nginx reverse proxy...
Starting Selenium Hub...
...10:55:39.547 [main] INFO o.o.grid.selenium.GridLauncherV3 - Selenium server version: 3.141.59, revision: unknown
10:55:39.633 [main] INFO o.o.grid.selenium.GridLauncherV3 - Launching Selenium Grid hub on port 4445
..10:55:39.975 [main] INFO d.z.e.z.c.DockerContainerClient - About to clean up any left over DockerSelenium containers created by Zalenium
....10:55:40.800 [AutoStartProxyPoolPoller] INFO d.z.e.z.proxy.AutoStartProxySet - Starting poller.
..10:55:41.282 [main] INFO d.z.ep.zalenium.aspect.HubAspect - Registering custom Zalenium servlets
10:55:41.414 [main] INFO org.openqa.grid.web.Hub - Selenium Grid hub is up and running
10:55:41.414 [main] INFO org.openqa.grid.web.Hub - Nodes should register to http://172.17.0.2:4445/grid/register/
10:55:41.414 [main] INFO org.openqa.grid.web.Hub - Clients should connect to http://172.17.0.2:4445/wd/hub
Selenium Hub started!
Sauce Labs not enabled...
Browser Stack not enabled...
TestingBot not enabled...
CBT not enabled...
LambdaTest not enabled...
Zalenium is now ready!
*************************************** Data Processing Agreement ***************************************
By using this software you agree that the following non-PII (non personally identifiable information)
data will be collected, processed and used by Zalando SE for the purpose of improving our test
infrastructure tools. Anonymisation with respect of the IP address means that only the first two octets
of the IP address are collected.
See the complete license at https://github.com/zalando/zalenium/blob/master/LICENSE.md
*************************************** Data Processing Agreement ***************************************
10:55:41.711 [AutoStartProxyPoolPoller] WARN d.z.e.z.c.DockerContainerClient - null Error while starting a new container
com.spotify.docker.client.exceptions.DockerRequestException: Request error: POST unix://localhost:80/containers/2682b5f44177f83de0f575f1dc46b1dab7d48a80cd07c3f74f1d149e6ec5a3f1/start: 400, body: {"message":"OCI runtime create failed: container_linux.go:367: starting container process caused: exec: "/bin/bash": stat /bin/bash: no such file or directory: unknown"}
Caused by: javax.ws.rs.BadRequestException: HTTP 400 Bad Request
at org.glassfish.jersey.client.JerseyInvocation.convertToException(JerseyInvocation.java:999)
at org.glassfish.jersey.client.JerseyInvocation.translate(JerseyInvocation.java:816)
at org.glassfish.jersey.client.JerseyInvocation.access$700(JerseyInvocation.java:92)
at org.glassfish.jersey.client.JerseyInvocation$5.completed(JerseyInvocation.java:773)
at org.glassfish.jersey.client.ClientRuntime.processResponse(ClientRuntime.java:198)
at org.glassfish.jersey.client.ClientRuntime.access$300(ClientRuntime.java:79)
at org.glassfish.jersey.client.ClientRuntime$2.run(ClientRuntime.java:180)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271)
at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267)
at org.glassfish.jersey.internal.Errors.process(Errors.java:315)
at org.glassfish.jersey.internal.Errors.process(Errors.java:297)
at org.glassfish.jersey.internal.Errors.process(Errors.java:267)
at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:340)
at org.glassfish.jersey.client.ClientRuntime$3.run(ClientRuntime.java:210)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
... 1 common frames omitted
The text was updated successfully, but these errors were encountered: