Hi, Has anyone used selenium RC? I've been trying to install selenium RC for python on hardy to create python tests but have trouble installing the jar file -- I get the following errors:
~/selenium-remote-control-1.0.3/selenium-server-1.0.3$ sudo java -jar selenium-server.jar 12:55:23.090 INFO - Java: Sun Microsystems Inc. 1.6.0_0-b11 12:55:23.094 INFO - OS: Linux 2.6.24-28-generic i386 12:55:23.112 INFO - v2.0 [a2], with Core v2.0 [a2] 12:55:23.329 INFO - RemoteWebDriver instances should connect to: http://192.168.1.5:4444/wd/hub 12:55:23.332 INFO - Version Jetty/5.1.x 12:55:23.334 INFO - Started HttpContext[/selenium-server/driver,/selenium-server/driver] 12:55:23.336 INFO - Started HttpContext[/selenium-server,/selenium-server] 12:55:23.336 INFO - Started HttpContext[/,/] 12:55:23.366 INFO - Started org.openqa.jetty.jetty.servlet.servlethand...@12d15a9 12:55:23.367 INFO - Started HttpContext[/wd,/wd] 12:55:23.377 INFO - Started SocketListener on 0.0.0.0:4444 12:55:23.377 INFO - Started org.openqa.jetty.jetty.ser...@228a02 ~/selenium-remote-control-1.0.3/selenium-server-1.0.3$ java -jar selenium-server.jar -avoidProxy -Dhttp.proxyHost=localhost -Dhttp.proxyPort=8008 Setting system property http.proxyHost to localhost Setting system property http.proxyPort to 8008 12:46:14.601 INFO - Java: Sun Microsystems Inc. 1.6.0_0-b11 12:46:14.605 INFO - OS: Linux 2.6.24-28-generic i386 12:46:14.622 INFO - v2.0 [a2], with Core v2.0 [a2] 12:46:14.848 INFO - RemoteWebDriver instances should connect to: http://192.168.1.5:4444/wd/hub 12:46:14.851 INFO - Version Jetty/5.1.x 12:46:14.854 INFO - Started HttpContext[/selenium-server/driver,/selenium-server/driver] 12:46:14.856 INFO - Started HttpContext[/selenium-server,/selenium-server] 12:46:14.856 INFO - Started HttpContext[/,/] 12:46:14.887 INFO - Started org.openqa.jetty.jetty.servlet.servlethand...@12d15a9 12:46:14.888 INFO - Started HttpContext[/wd,/wd] 12:46:14.898 INFO - Started SocketListener on 0.0.0.0:4444 12:46:14.898 INFO - Started org.openqa.jetty.jetty.ser...@8f4fb3 Any idea why RC server is not installing properly? Fwiw, I got the proxyHost command via some blogs which complain of the same issue and #selenium was not useful either. Since they hang I am unable to use nor add to the test cases saved as python files, so if anyone has managed to get selenium RC to work on ubuntu, do share it. TIA. -- peace, vid || http://svaksha.com -- You received this message because you are subscribed to the Google Groups "ILUG Bengaluru" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/ilug-bengaluru?hl=en.
