- giovanni.esposito
- Posts : 2
Join date : 2013-04-28
Unable to bind to locking port 7054 within 45000 ms
Sun Apr 28, 2013 2:11 am
Hello,
I'm doing a test with Selenium. When I run the test for a specific number of threads running, but by increasing the number of threads the test fails with the following message" Unable to bind to locking
port 7054 within 45000 ms".
Tests have been conducted with Firefox 19 - Selenium 2.30.
I'm getting the controller as follows
DesiredCapabilities capability = DesiredCapabilities.firefox();
String host = prp.ReadProperty("nodeHost");
if (this.driver == null){
FirefoxProfile profile= new FirefoxProfile();
profile.setAcceptUntrustedCertificates(true);
profile.setAssumeUntrustedCertificateIssuer(true);
capability.setCapability(FirefoxDriver.PROFILE, profile);
this.driver= new FirefoxDriver(capability);
this.driver.get(host);
this.driver.manage().timeouts().implicitlyWait(60, TimeUnit.SECONDS);
}
Is something wrong on that?
Thanks.-
Giovax
I'm doing a test with Selenium. When I run the test for a specific number of threads running, but by increasing the number of threads the test fails with the following message" Unable to bind to locking
port 7054 within 45000 ms".
Tests have been conducted with Firefox 19 - Selenium 2.30.
I'm getting the controller as follows
DesiredCapabilities capability = DesiredCapabilities.firefox();
String host = prp.ReadProperty("nodeHost");
if (this.driver == null){
FirefoxProfile profile= new FirefoxProfile();
profile.setAcceptUntrustedCertificates(true);
profile.setAssumeUntrustedCertificateIssuer(true);
capability.setCapability(FirefoxDriver.PROFILE, profile);
this.driver= new FirefoxDriver(capability);
this.driver.get(host);
this.driver.manage().timeouts().implicitlyWait(60, TimeUnit.SECONDS);
}
Is something wrong on that?
Thanks.-
Giovax
Re: Unable to bind to locking port 7054 within 45000 ms
Mon Apr 29, 2013 9:46 am
This might help -
https://groups.google.com/forum/?fromgroups=#!topic/webdriver/3Dku1C0wkPQ
https://groups.google.com/forum/?fromgroups=#!topic/webdriver/3Dku1C0wkPQ
- giovanni.esposito
- Posts : 2
Join date : 2013-04-28
Re: Unable to bind to locking port 7054 within 45000 ms
Mon Apr 29, 2013 8:46 pm
Thank you Tarun,
I will be reviewing the provided link, then comment with the results.
Giovax.-
I will be reviewing the provided link, then comment with the results.
Giovax.-
- Help me: error Unable to bind to locking port 7054 within 45000 ms
- Still getting "unable to connect to host 127.0.0.1 on port 7055 after 45000 ms"
- Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output
- Unable to connect to host 127.0.0.1 on port 7055
- Unable to connect to host 127.0.0.1 on port 7055
Permissions in this forum:
You cannot reply to topics in this forum