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
yuvasakthip
Posts : 3
Join date : 2011-06-23

Warning -> Failed to start: SocketListener , while performing Cross Browser Testing  Empty Warning -> Failed to start: SocketListener , while performing Cross Browser Testing

Tue Jul 19, 2011 5:50 pm
Hello Everyone,

I have just started learning Selenium. I am trying to use Selenium RC for Cross Browser Testing.
While performing Cross Browser Testing I am getting error " Failed to start: SocketListener0@0.0.0.0:4444" in all the Browsers. Please give me a solution as soon as possible.

Working Environment
Selenium RC 1.0.3 (C#)
Windows 7
IE9, Firefox 5, Safari 5.0.3


C:\seleniumrc\selenium-server-1.0.3>java -jar selenium-server.jar -multiwindow -
htmlsuite "*safariproxy" "http://book.theautomatedtester.co.uk/" "D:\selenium\sa
mples\Sample of Begineers\TSverifytext.html" "D:\selenium\samples\Sample of Begi
neers\Result33.html"

03:26:16.240 INFO - Java: Sun Microsystems Inc. 1.6.0-b105
03:26:16.241 INFO - OS: Windows Vista 6.1 x86
03:26:16.245 INFO - v2.0 [a2], with Core v2.0 [a2]
03:26:16.337 INFO - RemoteWebDriver instances should connect to: http://127.0.0.1:4444/wd/hub
03:26:16.338 INFO - Version Jetty/5.1.x
03:26:16.338 INFO - Started HttpContext[/selenium-server/driver,/selenium-server/driver]
03:26:16.340 INFO - Started HttpContext[/selenium-server,/selenium-server]
03:26:16.340 INFO - Started HttpContext[/,/]
03:26:16.360 INFO - Started org.openqa.jetty.jetty.servlet.ServletHandler@47858e
03:26:16.360 INFO - Started HttpContext[/wd,/wd]
03:26:16.361 WARN - Failed to start: SocketListener0@0.0.0.0:4444
Exception in thread "main" org.openqa.jetty.util.MultiException[java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind]

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 org.openqa.selenium.server.SeleniumServer.boot(SeleniumServer.java:234)

at org.openqa.selenium.server.SeleniumServer.main(SeleniumServer.java:198)

java.net.SocketException: Unrecognized Windows Sockets error: 0: 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.(Unknown Source)

at org.openqa.jetty.util.ThreadedServer.newServerSocket(ThreadedServer.java:391)

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)

at org.openqa.selenium.server.SeleniumServer.start(SeleniumServer.java:396)

at org.openqa.selenium.server.SeleniumServer.boot(SeleniumServer.java:234)

at org.openqa.selenium.server.SeleniumServer.main(SeleniumServer.java:198)


Thanks,

Yuva Sakthi P
avatar
ashish_techie
Amateur
Amateur
Posts : 73
Join date : 2011-08-09

Warning -> Failed to start: SocketListener , while performing Cross Browser Testing  Empty Re: Warning -> Failed to start: SocketListener , while performing Cross Browser Testing

Wed Aug 17, 2011 12:55 am
Make sure you have started the selenium server. Selenium Server runs on port 4444.
1) There can be another service which might be blocking this port. Eg skype or some other app.

2) If thats not the case, then selenium server might be already running. Please stop it with the help of following url and then try again.
localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer


If this does not work, you can also use defaultselenium class to instantiate selenium. With defaultselenium class you can change the port number on which server is running.

Regards
Ashish

For selenium training visit
qtpselenium.com/samplevideos/selenium/seleniumvideos.php
avatar
muzy256
Posts : 1
Join date : 2012-02-16

Warning -> Failed to start: SocketListener , while performing Cross Browser Testing  Empty Re: Warning -> Failed to start: SocketListener , while performing Cross Browser Testing

Thu Feb 16, 2012 8:04 pm
hi,
i tried 2nd way but still, im having same error..
is it possible if it is a kind of jar problem ? maybe i added wrong jars ?
:S
thanks.
avatar
shreeneelg
Posts : 1
Join date : 2012-03-14

Warning -> Failed to start: SocketListener , while performing Cross Browser Testing  Empty Re: Warning -> Failed to start: SocketListener , while performing Cross Browser Testing

Wed Mar 14, 2012 8:51 pm
Shutdown PC.. Start after 1 minuet..
By Mistake you might have clicked on .jar file from selenium folder, that may be blocking you.


Last edited by shreeneelg on Wed Mar 14, 2012 9:03 pm; edited 2 times in total (Reason for editing : better reply)
Sponsored content

Warning -> Failed to start: SocketListener , while performing Cross Browser Testing  Empty Re: Warning -> Failed to start: SocketListener , while performing Cross Browser Testing

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