Skip to content

Instantly share code, notes, and snippets.

@dimacus
Created May 30, 2014 13:29
Show Gist options
  • Save dimacus/7686d08610754e239169 to your computer and use it in GitHub Desktop.
Save dimacus/7686d08610754e239169 to your computer and use it in GitHub Desktop.
08:17:56.233 INFO [1] org.openqa.grid.selenium.GridLauncher - Launching a selenium grid node
08:17:56.908 INFO [1] org.openqa.selenium.server.SeleniumServer - Writing debug logs to failure.log
08:17:56.909 INFO [1] org.openqa.selenium.server.SeleniumServer - Java: Oracle Corporation 24.45-b08
08:17:56.909 INFO [1] org.openqa.selenium.server.SeleniumServer - OS: Windows 7 6.1 x86
08:17:56.919 INFO [1] org.openqa.selenium.server.SeleniumServer - v2.42.1, with Core v2.42.1. Built from revision 68b415a
08:17:57.072 INFO [1] org.openqa.selenium.server.SeleniumServer - RemoteWebDriver instances should connect to: http://127.0.0.1:5555/wd/hub
08:17:57.073 INFO [1] org.openqa.jetty.http.HttpServer - Version Jetty/5.1.x
08:17:57.075 INFO [1] org.openqa.jetty.util.Container - Started HttpContext[/selenium-server/driver,/selenium-server/driver]
08:17:57.076 INFO [1] org.openqa.jetty.util.Container - Started HttpContext[/selenium-server,/selenium-server]
08:17:57.076 INFO [1] org.openqa.jetty.util.Container - Started HttpContext[/,/]
08:17:57.078 INFO [1] org.openqa.jetty.util.Container - Started org.openqa.jetty.jetty.servlet.ServletHandler@66bb78
08:17:57.078 INFO [1] org.openqa.jetty.util.Container - Started HttpContext[/wd,/wd]
08:17:57.081 INFO [1] org.openqa.jetty.http.SocketListener - Started SocketListener on 0.0.0.0:5555
08:17:57.081 INFO [1] org.openqa.jetty.util.Container - Started org.openqa.jetty.jetty.Server@15e3974
08:17:57.082 INFO [1] org.openqa.grid.internal.utils.SelfRegisteringRemote - using the json request : {"class":"org.openqa.grid.common.RegistrationRequest","capabilities":[{"platform":"VISTA","seleniumProtocol":"WebDriver","browserName":"firefox","maxInstances":5},{"platform":"VISTA","seleniumProtocol":"WebDriver","browserName":"chrome","maxInstances":5},{"platform":"WINDOWS","seleniumProtocol":"WebDriver","browserName":"internet explorer","maxInstances":1}],"configuration":{"port":5555,"register":true,"host":"10.20.43.98","proxy":"org.openqa.grid.selenium.proxy.DefaultRemoteProxy","maxSession":5,"role":"wd","hubHost":"localhost","registerCycle":5000,"hub":"http://localhost:4444","log":"failure.log","hubPort":4444,"url":"http://10.20.43.98:5555","remoteHost":"http://10.20.43.98:5555"}}
08:17:57.083 INFO [16] org.openqa.grid.internal.utils.SelfRegisteringRemote - Starting auto register thread. Will try to register every 5000 ms.
08:17:57.083 INFO [16] org.openqa.grid.internal.utils.SelfRegisteringRemote - Registering the node to hub :http://localhost:4444/grid/register
08:18:11.667 INFO [14] org.openqa.selenium.remote.server.DriverServlet - Executing: [new session: Capabilities [{platform=WINDOWS, cssSelectorsEnabled=true, javascriptEnabled=false, browserName=internet explorer, nativeEvents=false, rotatable=false, takesScreenshot=true, version=}]])
08:18:11.685 INFO [21] org.openqa.selenium.remote.server.DefaultDriverProvider - Creating a new session for Capabilities [{platform=WINDOWS, cssSelectorsEnabled=true, javascriptEnabled=false, browserName=internet explorer, nativeEvents=false, rotatable=false, takesScreenshot=true, version=}]
08:18:14.268 WARN [14] org.openqa.selenium.remote.server.DriverServlet - Exception thrown
java.util.concurrent.ExecutionException: org.openqa.selenium.WebDriverException: java.lang.reflect.InvocationTargetException
Build info: version: '2.42.1', revision: '68b415a', time: '2014-05-29 16:16:49'
System info: host: 'xen-win7-i9-pc1', ip: '10.20.43.98', os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_45'
Driver info: driver.version: unknown
at java.util.concurrent.FutureTask.report(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at org.openqa.selenium.remote.server.DefaultSession.execute(DefaultSession.java:176)
at org.openqa.selenium.remote.server.DefaultSession.<init>(DefaultSession.java:112)
at org.openqa.selenium.remote.server.DefaultSession.createSession(DefaultSession.java:89)
at org.openqa.selenium.remote.server.DefaultDriverSessions.newSession(DefaultDriverSessions.java:110)
at org.openqa.selenium.remote.server.handler.NewSession.handle(NewSession.java:57)
at org.openqa.selenium.remote.server.handler.NewSession.handle(NewSession.java:1)
at org.openqa.selenium.remote.server.rest.ResultConfig.handle(ResultConfig.java:112)
at org.openqa.selenium.remote.server.JsonHttpCommandHandler.handleRequest(JsonHttpCommandHandler.java:173)
at org.openqa.selenium.remote.server.DriverServlet.handleRequest(DriverServlet.java:200)
at org.openqa.selenium.remote.server.DriverServlet.doPost(DriverServlet.java:162)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at org.openqa.selenium.remote.server.DriverServlet.service(DriverServlet.java:128)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at org.openqa.jetty.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
at org.openqa.jetty.jetty.servlet.ServletHandler.dispatch(ServletHandler.java:680)
at org.openqa.jetty.jetty.servlet.ServletHandler.handle(ServletHandler.java:571)
at org.openqa.jetty.http.HttpContext.handle(HttpContext.java:1526)
at org.openqa.jetty.http.HttpContext.handle(HttpContext.java:1479)
at org.openqa.jetty.http.HttpServer.service(HttpServer.java:920)
at org.openqa.jetty.http.HttpConnection.service(HttpConnection.java:820)
at org.openqa.jetty.http.HttpConnection.handleNext(HttpConnection.java:986)
at org.openqa.jetty.http.HttpConnection.handle(HttpConnection.java:837)
at org.openqa.jetty.http.SocketListener.handleConnection(SocketListener.java:243)
at org.openqa.jetty.util.ThreadedServer.handle(ThreadedServer.java:358)
at org.openqa.jetty.util.ThreadPool$PoolThread.run(ThreadPool.java:537)
Caused by: org.openqa.selenium.WebDriverException: java.lang.reflect.InvocationTargetException
Build info: version: '2.42.1', revision: '68b415a', time: '2014-05-29 16:16:49'
System info: host: 'xen-win7-i9-pc1', ip: '10.20.43.98', os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version: '1.7.0_45'
Driver info: driver.version: unknown
at org.openqa.selenium.remote.server.DefaultDriverProvider.callConstructor(DefaultDriverProvider.java:69)
at org.openqa.selenium.remote.server.DefaultDriverProvider.newInstance(DefaultDriverProvider.java:53)
at org.openqa.selenium.remote.server.DefaultDriverFactory.newInstance(DefaultDriverFactory.java:54)
at org.openqa.selenium.remote.server.DefaultSession$BrowserCreator.call(DefaultSession.java:215)
at org.openqa.selenium.remote.server.DefaultSession$BrowserCreator.call(DefaultSession.java:1)
at java.util.concurrent.FutureTask.run(Unknown Source)
at org.openqa.selenium.remote.server.DefaultSession$1.run(DefaultSession.java:169)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.openqa.selenium.remote.server.DefaultDriverProvider.callConstructor(DefaultDriverProvider.java:59)
... 9 more
Caused by: java.lang.NullPointerException
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:600)
at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:241)
at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:226)
at org.openqa.selenium.ie.InternetExplorerDriver.run(InternetExplorerDriver.java:182)
at org.openqa.selenium.ie.InternetExplorerDriver.<init>(InternetExplorerDriver.java:174)
at org.openqa.selenium.ie.InternetExplorerDriver.<init>(InternetExplorerDriver.java:150)
... 14 more
08:18:14.276 WARN [14] org.openqa.selenium.remote.server.DriverServlet - Exception: null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment