Skip to content

Instantly share code, notes, and snippets.

@davidemoro
Created September 7, 2017 10:52
Show Gist options
  • Save davidemoro/d12531e984f0c42c95ac82f1032b3747 to your computer and use it in GitHub Desktop.
Save davidemoro/d12531e984f0c42c95ac82f1032b3747 to your computer and use it in GitHub Desktop.
zalenium docker dies with browserstack and daemon mode
Start zalenium with browserstack enabled in daemon mode
=======================================================
davide@davide-VirtualBox:~/workspaces/pcm2_qa$ docker run --rm -d --name zalenium -p 4444:4444 -e BROWSER_STACK_USER -e BROWSER_STACK_KEY -v /tmp/videos:/home/seluser/videos -v /var/run/docker.sock:/var/run/docker.sock --privileged dosel/zalenium start --browserStackEnabled true
Follow logs (ends unexpectedly)
===============================
davide@davide-VirtualBox:~/workspaces/pcm2_qa$ docker logs --follow 37e
...
12:46:29.736 INFO - The node is registered to the hub and ready to use
12:46:29.738 INFO - Registered a node http://172.17.0.2:30000
12:46:29.740 INFO - [DS] Setting up 2 nodes...
12:46:29.758 INFO - 2 containers were created, it will take a bit more until all get registered.
12:46:30.550 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:30.553 INFO - Launching a Selenium Grid node
2017-09-07 12:46:32.712:INFO::main: Logging initialized @2841ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:32.965 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.004 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:33.004 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.005 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:33.057 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:33.880:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:34.269:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:34.499:INFO:osjs.AbstractConnector:main: Started ServerConnector@56b8b817{HTTP/1.1,[http/1.1]}{0.0.0.0:30002}
2017-09-07 12:46:34.507:INFO:osjs.Server:main: Started @4635ms
12:46:34.511 INFO - Selenium Grid node is up and ready to register to the hub
12:46:34.800 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:36.379 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:22.198 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:22.208 INFO - Launching Selenium Grid hub
12:46:23.319 INFO - binding de.zalando.ep.zalenium.servlet.LivePreviewServlet to /grid/admin/LivePreviewServlet/*
12:46:23.322 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumConsoleServlet to /grid/admin/ZaleniumConsoleServlet/*
12:46:23.324 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumResourceServlet to /grid/admin/ZaleniumResourceServlet/*
12:46:23.326 INFO - binding de.zalando.ep.zalenium.dashboard.DashboardCleanupServlet to /grid/admin/DashboardCleanupServlet/*
12:46:23.823 INFO - Will listen on 4445
12:46:24.030 INFO - Nodes should register to http://172.17.0.2:4445/grid/register/
12:46:24.032 INFO - Selenium Grid hub is up and running
12:46:25.112 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:25.114 INFO - Launching a Selenium Grid node
2017-09-07 12:46:26.011:INFO::main: Logging initialized @1519ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:26.101 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.105 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.106 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.108 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:26.109 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.110 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:26.113 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:26.227:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:26.306:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:26.337:INFO:osjs.AbstractConnector:main: Started ServerConnector@40992b90{HTTP/1.1,[http/1.1]}{0.0.0.0:30000}
2017-09-07 12:46:26.337:INFO:osjs.Server:main: Started @1846ms
12:46:26.338 INFO - Selenium Grid node is up and ready to register to the hub
12:46:26.379 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:27.027 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:29.729 INFO - [DS] Capabilities grabbed from the docker-selenium image
12:46:29.736 INFO - The node is registered to the hub and ready to use
12:46:29.738 INFO - Registered a node http://172.17.0.2:30000
12:46:29.740 INFO - [DS] Setting up 2 nodes...
12:46:29.758 INFO - 2 containers were created, it will take a bit more until all get registered.
12:46:30.550 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:30.553 INFO - Launching a Selenium Grid node
2017-09-07 12:46:32.712:INFO::main: Logging initialized @2841ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:32.965 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.004 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:33.004 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.005 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:33.057 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:33.880:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:34.269:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:34.499:INFO:osjs.AbstractConnector:main: Started ServerConnector@56b8b817{HTTP/1.1,[http/1.1]}{0.0.0.0:30002}
2017-09-07 12:46:34.507:INFO:osjs.Server:main: Started @4635ms
12:46:34.511 INFO - Selenium Grid node is up and ready to register to the hub
12:46:34.800 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:36.379 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:22.198 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:22.208 INFO - Launching Selenium Grid hub
12:46:23.319 INFO - binding de.zalando.ep.zalenium.servlet.LivePreviewServlet to /grid/admin/LivePreviewServlet/*
12:46:23.322 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumConsoleServlet to /grid/admin/ZaleniumConsoleServlet/*
12:46:23.324 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumResourceServlet to /grid/admin/ZaleniumResourceServlet/*
12:46:23.326 INFO - binding de.zalando.ep.zalenium.dashboard.DashboardCleanupServlet to /grid/admin/DashboardCleanupServlet/*
12:46:23.823 INFO - Will listen on 4445
12:46:24.030 INFO - Nodes should register to http://172.17.0.2:4445/grid/register/
12:46:24.032 INFO - Selenium Grid hub is up and running
12:46:25.112 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:25.114 INFO - Launching a Selenium Grid node
2017-09-07 12:46:26.011:INFO::main: Logging initialized @1519ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:26.101 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.105 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.106 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.108 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:26.109 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.110 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:26.113 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:26.227:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:26.306:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:26.337:INFO:osjs.AbstractConnector:main: Started ServerConnector@40992b90{HTTP/1.1,[http/1.1]}{0.0.0.0:30000}
2017-09-07 12:46:26.337:INFO:osjs.Server:main: Started @1846ms
12:46:26.338 INFO - Selenium Grid node is up and ready to register to the hub
12:46:26.379 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:27.027 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:29.729 INFO - [DS] Capabilities grabbed from the docker-selenium image
12:46:29.736 INFO - The node is registered to the hub and ready to use
12:46:29.738 INFO - Registered a node http://172.17.0.2:30000
12:46:29.740 INFO - [DS] Setting up 2 nodes...
12:46:29.758 INFO - 2 containers were created, it will take a bit more until all get registered.
12:46:30.550 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:30.553 INFO - Launching a Selenium Grid node
2017-09-07 12:46:32.712:INFO::main: Logging initialized @2841ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:32.965 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.004 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:33.004 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.005 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:33.057 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:33.880:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:34.269:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:34.499:INFO:osjs.AbstractConnector:main: Started ServerConnector@56b8b817{HTTP/1.1,[http/1.1]}{0.0.0.0:30002}
2017-09-07 12:46:34.507:INFO:osjs.Server:main: Started @4635ms
12:46:34.511 INFO - Selenium Grid node is up and ready to register to the hub
12:46:34.800 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:36.379 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:22.198 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:22.208 INFO - Launching Selenium Grid hub
12:46:23.319 INFO - binding de.zalando.ep.zalenium.servlet.LivePreviewServlet to /grid/admin/LivePreviewServlet/*
12:46:23.322 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumConsoleServlet to /grid/admin/ZaleniumConsoleServlet/*
12:46:23.324 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumResourceServlet to /grid/admin/ZaleniumResourceServlet/*
12:46:23.326 INFO - binding de.zalando.ep.zalenium.dashboard.DashboardCleanupServlet to /grid/admin/DashboardCleanupServlet/*
12:46:23.823 INFO - Will listen on 4445
12:46:24.030 INFO - Nodes should register to http://172.17.0.2:4445/grid/register/
12:46:24.032 INFO - Selenium Grid hub is up and running
12:46:25.112 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:25.114 INFO - Launching a Selenium Grid node
2017-09-07 12:46:26.011:INFO::main: Logging initialized @1519ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:26.101 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.105 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.106 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.108 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:26.109 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.110 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:26.113 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:26.227:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:26.306:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:26.337:INFO:osjs.AbstractConnector:main: Started ServerConnector@40992b90{HTTP/1.1,[http/1.1]}{0.0.0.0:30000}
2017-09-07 12:46:26.337:INFO:osjs.Server:main: Started @1846ms
12:46:26.338 INFO - Selenium Grid node is up and ready to register to the hub
12:46:26.379 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:27.027 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:29.729 INFO - [DS] Capabilities grabbed from the docker-selenium image
12:46:29.736 INFO - The node is registered to the hub and ready to use
12:46:29.738 INFO - Registered a node http://172.17.0.2:30000
12:46:29.740 INFO - [DS] Setting up 2 nodes...
12:46:29.758 INFO - 2 containers were created, it will take a bit more until all get registered.
12:46:30.550 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:30.553 INFO - Launching a Selenium Grid node
2017-09-07 12:46:32.712:INFO::main: Logging initialized @2841ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:32.965 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.004 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:33.004 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.005 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:33.057 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:33.880:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:34.269:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:34.499:INFO:osjs.AbstractConnector:main: Started ServerConnector@56b8b817{HTTP/1.1,[http/1.1]}{0.0.0.0:30002}
2017-09-07 12:46:34.507:INFO:osjs.Server:main: Started @4635ms
12:46:34.511 INFO - Selenium Grid node is up and ready to register to the hub
12:46:34.800 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:36.379 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:37.126 INFO - [BS] Getting account max. concurrency from https://www.browserstack.com/automate/plan.json
12:46:37.146 INFO - The node is registered to the hub and ready to use
12:46:37.185 INFO - Registered a node http://hub-cloud.browserstack.com:80
12:46:22.198 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:22.208 INFO - Launching Selenium Grid hub
12:46:23.319 INFO - binding de.zalando.ep.zalenium.servlet.LivePreviewServlet to /grid/admin/LivePreviewServlet/*
12:46:23.322 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumConsoleServlet to /grid/admin/ZaleniumConsoleServlet/*
12:46:23.324 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumResourceServlet to /grid/admin/ZaleniumResourceServlet/*
12:46:23.326 INFO - binding de.zalando.ep.zalenium.dashboard.DashboardCleanupServlet to /grid/admin/DashboardCleanupServlet/*
12:46:23.823 INFO - Will listen on 4445
12:46:24.030 INFO - Nodes should register to http://172.17.0.2:4445/grid/register/
12:46:24.032 INFO - Selenium Grid hub is up and running
12:46:25.112 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:25.114 INFO - Launching a Selenium Grid node
2017-09-07 12:46:26.011:INFO::main: Logging initialized @1519ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:26.101 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.105 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.106 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.108 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:26.109 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.110 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:26.113 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:26.227:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:26.306:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:26.337:INFO:osjs.AbstractConnector:main: Started ServerConnector@40992b90{HTTP/1.1,[http/1.1]}{0.0.0.0:30000}
2017-09-07 12:46:26.337:INFO:osjs.Server:main: Started @1846ms
12:46:26.338 INFO - Selenium Grid node is up and ready to register to the hub
12:46:26.379 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:27.027 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:29.729 INFO - [DS] Capabilities grabbed from the docker-selenium image
12:46:29.736 INFO - The node is registered to the hub and ready to use
12:46:29.738 INFO - Registered a node http://172.17.0.2:30000
12:46:29.740 INFO - [DS] Setting up 2 nodes...
12:46:29.758 INFO - 2 containers were created, it will take a bit more until all get registered.
12:46:30.550 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:30.553 INFO - Launching a Selenium Grid node
2017-09-07 12:46:32.712:INFO::main: Logging initialized @2841ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:32.965 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.004 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:33.004 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.005 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:33.057 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:33.880:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:34.269:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:34.499:INFO:osjs.AbstractConnector:main: Started ServerConnector@56b8b817{HTTP/1.1,[http/1.1]}{0.0.0.0:30002}
2017-09-07 12:46:34.507:INFO:osjs.Server:main: Started @4635ms
12:46:34.511 INFO - Selenium Grid node is up and ready to register to the hub
12:46:34.800 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:36.379 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:22.198 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:22.208 INFO - Launching Selenium Grid hub
12:46:23.319 INFO - binding de.zalando.ep.zalenium.servlet.LivePreviewServlet to /grid/admin/LivePreviewServlet/*
12:46:23.322 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumConsoleServlet to /grid/admin/ZaleniumConsoleServlet/*
12:46:23.324 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumResourceServlet to /grid/admin/ZaleniumResourceServlet/*
12:46:23.326 INFO - binding de.zalando.ep.zalenium.dashboard.DashboardCleanupServlet to /grid/admin/DashboardCleanupServlet/*
12:46:23.823 INFO - Will listen on 4445
12:46:24.030 INFO - Nodes should register to http://172.17.0.2:4445/grid/register/
12:46:24.032 INFO - Selenium Grid hub is up and running
12:46:25.112 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:25.114 INFO - Launching a Selenium Grid node
2017-09-07 12:46:26.011:INFO::main: Logging initialized @1519ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:26.101 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.105 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.106 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.108 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:26.109 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.110 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:26.113 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:26.227:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:26.306:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:26.337:INFO:osjs.AbstractConnector:main: Started ServerConnector@40992b90{HTTP/1.1,[http/1.1]}{0.0.0.0:30000}
2017-09-07 12:46:26.337:INFO:osjs.Server:main: Started @1846ms
12:46:26.338 INFO - Selenium Grid node is up and ready to register to the hub
12:46:26.379 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:27.027 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:29.729 INFO - [DS] Capabilities grabbed from the docker-selenium image
12:46:29.736 INFO - The node is registered to the hub and ready to use
12:46:29.738 INFO - Registered a node http://172.17.0.2:30000
12:46:29.740 INFO - [DS] Setting up 2 nodes...
12:46:29.758 INFO - 2 containers were created, it will take a bit more until all get registered.
12:46:30.550 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:30.553 INFO - Launching a Selenium Grid node
2017-09-07 12:46:32.712:INFO::main: Logging initialized @2841ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:32.965 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.004 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:33.004 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.005 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:33.057 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:33.880:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:34.269:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:34.499:INFO:osjs.AbstractConnector:main: Started ServerConnector@56b8b817{HTTP/1.1,[http/1.1]}{0.0.0.0:30002}
2017-09-07 12:46:34.507:INFO:osjs.Server:main: Started @4635ms
12:46:34.511 INFO - Selenium Grid node is up and ready to register to the hub
12:46:34.800 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:36.379 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:22.198 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:22.208 INFO - Launching Selenium Grid hub
12:46:23.319 INFO - binding de.zalando.ep.zalenium.servlet.LivePreviewServlet to /grid/admin/LivePreviewServlet/*
12:46:23.322 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumConsoleServlet to /grid/admin/ZaleniumConsoleServlet/*
12:46:23.324 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumResourceServlet to /grid/admin/ZaleniumResourceServlet/*
12:46:23.326 INFO - binding de.zalando.ep.zalenium.dashboard.DashboardCleanupServlet to /grid/admin/DashboardCleanupServlet/*
12:46:23.823 INFO - Will listen on 4445
12:46:24.030 INFO - Nodes should register to http://172.17.0.2:4445/grid/register/
12:46:24.032 INFO - Selenium Grid hub is up and running
12:46:25.112 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:25.114 INFO - Launching a Selenium Grid node
2017-09-07 12:46:26.011:INFO::main: Logging initialized @1519ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:26.101 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.105 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.106 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.108 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:26.109 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.110 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:26.113 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:26.227:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:26.306:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:26.337:INFO:osjs.AbstractConnector:main: Started ServerConnector@40992b90{HTTP/1.1,[http/1.1]}{0.0.0.0:30000}
2017-09-07 12:46:26.337:INFO:osjs.Server:main: Started @1846ms
12:46:26.338 INFO - Selenium Grid node is up and ready to register to the hub
12:46:26.379 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:27.027 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:29.729 INFO - [DS] Capabilities grabbed from the docker-selenium image
12:46:29.736 INFO - The node is registered to the hub and ready to use
12:46:29.738 INFO - Registered a node http://172.17.0.2:30000
12:46:29.740 INFO - [DS] Setting up 2 nodes...
12:46:29.758 INFO - 2 containers were created, it will take a bit more until all get registered.
12:46:30.550 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:30.553 INFO - Launching a Selenium Grid node
2017-09-07 12:46:32.712:INFO::main: Logging initialized @2841ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:32.965 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.004 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:33.004 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.005 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:33.057 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:33.880:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:34.269:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:34.499:INFO:osjs.AbstractConnector:main: Started ServerConnector@56b8b817{HTTP/1.1,[http/1.1]}{0.0.0.0:30002}
2017-09-07 12:46:34.507:INFO:osjs.Server:main: Started @4635ms
12:46:34.511 INFO - Selenium Grid node is up and ready to register to the hub
12:46:34.800 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:36.379 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:22.198 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:22.208 INFO - Launching Selenium Grid hub
12:46:23.319 INFO - binding de.zalando.ep.zalenium.servlet.LivePreviewServlet to /grid/admin/LivePreviewServlet/*
12:46:23.322 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumConsoleServlet to /grid/admin/ZaleniumConsoleServlet/*
12:46:23.324 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumResourceServlet to /grid/admin/ZaleniumResourceServlet/*
12:46:23.326 INFO - binding de.zalando.ep.zalenium.dashboard.DashboardCleanupServlet to /grid/admin/DashboardCleanupServlet/*
12:46:23.823 INFO - Will listen on 4445
12:46:24.030 INFO - Nodes should register to http://172.17.0.2:4445/grid/register/
12:46:24.032 INFO - Selenium Grid hub is up and running
12:46:25.112 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:25.114 INFO - Launching a Selenium Grid node
2017-09-07 12:46:26.011:INFO::main: Logging initialized @1519ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:26.101 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.105 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.106 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.108 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:26.109 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.110 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:26.113 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:26.227:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:26.306:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:26.337:INFO:osjs.AbstractConnector:main: Started ServerConnector@40992b90{HTTP/1.1,[http/1.1]}{0.0.0.0:30000}
2017-09-07 12:46:26.337:INFO:osjs.Server:main: Started @1846ms
12:46:26.338 INFO - Selenium Grid node is up and ready to register to the hub
12:46:26.379 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:27.027 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:29.729 INFO - [DS] Capabilities grabbed from the docker-selenium image
12:46:29.736 INFO - The node is registered to the hub and ready to use
12:46:29.738 INFO - Registered a node http://172.17.0.2:30000
12:46:29.740 INFO - [DS] Setting up 2 nodes...
12:46:29.758 INFO - 2 containers were created, it will take a bit more until all get registered.
12:46:30.550 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:30.553 INFO - Launching a Selenium Grid node
2017-09-07 12:46:32.712:INFO::main: Logging initialized @2841ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:32.965 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.004 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:33.004 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.005 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:33.057 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:33.880:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:34.269:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:34.499:INFO:osjs.AbstractConnector:main: Started ServerConnector@56b8b817{HTTP/1.1,[http/1.1]}{0.0.0.0:30002}
2017-09-07 12:46:34.507:INFO:osjs.Server:main: Started @4635ms
12:46:34.511 INFO - Selenium Grid node is up and ready to register to the hub
12:46:34.800 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:36.379 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:37.126 INFO - [BS] Getting account max. concurrency from https://www.browserstack.com/automate/plan.json
12:46:37.146 INFO - The node is registered to the hub and ready to use
12:46:37.185 INFO - Registered a node http://hub-cloud.browserstack.com:80
12:46:22.198 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:22.208 INFO - Launching Selenium Grid hub
12:46:23.319 INFO - binding de.zalando.ep.zalenium.servlet.LivePreviewServlet to /grid/admin/LivePreviewServlet/*
12:46:23.322 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumConsoleServlet to /grid/admin/ZaleniumConsoleServlet/*
12:46:23.324 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumResourceServlet to /grid/admin/ZaleniumResourceServlet/*
12:46:23.326 INFO - binding de.zalando.ep.zalenium.dashboard.DashboardCleanupServlet to /grid/admin/DashboardCleanupServlet/*
12:46:23.823 INFO - Will listen on 4445
12:46:24.030 INFO - Nodes should register to http://172.17.0.2:4445/grid/register/
12:46:24.032 INFO - Selenium Grid hub is up and running
12:46:25.112 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:25.114 INFO - Launching a Selenium Grid node
2017-09-07 12:46:26.011:INFO::main: Logging initialized @1519ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:26.101 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.105 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.106 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.108 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:26.109 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.110 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:26.113 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:26.227:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:26.306:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:26.337:INFO:osjs.AbstractConnector:main: Started ServerConnector@40992b90{HTTP/1.1,[http/1.1]}{0.0.0.0:30000}
2017-09-07 12:46:26.337:INFO:osjs.Server:main: Started @1846ms
12:46:26.338 INFO - Selenium Grid node is up and ready to register to the hub
12:46:26.379 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:27.027 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:29.729 INFO - [DS] Capabilities grabbed from the docker-selenium image
12:46:29.736 INFO - The node is registered to the hub and ready to use
12:46:29.738 INFO - Registered a node http://172.17.0.2:30000
12:46:29.740 INFO - [DS] Setting up 2 nodes...
12:46:29.758 INFO - 2 containers were created, it will take a bit more until all get registered.
12:46:30.550 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:30.553 INFO - Launching a Selenium Grid node
2017-09-07 12:46:32.712:INFO::main: Logging initialized @2841ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:32.965 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.004 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:33.004 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.005 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:33.057 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:33.880:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:34.269:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:34.499:INFO:osjs.AbstractConnector:main: Started ServerConnector@56b8b817{HTTP/1.1,[http/1.1]}{0.0.0.0:30002}
2017-09-07 12:46:34.507:INFO:osjs.Server:main: Started @4635ms
12:46:34.511 INFO - Selenium Grid node is up and ready to register to the hub
12:46:34.800 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:36.379 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:22.198 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:22.208 INFO - Launching Selenium Grid hub
12:46:23.319 INFO - binding de.zalando.ep.zalenium.servlet.LivePreviewServlet to /grid/admin/LivePreviewServlet/*
12:46:23.322 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumConsoleServlet to /grid/admin/ZaleniumConsoleServlet/*
12:46:23.324 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumResourceServlet to /grid/admin/ZaleniumResourceServlet/*
12:46:23.326 INFO - binding de.zalando.ep.zalenium.dashboard.DashboardCleanupServlet to /grid/admin/DashboardCleanupServlet/*
12:46:23.823 INFO - Will listen on 4445
12:46:24.030 INFO - Nodes should register to http://172.17.0.2:4445/grid/register/
12:46:24.032 INFO - Selenium Grid hub is up and running
12:46:25.112 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:25.114 INFO - Launching a Selenium Grid node
2017-09-07 12:46:26.011:INFO::main: Logging initialized @1519ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:26.101 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.105 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.106 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.108 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:26.109 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.110 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:26.113 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:26.227:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:26.306:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:26.337:INFO:osjs.AbstractConnector:main: Started ServerConnector@40992b90{HTTP/1.1,[http/1.1]}{0.0.0.0:30000}
2017-09-07 12:46:26.337:INFO:osjs.Server:main: Started @1846ms
12:46:26.338 INFO - Selenium Grid node is up and ready to register to the hub
12:46:26.379 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:27.027 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:29.729 INFO - [DS] Capabilities grabbed from the docker-selenium image
12:46:29.736 INFO - The node is registered to the hub and ready to use
12:46:29.738 INFO - Registered a node http://172.17.0.2:30000
12:46:29.740 INFO - [DS] Setting up 2 nodes...
12:46:29.758 INFO - 2 containers were created, it will take a bit more until all get registered.
12:46:30.550 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:30.553 INFO - Launching a Selenium Grid node
2017-09-07 12:46:32.712:INFO::main: Logging initialized @2841ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:32.965 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.004 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:33.004 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.005 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:33.057 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:33.880:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:34.269:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:34.499:INFO:osjs.AbstractConnector:main: Started ServerConnector@56b8b817{HTTP/1.1,[http/1.1]}{0.0.0.0:30002}
2017-09-07 12:46:34.507:INFO:osjs.Server:main: Started @4635ms
12:46:34.511 INFO - Selenium Grid node is up and ready to register to the hub
12:46:34.800 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:36.379 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:22.198 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:22.208 INFO - Launching Selenium Grid hub
12:46:23.319 INFO - binding de.zalando.ep.zalenium.servlet.LivePreviewServlet to /grid/admin/LivePreviewServlet/*
12:46:23.322 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumConsoleServlet to /grid/admin/ZaleniumConsoleServlet/*
12:46:23.324 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumResourceServlet to /grid/admin/ZaleniumResourceServlet/*
12:46:23.326 INFO - binding de.zalando.ep.zalenium.dashboard.DashboardCleanupServlet to /grid/admin/DashboardCleanupServlet/*
12:46:23.823 INFO - Will listen on 4445
12:46:24.030 INFO - Nodes should register to http://172.17.0.2:4445/grid/register/
12:46:24.032 INFO - Selenium Grid hub is up and running
12:46:25.112 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:25.114 INFO - Launching a Selenium Grid node
2017-09-07 12:46:26.011:INFO::main: Logging initialized @1519ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:26.101 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.105 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.106 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.108 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:26.109 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.110 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:26.113 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:26.227:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:26.306:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:26.337:INFO:osjs.AbstractConnector:main: Started ServerConnector@40992b90{HTTP/1.1,[http/1.1]}{0.0.0.0:30000}
2017-09-07 12:46:26.337:INFO:osjs.Server:main: Started @1846ms
12:46:26.338 INFO - Selenium Grid node is up and ready to register to the hub
12:46:26.379 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:27.027 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:29.729 INFO - [DS] Capabilities grabbed from the docker-selenium image
12:46:29.736 INFO - The node is registered to the hub and ready to use
12:46:29.738 INFO - Registered a node http://172.17.0.2:30000
12:46:29.740 INFO - [DS] Setting up 2 nodes...
12:46:29.758 INFO - 2 containers were created, it will take a bit more until all get registered.
12:46:30.550 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:30.553 INFO - Launching a Selenium Grid node
2017-09-07 12:46:32.712:INFO::main: Logging initialized @2841ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:32.965 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.004 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:33.004 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.005 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:33.057 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:33.880:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:34.269:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:34.499:INFO:osjs.AbstractConnector:main: Started ServerConnector@56b8b817{HTTP/1.1,[http/1.1]}{0.0.0.0:30002}
2017-09-07 12:46:34.507:INFO:osjs.Server:main: Started @4635ms
12:46:34.511 INFO - Selenium Grid node is up and ready to register to the hub
12:46:34.800 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:36.379 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:22.198 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:22.208 INFO - Launching Selenium Grid hub
12:46:23.319 INFO - binding de.zalando.ep.zalenium.servlet.LivePreviewServlet to /grid/admin/LivePreviewServlet/*
12:46:23.322 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumConsoleServlet to /grid/admin/ZaleniumConsoleServlet/*
12:46:23.324 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumResourceServlet to /grid/admin/ZaleniumResourceServlet/*
12:46:23.326 INFO - binding de.zalando.ep.zalenium.dashboard.DashboardCleanupServlet to /grid/admin/DashboardCleanupServlet/*
12:46:23.823 INFO - Will listen on 4445
12:46:24.030 INFO - Nodes should register to http://172.17.0.2:4445/grid/register/
12:46:24.032 INFO - Selenium Grid hub is up and running
12:46:25.112 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:25.114 INFO - Launching a Selenium Grid node
2017-09-07 12:46:26.011:INFO::main: Logging initialized @1519ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:26.101 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.105 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.106 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.108 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:26.109 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.110 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:26.113 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:26.227:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:26.306:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:26.337:INFO:osjs.AbstractConnector:main: Started ServerConnector@40992b90{HTTP/1.1,[http/1.1]}{0.0.0.0:30000}
2017-09-07 12:46:26.337:INFO:osjs.Server:main: Started @1846ms
12:46:26.338 INFO - Selenium Grid node is up and ready to register to the hub
12:46:26.379 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:27.027 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:29.729 INFO - [DS] Capabilities grabbed from the docker-selenium image
12:46:29.736 INFO - The node is registered to the hub and ready to use
12:46:29.738 INFO - Registered a node http://172.17.0.2:30000
12:46:29.740 INFO - [DS] Setting up 2 nodes...
12:46:29.758 INFO - 2 containers were created, it will take a bit more until all get registered.
12:46:30.550 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:30.553 INFO - Launching a Selenium Grid node
2017-09-07 12:46:32.712:INFO::main: Logging initialized @2841ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:32.965 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.004 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:33.004 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.005 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:33.057 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:33.880:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:34.269:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:34.499:INFO:osjs.AbstractConnector:main: Started ServerConnector@56b8b817{HTTP/1.1,[http/1.1]}{0.0.0.0:30002}
2017-09-07 12:46:34.507:INFO:osjs.Server:main: Started @4635ms
12:46:34.511 INFO - Selenium Grid node is up and ready to register to the hub
12:46:34.800 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:36.379 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:37.126 INFO - [BS] Getting account max. concurrency from https://www.browserstack.com/automate/plan.json
12:46:37.146 INFO - The node is registered to the hub and ready to use
12:46:37.185 INFO - Registered a node http://hub-cloud.browserstack.com:80
12:46:22.198 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:22.208 INFO - Launching Selenium Grid hub
12:46:23.319 INFO - binding de.zalando.ep.zalenium.servlet.LivePreviewServlet to /grid/admin/LivePreviewServlet/*
12:46:23.322 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumConsoleServlet to /grid/admin/ZaleniumConsoleServlet/*
12:46:23.324 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumResourceServlet to /grid/admin/ZaleniumResourceServlet/*
12:46:23.326 INFO - binding de.zalando.ep.zalenium.dashboard.DashboardCleanupServlet to /grid/admin/DashboardCleanupServlet/*
12:46:23.823 INFO - Will listen on 4445
12:46:24.030 INFO - Nodes should register to http://172.17.0.2:4445/grid/register/
12:46:24.032 INFO - Selenium Grid hub is up and running
12:46:25.112 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:25.114 INFO - Launching a Selenium Grid node
2017-09-07 12:46:26.011:INFO::main: Logging initialized @1519ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:26.101 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.105 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.106 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.108 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:26.109 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.110 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:26.113 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:26.227:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:26.306:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:26.337:INFO:osjs.AbstractConnector:main: Started ServerConnector@40992b90{HTTP/1.1,[http/1.1]}{0.0.0.0:30000}
2017-09-07 12:46:26.337:INFO:osjs.Server:main: Started @1846ms
12:46:26.338 INFO - Selenium Grid node is up and ready to register to the hub
12:46:26.379 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:27.027 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:29.729 INFO - [DS] Capabilities grabbed from the docker-selenium image
12:46:29.736 INFO - The node is registered to the hub and ready to use
12:46:29.738 INFO - Registered a node http://172.17.0.2:30000
12:46:29.740 INFO - [DS] Setting up 2 nodes...
12:46:29.758 INFO - 2 containers were created, it will take a bit more until all get registered.
12:46:30.550 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:30.553 INFO - Launching a Selenium Grid node
2017-09-07 12:46:32.712:INFO::main: Logging initialized @2841ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:32.965 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.004 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:33.004 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.005 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:33.057 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:33.880:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:34.269:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:34.499:INFO:osjs.AbstractConnector:main: Started ServerConnector@56b8b817{HTTP/1.1,[http/1.1]}{0.0.0.0:30002}
2017-09-07 12:46:34.507:INFO:osjs.Server:main: Started @4635ms
12:46:34.511 INFO - Selenium Grid node is up and ready to register to the hub
12:46:34.800 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:36.379 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:22.198 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:22.208 INFO - Launching Selenium Grid hub
12:46:23.319 INFO - binding de.zalando.ep.zalenium.servlet.LivePreviewServlet to /grid/admin/LivePreviewServlet/*
12:46:23.322 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumConsoleServlet to /grid/admin/ZaleniumConsoleServlet/*
12:46:23.324 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumResourceServlet to /grid/admin/ZaleniumResourceServlet/*
12:46:23.326 INFO - binding de.zalando.ep.zalenium.dashboard.DashboardCleanupServlet to /grid/admin/DashboardCleanupServlet/*
12:46:23.823 INFO - Will listen on 4445
12:46:24.030 INFO - Nodes should register to http://172.17.0.2:4445/grid/register/
12:46:24.032 INFO - Selenium Grid hub is up and running
12:46:25.112 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:25.114 INFO - Launching a Selenium Grid node
2017-09-07 12:46:26.011:INFO::main: Logging initialized @1519ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:26.101 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.105 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.106 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.108 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:26.109 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.110 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:26.113 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:26.227:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:26.306:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:26.337:INFO:osjs.AbstractConnector:main: Started ServerConnector@40992b90{HTTP/1.1,[http/1.1]}{0.0.0.0:30000}
2017-09-07 12:46:26.337:INFO:osjs.Server:main: Started @1846ms
12:46:26.338 INFO - Selenium Grid node is up and ready to register to the hub
12:46:26.379 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:27.027 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:29.729 INFO - [DS] Capabilities grabbed from the docker-selenium image
12:46:29.736 INFO - The node is registered to the hub and ready to use
12:46:29.738 INFO - Registered a node http://172.17.0.2:30000
12:46:29.740 INFO - [DS] Setting up 2 nodes...
12:46:29.758 INFO - 2 containers were created, it will take a bit more until all get registered.
12:46:30.550 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:30.553 INFO - Launching a Selenium Grid node
2017-09-07 12:46:32.712:INFO::main: Logging initialized @2841ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:32.965 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.004 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:33.004 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.005 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:33.057 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:33.880:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:34.269:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:34.499:INFO:osjs.AbstractConnector:main: Started ServerConnector@56b8b817{HTTP/1.1,[http/1.1]}{0.0.0.0:30002}
2017-09-07 12:46:34.507:INFO:osjs.Server:main: Started @4635ms
12:46:34.511 INFO - Selenium Grid node is up and ready to register to the hub
12:46:34.800 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:36.379 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:22.198 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:22.208 INFO - Launching Selenium Grid hub
12:46:23.319 INFO - binding de.zalando.ep.zalenium.servlet.LivePreviewServlet to /grid/admin/LivePreviewServlet/*
12:46:23.322 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumConsoleServlet to /grid/admin/ZaleniumConsoleServlet/*
12:46:23.324 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumResourceServlet to /grid/admin/ZaleniumResourceServlet/*
12:46:23.326 INFO - binding de.zalando.ep.zalenium.dashboard.DashboardCleanupServlet to /grid/admin/DashboardCleanupServlet/*
12:46:23.823 INFO - Will listen on 4445
12:46:24.030 INFO - Nodes should register to http://172.17.0.2:4445/grid/register/
12:46:24.032 INFO - Selenium Grid hub is up and running
12:46:25.112 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:25.114 INFO - Launching a Selenium Grid node
2017-09-07 12:46:26.011:INFO::main: Logging initialized @1519ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:26.101 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.105 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.106 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.108 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:26.109 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.110 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:26.113 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:26.227:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:26.306:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:26.337:INFO:osjs.AbstractConnector:main: Started ServerConnector@40992b90{HTTP/1.1,[http/1.1]}{0.0.0.0:30000}
2017-09-07 12:46:26.337:INFO:osjs.Server:main: Started @1846ms
12:46:26.338 INFO - Selenium Grid node is up and ready to register to the hub
12:46:26.379 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:27.027 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:29.729 INFO - [DS] Capabilities grabbed from the docker-selenium image
12:46:29.736 INFO - The node is registered to the hub and ready to use
12:46:29.738 INFO - Registered a node http://172.17.0.2:30000
12:46:29.740 INFO - [DS] Setting up 2 nodes...
12:46:29.758 INFO - 2 containers were created, it will take a bit more until all get registered.
12:46:30.550 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:30.553 INFO - Launching a Selenium Grid node
2017-09-07 12:46:32.712:INFO::main: Logging initialized @2841ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:32.965 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.004 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:33.004 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.005 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:33.057 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:33.880:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:34.269:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:34.499:INFO:osjs.AbstractConnector:main: Started ServerConnector@56b8b817{HTTP/1.1,[http/1.1]}{0.0.0.0:30002}
2017-09-07 12:46:34.507:INFO:osjs.Server:main: Started @4635ms
12:46:34.511 INFO - Selenium Grid node is up and ready to register to the hub
12:46:34.800 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:36.379 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:22.198 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:22.208 INFO - Launching Selenium Grid hub
12:46:23.319 INFO - binding de.zalando.ep.zalenium.servlet.LivePreviewServlet to /grid/admin/LivePreviewServlet/*
12:46:23.322 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumConsoleServlet to /grid/admin/ZaleniumConsoleServlet/*
12:46:23.324 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumResourceServlet to /grid/admin/ZaleniumResourceServlet/*
12:46:23.326 INFO - binding de.zalando.ep.zalenium.dashboard.DashboardCleanupServlet to /grid/admin/DashboardCleanupServlet/*
12:46:23.823 INFO - Will listen on 4445
12:46:24.030 INFO - Nodes should register to http://172.17.0.2:4445/grid/register/
12:46:24.032 INFO - Selenium Grid hub is up and running
12:46:25.112 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:25.114 INFO - Launching a Selenium Grid node
2017-09-07 12:46:26.011:INFO::main: Logging initialized @1519ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:26.101 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.105 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.106 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.108 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:26.109 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.110 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:26.113 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:26.227:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:26.306:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:26.337:INFO:osjs.AbstractConnector:main: Started ServerConnector@40992b90{HTTP/1.1,[http/1.1]}{0.0.0.0:30000}
2017-09-07 12:46:26.337:INFO:osjs.Server:main: Started @1846ms
12:46:26.338 INFO - Selenium Grid node is up and ready to register to the hub
12:46:26.379 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:27.027 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:29.729 INFO - [DS] Capabilities grabbed from the docker-selenium image
12:46:29.736 INFO - The node is registered to the hub and ready to use
12:46:29.738 INFO - Registered a node http://172.17.0.2:30000
12:46:29.740 INFO - [DS] Setting up 2 nodes...
12:46:29.758 INFO - 2 containers were created, it will take a bit more until all get registered.
12:46:30.550 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:30.553 INFO - Launching a Selenium Grid node
2017-09-07 12:46:32.712:INFO::main: Logging initialized @2841ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:32.965 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.004 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:33.004 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.005 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:33.057 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:33.880:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:34.269:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:34.499:INFO:osjs.AbstractConnector:main: Started ServerConnector@56b8b817{HTTP/1.1,[http/1.1]}{0.0.0.0:30002}
2017-09-07 12:46:34.507:INFO:osjs.Server:main: Started @4635ms
12:46:34.511 INFO - Selenium Grid node is up and ready to register to the hub
12:46:34.800 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:36.379 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:37.126 INFO - [BS] Getting account max. concurrency from https://www.browserstack.com/automate/plan.json
12:46:37.146 INFO - The node is registered to the hub and ready to use
12:46:37.185 INFO - Registered a node http://hub-cloud.browserstack.com:80
12:46:22.198 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:22.208 INFO - Launching Selenium Grid hub
12:46:23.319 INFO - binding de.zalando.ep.zalenium.servlet.LivePreviewServlet to /grid/admin/LivePreviewServlet/*
12:46:23.322 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumConsoleServlet to /grid/admin/ZaleniumConsoleServlet/*
12:46:23.324 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumResourceServlet to /grid/admin/ZaleniumResourceServlet/*
12:46:23.326 INFO - binding de.zalando.ep.zalenium.dashboard.DashboardCleanupServlet to /grid/admin/DashboardCleanupServlet/*
12:46:23.823 INFO - Will listen on 4445
12:46:24.030 INFO - Nodes should register to http://172.17.0.2:4445/grid/register/
12:46:24.032 INFO - Selenium Grid hub is up and running
12:46:25.112 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:25.114 INFO - Launching a Selenium Grid node
2017-09-07 12:46:26.011:INFO::main: Logging initialized @1519ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:26.101 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.105 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.106 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.108 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:26.109 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.110 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:26.113 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:26.227:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:26.306:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:26.337:INFO:osjs.AbstractConnector:main: Started ServerConnector@40992b90{HTTP/1.1,[http/1.1]}{0.0.0.0:30000}
2017-09-07 12:46:26.337:INFO:osjs.Server:main: Started @1846ms
12:46:26.338 INFO - Selenium Grid node is up and ready to register to the hub
12:46:26.379 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:27.027 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:29.729 INFO - [DS] Capabilities grabbed from the docker-selenium image
12:46:29.736 INFO - The node is registered to the hub and ready to use
12:46:29.738 INFO - Registered a node http://172.17.0.2:30000
12:46:29.740 INFO - [DS] Setting up 2 nodes...
12:46:29.758 INFO - 2 containers were created, it will take a bit more until all get registered.
12:46:30.550 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:30.553 INFO - Launching a Selenium Grid node
2017-09-07 12:46:32.712:INFO::main: Logging initialized @2841ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:32.965 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.004 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:33.004 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.005 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:33.057 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:33.880:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:34.269:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:34.499:INFO:osjs.AbstractConnector:main: Started ServerConnector@56b8b817{HTTP/1.1,[http/1.1]}{0.0.0.0:30002}
2017-09-07 12:46:34.507:INFO:osjs.Server:main: Started @4635ms
12:46:34.511 INFO - Selenium Grid node is up and ready to register to the hub
12:46:34.800 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:36.379 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:22.198 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:22.208 INFO - Launching Selenium Grid hub
12:46:23.319 INFO - binding de.zalando.ep.zalenium.servlet.LivePreviewServlet to /grid/admin/LivePreviewServlet/*
12:46:23.322 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumConsoleServlet to /grid/admin/ZaleniumConsoleServlet/*
12:46:23.324 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumResourceServlet to /grid/admin/ZaleniumResourceServlet/*
12:46:23.326 INFO - binding de.zalando.ep.zalenium.dashboard.DashboardCleanupServlet to /grid/admin/DashboardCleanupServlet/*
12:46:23.823 INFO - Will listen on 4445
12:46:24.030 INFO - Nodes should register to http://172.17.0.2:4445/grid/register/
12:46:24.032 INFO - Selenium Grid hub is up and running
12:46:25.112 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:25.114 INFO - Launching a Selenium Grid node
2017-09-07 12:46:26.011:INFO::main: Logging initialized @1519ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:26.101 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.105 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.106 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.108 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:26.109 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.110 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:26.113 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:26.227:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:26.306:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:26.337:INFO:osjs.AbstractConnector:main: Started ServerConnector@40992b90{HTTP/1.1,[http/1.1]}{0.0.0.0:30000}
2017-09-07 12:46:26.337:INFO:osjs.Server:main: Started @1846ms
12:46:26.338 INFO - Selenium Grid node is up and ready to register to the hub
12:46:26.379 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:27.027 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:29.729 INFO - [DS] Capabilities grabbed from the docker-selenium image
12:46:29.736 INFO - The node is registered to the hub and ready to use
12:46:29.738 INFO - Registered a node http://172.17.0.2:30000
12:46:29.740 INFO - [DS] Setting up 2 nodes...
12:46:29.758 INFO - 2 containers were created, it will take a bit more until all get registered.
12:46:30.550 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:30.553 INFO - Launching a Selenium Grid node
2017-09-07 12:46:32.712:INFO::main: Logging initialized @2841ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:32.965 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.004 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:33.004 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.005 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:33.057 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:33.880:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:34.269:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:34.499:INFO:osjs.AbstractConnector:main: Started ServerConnector@56b8b817{HTTP/1.1,[http/1.1]}{0.0.0.0:30002}
2017-09-07 12:46:34.507:INFO:osjs.Server:main: Started @4635ms
12:46:34.511 INFO - Selenium Grid node is up and ready to register to the hub
12:46:34.800 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:36.379 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:22.198 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:22.208 INFO - Launching Selenium Grid hub
12:46:23.319 INFO - binding de.zalando.ep.zalenium.servlet.LivePreviewServlet to /grid/admin/LivePreviewServlet/*
12:46:23.322 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumConsoleServlet to /grid/admin/ZaleniumConsoleServlet/*
12:46:23.324 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumResourceServlet to /grid/admin/ZaleniumResourceServlet/*
12:46:23.326 INFO - binding de.zalando.ep.zalenium.dashboard.DashboardCleanupServlet to /grid/admin/DashboardCleanupServlet/*
12:46:23.823 INFO - Will listen on 4445
12:46:24.030 INFO - Nodes should register to http://172.17.0.2:4445/grid/register/
12:46:24.032 INFO - Selenium Grid hub is up and running
12:46:25.112 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:25.114 INFO - Launching a Selenium Grid node
2017-09-07 12:46:26.011:INFO::main: Logging initialized @1519ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:26.101 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.105 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:26.106 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.108 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:26.109 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:26.110 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:26.113 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:26.227:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:26.306:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:26.337:INFO:osjs.AbstractConnector:main: Started ServerConnector@40992b90{HTTP/1.1,[http/1.1]}{0.0.0.0:30000}
2017-09-07 12:46:26.337:INFO:osjs.Server:main: Started @1846ms
12:46:26.338 INFO - Selenium Grid node is up and ready to register to the hub
12:46:26.379 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:27.027 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:29.729 INFO - [DS] Capabilities grabbed from the docker-selenium image
12:46:29.736 INFO - The node is registered to the hub and ready to use
12:46:29.738 INFO - Registered a node http://172.17.0.2:30000
12:46:29.740 INFO - [DS] Setting up 2 nodes...
12:46:29.758 INFO - 2 containers were created, it will take a bit more until all get registered.
12:46:30.550 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:30.553 INFO - Launching a Selenium Grid node
2017-09-07 12:46:32.712:INFO::main: Logging initialized @2841ms to org.seleniumhq.jetty9.util.log.StdErrLog
12:46:32.965 INFO - Driver provider org.openqa.selenium.ie.InternetExplorerDriver registration is skipped:
registration capabilities Capabilities [{ensureCleanSession=true, browserName=internet explorer, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver provider org.openqa.selenium.edge.EdgeDriver registration is skipped:
registration capabilities Capabilities [{browserName=MicrosoftEdge, version=, platform=WINDOWS}] does not match the current platform LINUX
12:46:33.003 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.004 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
12:46:33.004 INFO - Driver class not found: com.opera.core.systems.OperaDriver
12:46:33.005 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
12:46:33.057 INFO - Driver provider org.openqa.selenium.safari.SafariDriver registration is skipped:
registration capabilities Capabilities [{browserName=safari, version=, platform=MAC}] does not match the current platform LINUX
2017-09-07 12:46:33.880:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-09-07 12:46:34.269:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@418e7838{/,null,AVAILABLE}
2017-09-07 12:46:34.499:INFO:osjs.AbstractConnector:main: Started ServerConnector@56b8b817{HTTP/1.1,[http/1.1]}{0.0.0.0:30002}
2017-09-07 12:46:34.507:INFO:osjs.Server:main: Started @4635ms
12:46:34.511 INFO - Selenium Grid node is up and ready to register to the hub
12:46:34.800 INFO - Registering the node to the hub: http://localhost:4444/grid/register
12:46:36.379 INFO - SessionCleaner initialized with insideBrowserTimeout 0 and clientGoneTimeout 1800000 polling every 180000
12:46:22.198 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
12:46:22.208 INFO - Launching Selenium Grid hub
12:46:23.319 INFO - binding de.zalando.ep.zalenium.servlet.LivePreviewServlet to /grid/admin/LivePreviewServlet/*
12:46:23.322 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumConsoleServlet to /grid/admin/ZaleniumConsoleServlet/*
12:46:23.324 INFO - binding de.zalando.ep.zalenium.servlet.ZaleniumResourceServlet to /grid/admin/ZaleniumResourceServlet/*
12:46:23.326 INFO - binding de.zalando.ep.zalenium.dashboard.DashboardCleanupServlet to /grid/admin/DashboardCleanupServlet/*
12:46:23.823 INFO - Will listen on 4445
12:46:24.030 INFO - Nodes should register to http://172.17.0.2:4445/grid/register/
12:46:24.032 INFO - Selenium Grid hub is up and running
12:46:25.112 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
No more logs
============
davide@davide-VirtualBox:~/workspaces/pcm2_qa$ docker logs --follow 37e
Error response from daemon: No such container: 37e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment