Unable to bind to locking port 7054 within 45000 ms | Selenium Forum
M
Posted on 17/03/2016
Please suggest the version of selenium compatible with Firefox 33.1. I have tried all possible combinations of firefox, selenium and java and unable to get rid of this error -

Exception in thread "main" org.openqa.selenium.WebDriverException: Unable to bind to locking port 7054 within 45000 ms
Build info: version: '2.48.2', revision: '41bccdd', time: '2015-10-09 19:59:12'
System info: host: 'AMUSLT15098', ip: '192.168.66.198', os.name: 'Windows 8.1', os.arch: 'amd64', os.version: '6.3', java.version: '1.7.0_79'
Driver info: driver.version: FirefoxDriver
at org.openqa.selenium.internal.SocketLock.lock(SocketLock.java:99)
at org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:90)
at org.openqa.selenium.firefox.FirefoxDriver.startClient(FirefoxDriver.java:271)
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:117)
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:218)
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:211)
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:207)
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:120)
at try3.main(try3.java:15)

M
Replied on 18/03/2016

latest selenium with firefox 42


M
Replied on 20/12/2017

I am getting same error (Screen shot attached)

Firefox 53
Selenium 2.5
geckodriver-v0.19.0-win64

====================================================

Responsive image

M
Replied on 20/12/2017

update selenium.


M
Replied on 21/12/2017

Issue is resolved us:
Selenium =3.4.0
Geckodriver = V0.18.0Win64
Mozilla = 53.0 64 Bit

Thanks Ashish