Skip to content

Instantly share code, notes, and snippets.

@katryo
Last active May 30, 2017 06:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save katryo/d4eabc7402df254104e16f5c567363f3 to your computer and use it in GitHub Desktop.
Save katryo/d4eabc7402df254104e16f5c567363f3 to your computer and use it in GitHub Desktop.
inspecting selenium-node-chrome-stderr.log
 $docker exec -i -t 20743aca3fb8 /bin/bash
 seluser@zalenium:/var/log/cont$ cat selenium-node-chrome-stderr.log
19:00:58.540 INFO - Selenium build info: version: '3.3.1', revision: '5234b32'
19:00:58.556 INFO - Launching a Selenium Grid node
2017-05-29 19:01:06.175:INFO::main: Logging initialized @13477ms to org.seleniumhq.jetty9.util.log.StdErrLog
19:01:06.511 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
19:01:06.520 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
19:01:06.521 INFO - Driver class not found: com.opera.core.systems.OperaDriver
19:01:06.522 INFO - Driver provider com.opera.core.systems.OperaDriver registration is skipped:
Unable to create new instances on this machine.
19:01:06.524 INFO - Driver class not found: com.opera.core.systems.OperaDriver
19:01:06.525 INFO - Driver provider com.opera.core.systems.OperaDriver is not registered
19:01:06.550 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-05-29 19:01:06.785:INFO:osjs.Server:main: jetty-9.2.20.v20161216
2017-05-29 19:01:07.877:INFO:osjsh.ContextHandler:main: Started o.s.j.s.ServletContextHandler@1d119efb{/,null,AVAILABLE}
java.lang.RuntimeException: java.net.BindException: Address already in use
        at org.openqa.selenium.remote.server.SeleniumServer.boot(SeleniumServer.java:149)
        at org.openqa.grid.internal.utils.SelfRegisteringRemote.startRemoteServer(SelfRegisteringRemote.java:128)
        at org.openqa.grid.selenium.GridLauncherV3$3.launch(GridLauncherV3.java:288)
        at org.openqa.grid.selenium.GridLauncherV3.main(GridLauncherV3.java:99)
Caused by: java.net.BindException: Address already in use
        at sun.nio.ch.Net.bind0(Native Method)
        at sun.nio.ch.Net.bind(Net.java:433)
        at sun.nio.ch.Net.bind(Net.java:425)
        at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
        at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
        at org.seleniumhq.jetty9.server.ServerConnector.open(ServerConnector.java:298)
        at org.seleniumhq.jetty9.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
        at org.seleniumhq.jetty9.server.ServerConnector.doStart(ServerConnector.java:236)
        at org.seleniumhq.jetty9.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
        at org.seleniumhq.jetty9.server.Server.doStart(Server.java:431)
        at org.seleniumhq.jetty9.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
        at org.openqa.selenium.remote.server.SeleniumServer.boot(SeleniumServer.java:147)
        ... 3 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment