Re: Not able to Run RC

13 views
Skip to first unread message

ramadan s

unread,
Sep 2, 2008, 12:22:27 AM9/2/08
to selenium-users...@googlegroups.com
I suppose it is browser problem. I can see you are using RC from nightly builds. I suggest to try with RC version 1.0 beta 1
> Version 1.0 beta 1 \\ * Date: 03/05/2008 \\ * Changelog \\ * Downloads:
and see if it works

+BR,+
+Ramadan+

vela

unread,
Sep 2, 2008, 3:37:49 AM9/2/08
to selenium-users...@googlegroups.com
hi
i has tried in RC 1.0 beta 1
but i have error follws


D:\selenium>java -jar selenium-server.jar -interactive\\ 13:04:32.093 INFO - Java: Sun Microsystems Inc. 1.5.0_06-b05\\ 13:04:32.093 INFO - OS: Windows XP 5.1 x86\\ 13:04:32.093 INFO - v1.0-beta-1 [2201], with Core v1.0-beta-1 [1994]\\ 13:04:32.281 INFO - Version Jetty/5.1.x\\ 13:04:32.281 INFO - Started HttpContext[/,/]\\ 13:04:32.281 INFO - Started HttpContext[/selenium-server,/selenium-server]\\ 13:04:32.281 INFO - Started HttpContext[/selenium-server/driver,/selenium-server\\ /driver]\\ 13:04:32.281 WARN - Failed to start: SocketL...@0.0.0.0:4444\\ Exception in thread "main" org.mortbay.util.MultiException[java.net.BindExceptio\\ n: Address already in use: JVM_Bind]\\ at org.mortbay.http.HttpServer.doStart(HttpServer.java:686)\\ at org.mortbay.util.Container.start(Container.java:72)\\ at org.openqa.selenium.server.SeleniumServer.start(SeleniumServer.java:8\\ 59)\\ at org.openqa.selenium.server.SeleniumServer.main(SeleniumServer.java:37\\ 2)\\ java.net.BindException: Address already in use: JVM_Bind\\ at java.net.PlainSocketImpl.socketBind(Native Method)\\ at java.net.PlainSocketImpl.bind(Unknown Source)\\ at java.net.ServerSocket.bind(Unknown Source)\\ at java.net.ServerSocket.<init>(Unknown Source)\\ at org.mortbay.util.ThreadedServer.newServerSocket(ThreadedServer.java:3\\ 91)\\ at org.mortbay.util.ThreadedServer.open(ThreadedServer.java:477)\\ at org.mortbay.util.ThreadedServer.start(ThreadedServer.java:503)\\ at org.mortbay.http.SocketListener.start(SocketListener.java:203)\\ at org.mortbay.http.HttpServer.doStart(HttpServer.java:716)\\ at org.mortbay.util.Container.start(Container.java:72)\\ at org.openqa.selenium.server.SeleniumServer.start(SeleniumServer.java:8\\ 59)\\ at org.openqa.selenium.server.SeleniumServer.main(SeleniumServer.java:37\\ 2)

what problem here help me ...
thanks
velavan

vela

unread,
Sep 2, 2008, 9:18:41 AM9/2/08
to selenium-users...@googlegroups.com
Hi
i getting this message ...


TCP 0.0.0.0:4444 0.0.0.0:0 LISTENING

what is problem,how can i solve this problem?




thanks
velavan

vela

unread,
Sep 2, 2008, 9:48:24 AM9/2/08
to selenium-users...@googlegroups.com
how can change that port?

or

how can i remove older one?

do the needful

thanks
velavan

vela

unread,
Sep 2, 2008, 9:55:07 AM9/2/08
to selenium-users...@googlegroups.com
Hey
i have created another port 4545
now working fine ...thanks alot...


and i want some more help from RC,
i tried with working RC but somewhat
problem .

Cheers,
velavan

fota

unread,
Sep 4, 2008, 8:04:19 AM9/4/08
to selenium-users...@googlegroups.com
Can't run the junit Test example of the selenium rc tutorial....
I 'm still getting this message..

Time out after 30000ms
com.thoughtworks.selenium.SeleniumException
at com.thoughtworks.selenium.HttpCommandProcessor.doCommand(HttpCommandProcessor.java:73)
at com.thoughtworks.seleniumDefaultSelenium.open(DefaultSelenium.java:234)
at GoogleTest.testGoogle(Google.Test.java:25)

need som help

Thanks

fota

unread,
Sep 4, 2008, 8:36:58 AM9/4/08
to selenium-users...@googlegroups.com
No, I haven't !

sujit

unread,
Sep 6, 2008, 9:26:39 PM9/6/08
to selenium-users...@googlegroups.com
I am using Firefox 3, while i am following with aboves steps i got this error.
Can you suggest me what went wrong.

C:\Selenium-rc\selenium-server-1.0-beta-1>java -jar selenium-server.jar -port 4444 -multiWindow -htmlSuite *firefox http://w
ww.audible.com// c:\selenium\TestSuite.html c:\selenium\Results.html
21:13:39.629 INFO - Java: Sun Microsystems Inc. 1.6.0-b105
21:13:39.630 INFO - OS: Windows Vista 6.0 x86
21:13:39.634 INFO - v1.0-beta-1 [/2201], with Core v1.0-beta-1 [/1994]
21:13:39.739 INFO - Version Jetty/5.1.x
21:13:39.743 INFO - Started HttpContext[/selenium-server/driver,/selenium-server/driver]
21:13:39.745 INFO - Started HttpContext[/selenium-server,/selenium-server]
21:13:39.745 INFO - Started HttpContext[/,/]
21:13:39.771 INFO - Started SocketListener on 0.0.0.0:4444
21:13:39.771 INFO - Started org.mortbay.jetty.Server@32c41a
21:13:39.932 INFO - Preparing Firefox profile...
HTML suite exception seen:
java.lang.RuntimeException: Firefox refused shutdown while preparing a profile
at org.openqa.selenium.server.browserlaunchers.FirefoxCustomProfileLauncher.waitForFullProfileToBeCreated(FirefoxCust
omProfileLauncher.java:277)
at org.openqa.selenium.server.browserlaunchers.FirefoxCustomProfileLauncher.launch(FirefoxCustomProfileLauncher.java:
147)
at org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher.launchHTMLSuite(AbstractBrowserLauncher.java:2
0)
at org.openqa.selenium.server.htmlrunner.HTMLLauncher.runHTMLSuite(HTMLLauncher.java:93)
at org.openqa.selenium.server.htmlrunner.HTMLLauncher.runHTMLSuite(HTMLLauncher.java:141)
at org.openqa.selenium.server.SeleniumServer.runHtmlSuite(SeleniumServer.java:1138)
at org.openqa.selenium.server.SeleniumServer.main(SeleniumServer.java:386)
Caused by: org.openqa.selenium.server.browserlaunchers.FirefoxCustomProfileLauncher$FileLockRemainedException: Lock file stil
l present! C:\Users\sujit\AppData\Local\Temp\customProfileDir819788\parent.lock
at org.openqa.selenium.server.browserlaunchers.FirefoxCustomProfileLauncher.waitForFileLockToGoAway(FirefoxCustomProf
ileLauncher.java:235)
at org.openqa.selenium.server.browserlaunchers.FirefoxCustomProfileLauncher.waitForFullProfileToBeCreated(FirefoxCust
omProfileLauncher.java:275)
... 6 more
21:14:01.431 INFO - Shutting down...

sujit

unread,
Sep 6, 2008, 9:56:36 PM9/6/08
to selenium-users...@googlegroups.com
I tried with iexplore as a browser, selenium server and browser started successfully but Test Runner window has throw some exception as below.

HTTp ERROR:404

/selenium-server/tests/test1.html Not Found.

requestURI=selenium=server/tests/test1.html

I have two files in test suite login1.html and site1.html, not sure how its taking test1.html.

please suggest me ASAP.

-Sujit

Reply all
Reply to author
Forward
0 new messages