SeleniumHQ / selenium-google-code-issue-archive

Archive, please see main selenium repo
https://github.com/seleniumhq/selenium
345 stars 195 forks source link

Selenium 2.39.0 - FireFox 26 & 27 : Failed to start up socket within 45000 ms #7001

Open lukeis opened 8 years ago

lukeis commented 8 years ago

Originally reported on Google Code with ID 7001

Selenium version: 2.39.0 ( selenium .Net bindings )
OS:Windows 7
Browser: Firefox
Browser version: tried on both 26 and 27 

The firefox driver is launched "IWebDriver driver = new FirefoxDriver();"

The firefox browser launches and nothing happens after that , the next steps in the
test is coded to enter the url of the AUT , but the url is not entered into the FF
browser.

Error Message :

OpenQA.Selenium.WebDriverException: Failed to start up socket within 45000 ms

Stack trace :

Result Message: 
Test method HealthyCircles.AuthoringTool.AuthoringTool_IA_CreateIform threw exception:

OpenQA.Selenium.WebDriverException: Failed to start up socket within 45000 ms
Result StackTrace:  
at OpenQA.Selenium.Firefox.Internal.ExtensionConnection.ConnectToBrowser(TimeSpan timeToWait)
   at OpenQA.Selenium.Firefox.Internal.ExtensionConnection.Start()
   at OpenQA.Selenium.Firefox.FirefoxDriver.StartClient()
   at OpenQA.Selenium.Remote.RemoteWebDriver..ctor(ICommandExecutor commandExecutor,
ICapabilities desiredCapabilities)
   at OpenQA.Selenium.Firefox.FirefoxDriver..ctor(FirefoxBinary binary, FirefoxProfile
profile)
   at OpenQA.Selenium.Firefox.FirefoxDriver..ctor()
   at HealthyCircles.AuthoringTool.AuthoringTool_IA_CreateIform() in c:\Users\alingine\qcl\testautomation\coadeduitest\project1\project1\Tests\AuthoringTool_CSAT_21668.cs:line
47

Reported by srinuamar9 on 2014-02-18 19:10:47

lukeis commented 8 years ago

Reported by barancev on 2014-02-20 20:25:47

lukeis commented 8 years ago
I was getting the exact same issue with Webdriver 2.37.0 and I've tried FF 26, 27, 28,
29. I updated to 2.41 and it's working again.

Reported by beard.alex on 2014-04-03 14:50:28

lukeis commented 8 years ago
Related to this issue?
https://code.google.com/p/selenium/issues/detail?id=7279

Reported by jeffiwebss on 2014-05-11 23:10:01

lukeis commented 8 years ago
I get the same error with WebDriver 2.43.1 and FireFox 32.0.3,  but is only when i have
many firefox instances open. Somebody knows why? Thanks in advance 

Reported by david.mendoza.marin on 2014-10-20 15:44:21

lukeis commented 8 years ago
I am getting the exactly same issue with browser firefox 32.0 and Webdriver 2.40.0
Please let me know if you have any answer.
Thanks.

Reported by asifcts102 on 2014-11-14 11:02:56

lukeis commented 8 years ago
I am getting the exactly same issue with the FF browser is 33.1 and selenium 2.8.0..
Let me know the answer

Reported by sathishinfo4u on 2014-11-27 10:33:18

lukeis commented 8 years ago

Reported by luke.semerau on 2015-09-17 17:46:33