Issue 6696 in selenium: Selenium Server exception on startup

3 views
Skip to first unread message

sele...@googlecode.com

unread,
Dec 9, 2013, 11:04:16 PM12/9/13
to selenium-develope...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Status-Untriaged

New issue 6696 by atul8...@gmail.com: Selenium Server exception on startup
http://code.google.com/p/selenium/issues/detail?id=6696

I downloaded Selenium Server (formerly the Selenium RC Server) from
http://docs.seleniumhq.org/download/

When i try to run to run Selenium-RC i get the following exception

C:\Users\rdhingra\Desktop>java -jar selenium-server-standalone-2.37.0.jar
Dec 6, 2013 4:08:43 PM org.openqa.grid.selenium.GridLauncher main
INFO: Launching a standalone server
16:08:51.941 INFO - Java: Sun Microsystems Inc. 20.14-b01
16:08:51.957 INFO - OS: Windows 7 6.1 amd64
16:08:52.007 INFO - v2.37.0, with Core v2.37.0. Built from revision a7c61cb
Exception in thread "main" java.lang.NoClassDefFoundError:
javax/net/ssl/SSLHand
shakeException
at
org.openqa.selenium.server.SeleniumServer.makeProxyHandler(SeleniumSe
rver.java:458)
at
org.openqa.selenium.server.SeleniumServer.createRootContextWithProxyH
andler(SeleniumServer.java:444)
at
org.openqa.selenium.server.SeleniumServer.assembleHandlers(SeleniumSe
rver.java:347)
at
org.openqa.selenium.server.SeleniumServer.createJettyServer(SeleniumS
erver.java:322)
at
org.openqa.selenium.server.SeleniumServer.<init>(SeleniumServer.java:
277)
at
org.openqa.selenium.server.SeleniumServer.main(SeleniumServer.java:24
4)
at org.openqa.grid.selenium.GridLauncher.main(GridLauncher.java:96)
Caused by: java.lang.ClassNotFoundException:
javax.net.ssl.SSLHandshakeException

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)
... 7 more


Please suggest.


--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

sele...@googlecode.com

unread,
Dec 13, 2013, 2:38:31 PM12/13/13
to selenium-develope...@googlegroups.com
Updates:
Status: Invalid
Labels: Lang-Java

Comment #1 on issue 6696 by barancev: Selenium Server exception on startup
http://code.google.com/p/selenium/issues/detail?id=6696

Please check your Java installation and may be reinstall it, the mentioned
class is a part of the standard Java SDK:
http://docs.oracle.com/javase/7/docs/api/javax/net/ssl/SSLHandshakeException.html
Reply all
Reply to author
Forward
0 new messages