Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
ilevi
Posts : 2
Join date : 2012-03-18

org.openqa.jetty.util.MultiException Empty org.openqa.jetty.util.MultiException

Sun Mar 18, 2012 10:06 pm
Hi,

We use Selenium 1 to automate regression tests. The tests run for few hours (~10 hours).

Recently we started to get (not always) the following error - after ~7,8 hours of running,

Selenium doesn't recover, and all following tests till the end are failing.

"org.openqa.jetty.util.MultiException[java.io.FileNotFoundException: C:\Documents and Settings\Administrator\Local Settings\Temp\seleniumSslSupport4442215893792337193130.119.186.114\cybervillainsCA.jks (The system cannot find the path specified)]

at org.openqa.jetty.http.HttpServer.doStart(HttpServer.java:686)
at org.openqa.jetty.util.Container.start(Container.java:72)
at org.openqa.selenium.server.SeleniumServer.start(SeleniumServer.java:396)
at com.ca.auto.selenium.SeleniumSystemObject.startSelenuimServer(SeleniumSystemObject.java:89)

java.io.FileNotFoundException: C:\Documents and Settings\Administrator\Local Settings\Temp\seleniumSslSupport4442215893792337193130.119.186.114\cybervillainsCA.jks (The system cannot find the path specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.(Unknown Source)
at org.openqa.jetty.util.FileResource.getInputStream(FileResource.java:260)
at org.openqa.jetty.http.SslListener.createFactory(SslListener.java:268)
at org.openqa.jetty.http.SslListener.newServerSocket(SslListener.java:290)
at org.openqa.jetty.util.ThreadedServer.open(ThreadedServer.java:477)
at org.openqa.jetty.util.ThreadedServer.start(ThreadedServer.java:503)
at org.openqa.jetty.http.SocketListener.start(SocketListener.java:204)
at org.openqa.jetty.http.HttpServer.doStart(HttpServer.java:716)
at org.openqa.jetty.util.Container.start(Container.java:72)



So, during the first 7,8 hours Selenium worked just fine, but after that time something went wrong!

Any idea what can it be?



Thanks,

Ido.
avatar
faramka
Professional
Professional
Posts : 143
Join date : 2011-09-15
Location : Poland

org.openqa.jetty.util.MultiException Empty Re: org.openqa.jetty.util.MultiException

Mon Mar 19, 2012 2:21 pm
Which version of Selenium are you using?
avatar
ilevi
Posts : 2
Join date : 2012-03-18

org.openqa.jetty.util.MultiException Empty Re: org.openqa.jetty.util.MultiException

Wed Mar 21, 2012 6:35 pm
This is from VERSION.txt inside selenium-server.jar:

selenium.rc.version=2.0
selenium.rc.revision=a2
selenium.core.version=2.0
selenium.core.revision=a2

I'm NOT using Selenium2 (with webdriver).
avatar
faramka
Professional
Professional
Posts : 143
Join date : 2011-09-15
Location : Poland

org.openqa.jetty.util.MultiException Empty Re: org.openqa.jetty.util.MultiException

Wed Mar 21, 2012 6:50 pm
The current version is 2.20, so you should try to use any newer version than 2.0 (not necessarily 2.20).
Sponsored content

org.openqa.jetty.util.MultiException Empty Re: org.openqa.jetty.util.MultiException

Back to top
Permissions in this forum:
You cannot reply to topics in this forum