Thank you for the response Jayakumar.
Daniel,
Thanks much for the JAR .The -trustAllSSLCertificates switch now works
for googlechrome as well with the latest jar.However, with my little
java knowledge,when I tried replacing the class
files(GoogleChromeLauncher$PrefLeafNode.class, GoogleChromeLauncher
$PrefNode.class, GoogleChromeLauncher.class) for the java file that
your change has affected, in the selenium-server.jar(For RC 1.0.3)
that I am currently using, googlechrome launcher fails. I see this
exception.Please let me know if you have any idea in this regard.Is
this do-able?Is what I'm doing correct?If not, please suggest a way to
incorporate your change in RC 1.0.3.
15:07:22.858 INFO - Launching Google Chrome...
15:07:22.858 WARN - POST /selenium-server/driver/ HTTP/1.1
java.lang.NoClassDefFoundError: org/openqa/selenium/internal/
CommandLine
at
org.openqa.selenium.server.browserlaunchers.GoogleChromeLauncher.launch(GoogleChromeLauncher.java:
74)
at
org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher.launchRemoteSession(AbstractBrowserLauncher.java:
34)
at
org.openqa.selenium.server.BrowserSessionFactory.createNewRemoteSession(BrowserSessionFactory.java:
372)
at
org.openqa.selenium.server.BrowserSessionFactory.getNewBrowserSession(BrowserSessionFactory.java:
124)
at
org.openqa.selenium.server.BrowserSessionFactory.getNewBrowserSession(BrowserSessionFactory.java:
86)
at
org.openqa.selenium.server.SeleniumDriverResourceHandler.getNewBrowserSession(SeleniumDriverResourceHandler.java:
733)
at
org.openqa.selenium.server.SeleniumDriverResourceHandler.doCommand(SeleniumDriverResourceHandler.java:
399)
at
org.openqa.selenium.server.SeleniumDriverResourceHandler.handleCommandRequest(SeleniumDriverResourceHandler.java:
370)
at
org.openqa.selenium.server.SeleniumDriverResourceHandler.handle(SeleniumDriverResourceHandler.java:
129)
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:
245)
at
org.openqa.jetty.util.ThreadedServer.handle(ThreadedServer.java:357)
at org.openqa.jetty.util.ThreadPool
$PoolThread.run(ThreadPool.java:534)
Caused by: java.lang.ClassNotFoundException:
org.openqa.selenium.internal.CommandLine
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 18 more
Thanks in advance.
On Sep 7, 1:54 am, Daniel Wagner-Hall <
dawag...@gmail.com> wrote:
> I've put the jar up athttps://
www.illicitonion.co.uk/dump/selenium-server-standalone-r9604.jar