Skip to content

Instantly share code, notes, and snippets.

@towski
Created April 5, 2011 18:37
Show Gist options
  • Save towski/904204 to your computer and use it in GitHub Desktop.
Save towski/904204 to your computer and use it in GitHub Desktop.
java -XstartOnFirstThread -d32 -client -Xmx500m -Xss1024k -jar /Users/towski/.selenium/assets/selenium-2.0b3/selenium-server-standalone-2.0b3.jar
11:34:47.952 INFO - Java: Apple Inc. 17.1-b03-307
11:34:47.954 INFO - OS: Mac OS X 10.6.5 i386
11:34:47.961 INFO - v2.0 [b3], with Core v2.0 [b3]
11:34:48.101 INFO - RemoteWebDriver instances should connect to: http://127.0.0.1:4444/wd/hub
11:34:48.103 INFO - Version Jetty/5.1.x
11:34:48.104 INFO - Started HttpContext[/selenium-server/driver,/selenium-server/driver]
11:34:48.104 INFO - Started HttpContext[/selenium-server,/selenium-server]
11:34:48.105 INFO - Started HttpContext[/,/]
11:34:48.257 INFO - Started org.openqa.jetty.jetty.servlet.ServletHandler@949f69
11:34:48.257 INFO - Started HttpContext[/wd,/wd]
11:34:48.262 INFO - Started SocketListener on 0.0.0.0:4444
11:34:48.263 INFO - Started org.openqa.jetty.jetty.Server@1b09468
11:35:00.114 INFO - WebDriver remote server: Fatal, unhandled exception: null: java.lang.NullPointerException
11:35:00.122 WARN - EXCEPTION
javax.servlet.ServletException: java.lang.NullPointerException
at org.openqa.selenium.remote.server.DriverServlet.handleRequest(DriverServlet.java:370)
at org.openqa.selenium.remote.server.DriverServlet.doGet(DriverServlet.java:342)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
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:677)
at org.openqa.jetty.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
at org.openqa.jetty.http.HttpContext.handle(HttpContext.java:1530)
at org.openqa.jetty.http.HttpContext.handle(HttpContext.java:1482)
at org.openqa.jetty.http.HttpServer.service(HttpServer.java:909)
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:357)
at org.openqa.jetty.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment