Skip to content
This repository has been archived by the owner on Nov 29, 2018. It is now read-only.

Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Error #7819

Closed
lukeis opened this issue Mar 4, 2016 · 50 comments
Closed

Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Error #7819

lukeis opened this issue Mar 4, 2016 · 50 comments

Comments

@lukeis
Copy link
Member

lukeis commented Mar 4, 2016

Originally reported on Google Code with ID 7819

I am facing problem when using webdriver with java
below is the eclipse consol output

org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1
on port 7055 after 45000 ms. Firefox console output:
em-local
1409652190925   addons.xpi  DEBUG   Skipping unavailable install location app-system-share
1409652190926   addons.xpi  INFO    Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to C:\Program
Files (x86)\Mozilla Firefox\browser\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}
1409652190927   addons.xpi  INFO    Mapping fxdriver@googlecode.com to C:\Users\Krishna\AppData\Local\Temp\anonymous459471906671041293webdriver-profile\extensions\fxdriver@googlecode.com
1409652190927   addons.xpi  DEBUG   Ignoring file entry whose name is not a valid add-on
ID: C:\Users\Krishna\AppData\Local\Temp\anonymous459471906671041293webdriver-profile\extensions\webdriver-staging
1409652190927   addons.xpi  DEBUG   checkForChanges
1409652191049   addons.xpi  DEBUG   Directory state JSON differs: cache [] state [{"name":"app-global","addons":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"descriptor":"C:\\Program
Files (x86)\\Mozilla Firefox\\browser\\extensions\\{972ce4c6-7e08-4474-a285-3208198ce6fd}","mtime":1409116348011,"rdfTime":1408431903508}}},{"name":"app-profile","addons":{"fxdriver@googlecode.com":{"descriptor":"C:\\Users\\Krishna\\AppData\\Local\\Temp\\anonymous459471906671041293webdriver-profile\\extensions\\fxdriver@googlecode.com","mtime":1409652188750,"rdfTime":1409652188447}}}]
1409652191055   addons.xpi-utils    DEBUG   Opening XPI database C:\Users\Krishna\AppData\Local\Temp\anonymous459471906671041293webdriver-profile\extensions.json
1409652191056   addons.xpi  DEBUG   New add-on fxdriver@googlecode.com installed in app-profile
*** Blocklist::_loadBlocklistFromFile: blocklist is disabled
1409652191263   addons.xpi-utils    DEBUG   Make addon app-profile:fxdriver@googlecode.com
visible
1409652191265   DeferredSave.extensions.json    DEBUG   Save changes
1409652191266   DeferredSave.extensions.json    DEBUG   Save changes
1409652191266   addons.xpi  DEBUG   New add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} installed
in app-global
1409652191271   addons.xpi-utils    DEBUG   Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd}
visible
1409652191271   DeferredSave.extensions.json    DEBUG   Save changes
1409652191271   DeferredSave.extensions.json    DEBUG   Save changes
1409652191284   addons.xpi  DEBUG   Updating database with changes to installed add-ons
1409652191285   addons.xpi-utils    DEBUG   Updating add-on states
1409652191285   addons.xpi-utils    DEBUG   Writing add-ons list
1409652192776   DeferredSave.extensions.json    DEBUG   Starting timer
1409652192805   DeferredSave.extensions.json    DEBUG   Starting write
1409652192851   addons.manager  DEBUG   shutdown
1409652192853   addons.xpi  DEBUG   shutdown
1409652192853   addons.xpi-utils    DEBUG   shutdown
1409652192988   DeferredSave.extensions.json    DEBUG   Write succeeded
1409652192988   addons.xpi-utils    DEBUG   XPI Database saved, setting schema version preference
to 16
1409652192988   addons.xpi  DEBUG   Notifying XPI shutdown observers
1409652193000   addons.manager  DEBUG   Async provider shutdown done
1409652195184   addons.manager  DEBUG   Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm:
["XPIProvider"]
1409652195187   addons.manager  DEBUG   Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm:
["LightweightThemeManager"]
1409652195189   addons.xpi  DEBUG   startup
1409652195189   addons.xpi  DEBUG   Skipping unavailable install location app-system-local
1409652195189   addons.xpi  DEBUG   Skipping unavailable install location app-system-share
1409652195190   addons.xpi  INFO    Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to C:\Program
Files (x86)\Mozilla Firefox\browser\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}
1409652195192   addons.xpi  INFO    Mapping fxdriver@googlecode.com to C:\Users\Krishna\AppData\Local\Temp\anonymous459471906671041293webdriver-profile\extensions\fxdriver@googlecode.com
1409652195193   addons.xpi  DEBUG   Ignoring file entry whose name is not a valid add-on
ID: C:\Users\Krishna\AppData\Local\Temp\anonymous459471906671041293webdriver-profile\extensions\webdriver-staging
1409652195193   addons.xpi  DEBUG   checkForChanges
1409652195257   addons.xpi  DEBUG   No changes found
*** Blocklist::_preloadBlocklistFile: blocklist is disabled

    at org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:118)
    at org.openqa.selenium.firefox.FirefoxDriver.startClient(FirefoxDriver.java:246)
    at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:114)
    at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:193)
    at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:186)
    at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:182)
    at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:95)
    at Mypackage.myclass.main(myclass.java:13)
Exception in thread "main" org.openqa.selenium.WebDriverException: Failed to connect
to binary FirefoxBinary(C:\Program Files (x86)\Mozilla Firefox\firefox.exe) on port
7055; process output follows: 
em-local
1409652190925   addons.xpi  DEBUG   Skipping unavailable install location app-system-share
1409652190926   addons.xpi  INFO    Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to C:\Program
Files (x86)\Mozilla Firefox\browser\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}
1409652190927   addons.xpi  INFO    Mapping fxdriver@googlecode.com to C:\Users\Krishna\AppData\Local\Temp\anonymous459471906671041293webdriver-profile\extensions\fxdriver@googlecode.com
1409652190927   addons.xpi  DEBUG   Ignoring file entry whose name is not a valid add-on
ID: C:\Users\Krishna\AppData\Local\Temp\anonymous459471906671041293webdriver-profile\extensions\webdriver-staging
1409652190927   addons.xpi  DEBUG   checkForChanges
1409652191049   addons.xpi  DEBUG   Directory state JSON differs: cache [] state [{"name":"app-global","addons":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"descriptor":"C:\\Program
Files (x86)\\Mozilla Firefox\\browser\\extensions\\{972ce4c6-7e08-4474-a285-3208198ce6fd}","mtime":1409116348011,"rdfTime":1408431903508}}},{"name":"app-profile","addons":{"fxdriver@googlecode.com":{"descriptor":"C:\\Users\\Krishna\\AppData\\Local\\Temp\\anonymous459471906671041293webdriver-profile\\extensions\\fxdriver@googlecode.com","mtime":1409652188750,"rdfTime":1409652188447}}}]
1409652191055   addons.xpi-utils    DEBUG   Opening XPI database C:\Users\Krishna\AppData\Local\Temp\anonymous459471906671041293webdriver-profile\extensions.json
1409652191056   addons.xpi  DEBUG   New add-on fxdriver@googlecode.com installed in app-profile
*** Blocklist::_loadBlocklistFromFile: blocklist is disabled
1409652191263   addons.xpi-utils    DEBUG   Make addon app-profile:fxdriver@googlecode.com
visible
1409652191265   DeferredSave.extensions.json    DEBUG   Save changes
1409652191266   DeferredSave.extensions.json    DEBUG   Save changes
1409652191266   addons.xpi  DEBUG   New add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} installed
in app-global
1409652191271   addons.xpi-utils    DEBUG   Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd}
visible
1409652191271   DeferredSave.extensions.json    DEBUG   Save changes
1409652191271   DeferredSave.extensions.json    DEBUG   Save changes
1409652191284   addons.xpi  DEBUG   Updating database with changes to installed add-ons
1409652191285   addons.xpi-utils    DEBUG   Updating add-on states
1409652191285   addons.xpi-utils    DEBUG   Writing add-ons list
1409652192776   DeferredSave.extensions.json    DEBUG   Starting timer
1409652192805   DeferredSave.extensions.json    DEBUG   Starting write
1409652192851   addons.manager  DEBUG   shutdown
1409652192853   addons.xpi  DEBUG   shutdown
1409652192853   addons.xpi-utils    DEBUG   shutdown
1409652192988   DeferredSave.extensions.json    DEBUG   Write succeeded
1409652192988   addons.xpi-utils    DEBUG   XPI Database saved, setting schema version preference
to 16
1409652192988   addons.xpi  DEBUG   Notifying XPI shutdown observers
1409652193000   addons.manager  DEBUG   Async provider shutdown done
1409652195184   addons.manager  DEBUG   Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm:
["XPIProvider"]
1409652195187   addons.manager  DEBUG   Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm:
["LightweightThemeManager"]
1409652195189   addons.xpi  DEBUG   startup
1409652195189   addons.xpi  DEBUG   Skipping unavailable install location app-system-local
1409652195189   addons.xpi  DEBUG   Skipping unavailable install location app-system-share
1409652195190   addons.xpi  INFO    Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to C:\Program
Files (x86)\Mozilla Firefox\browser\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}
1409652195192   addons.xpi  INFO    Mapping fxdriver@googlecode.com to C:\Users\Krishna\AppData\Local\Temp\anonymous459471906671041293webdriver-profile\extensions\fxdriver@googlecode.com
1409652195193   addons.xpi  DEBUG   Ignoring file entry whose name is not a valid add-on
ID: C:\Users\Krishna\AppData\Local\Temp\anonymous459471906671041293webdriver-profile\extensions\webdriver-staging
1409652195193   addons.xpi  DEBUG   checkForChanges
1409652195257   addons.xpi  DEBUG   No changes found
*** Blocklist::_preloadBlocklistFile: blocklist is disabled

Build info: version: '2.42.2', revision: '6a6995d', time: '2014-06-03 17:42:30'
System info: host: 'Test', ip: '192.168.1.103', os.name: 'Windows 8', os.arch: 'amd64',
os.version: '6.2', java.version: '1.7.0_51'
Driver info: driver.version: FirefoxDriver
    at org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:130)
    at org.openqa.selenium.firefox.FirefoxDriver.startClient(FirefoxDriver.java:246)
    at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:114)
    at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:193)
    at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:186)
    at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:182)
    at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:95)
    at Mypackage.myclass.main(myclass.java:13)
Caused by: org.openqa.selenium.firefox.NotConnectedException: Unable to connect to
host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output:
em-local
1409652190925   addons.xpi  DEBUG   Skipping unavailable install location app-system-share
1409652190926   addons.xpi  INFO    Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to C:\Program
Files (x86)\Mozilla Firefox\browser\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}
1409652190927   addons.xpi  INFO    Mapping fxdriver@googlecode.com to C:\Users\Krishna\AppData\Local\Temp\anonymous459471906671041293webdriver-profile\extensions\fxdriver@googlecode.com
1409652190927   addons.xpi  DEBUG   Ignoring file entry whose name is not a valid add-on
ID: C:\Users\Krishna\AppData\Local\Temp\anonymous459471906671041293webdriver-profile\extensions\webdriver-staging
1409652190927   addons.xpi  DEBUG   checkForChanges
1409652191049   addons.xpi  DEBUG   Directory state JSON differs: cache [] state [{"name":"app-global","addons":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"descriptor":"C:\\Program
Files (x86)\\Mozilla Firefox\\browser\\extensions\\{972ce4c6-7e08-4474-a285-3208198ce6fd}","mtime":1409116348011,"rdfTime":1408431903508}}},{"name":"app-profile","addons":{"fxdriver@googlecode.com":{"descriptor":"C:\\Users\\Krishna\\AppData\\Local\\Temp\\anonymous459471906671041293webdriver-profile\\extensions\\fxdriver@googlecode.com","mtime":1409652188750,"rdfTime":1409652188447}}}]
1409652191055   addons.xpi-utils    DEBUG   Opening XPI database C:\Users\Krishna\AppData\Local\Temp\anonymous459471906671041293webdriver-profile\extensions.json
1409652191056   addons.xpi  DEBUG   New add-on fxdriver@googlecode.com installed in app-profile
*** Blocklist::_loadBlocklistFromFile: blocklist is disabled
1409652191263   addons.xpi-utils    DEBUG   Make addon app-profile:fxdriver@googlecode.com
visible
1409652191265   DeferredSave.extensions.json    DEBUG   Save changes
1409652191266   DeferredSave.extensions.json    DEBUG   Save changes
1409652191266   addons.xpi  DEBUG   New add-on {972ce4c6-7e08-4474-a285-3208198ce6fd} installed
in app-global
1409652191271   addons.xpi-utils    DEBUG   Make addon app-global:{972ce4c6-7e08-4474-a285-3208198ce6fd}
visible
1409652191271   DeferredSave.extensions.json    DEBUG   Save changes
1409652191271   DeferredSave.extensions.json    DEBUG   Save changes
1409652191284   addons.xpi  DEBUG   Updating database with changes to installed add-ons
1409652191285   addons.xpi-utils    DEBUG   Updating add-on states
1409652191285   addons.xpi-utils    DEBUG   Writing add-ons list
1409652192776   DeferredSave.extensions.json    DEBUG   Starting timer
1409652192805   DeferredSave.extensions.json    DEBUG   Starting write
1409652192851   addons.manager  DEBUG   shutdown
1409652192853   addons.xpi  DEBUG   shutdown
1409652192853   addons.xpi-utils    DEBUG   shutdown
1409652192988   DeferredSave.extensions.json    DEBUG   Write succeeded
1409652192988   addons.xpi-utils    DEBUG   XPI Database saved, setting schema version preference
to 16
1409652192988   addons.xpi  DEBUG   Notifying XPI shutdown observers
1409652193000   addons.manager  DEBUG   Async provider shutdown done
1409652195184   addons.manager  DEBUG   Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm:
["XPIProvider"]
1409652195187   addons.manager  DEBUG   Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm:
["LightweightThemeManager"]
1409652195189   addons.xpi  DEBUG   startup
1409652195189   addons.xpi  DEBUG   Skipping unavailable install location app-system-local
1409652195189   addons.xpi  DEBUG   Skipping unavailable install location app-system-share
1409652195190   addons.xpi  INFO    Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to C:\Program
Files (x86)\Mozilla Firefox\browser\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}
1409652195192   addons.xpi  INFO    Mapping fxdriver@googlecode.com to C:\Users\Krishna\AppData\Local\Temp\anonymous459471906671041293webdriver-profile\extensions\fxdriver@googlecode.com
1409652195193   addons.xpi  DEBUG   Ignoring file entry whose name is not a valid add-on
ID: C:\Users\Krishna\AppData\Local\Temp\anonymous459471906671041293webdriver-profile\extensions\webdriver-staging
1409652195193   addons.xpi  DEBUG   checkForChanges
1409652195257   addons.xpi  DEBUG   No changes found
*** Blocklist::_preloadBlocklistFile: blocklist is disabled

    at org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:118)
    ... 7 more


Selenium version:2.42
OS:Windows 8
Browser:Firefox
Browser version:29


Reported by almmusic.22 on 2014-09-02 12:09:54

@lukeis lukeis self-assigned this Mar 4, 2016
@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Same here, with :
- Selenium 2.41.0
- Firefox 32.0
- OS : Debian 3.2.54-2 i686 GNU/Linux in a Virtual Box VM under Windows 7

Reported by khalid.jebbari on 2014-09-03 14:58:22

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Same issue here! This appears to be related to the latest Firefox 32 update. Prior versions
of Firefox were working.

Selenium WebDriver version: 2.42.0.0
Firefox 32.0
Windows 8

Reported by primaryobjects11 on 2014-09-03 19:08:24

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

The same issue to me after I just auto upgrade to latest Firefox32 ! 

Reported by jerrycai.cn on 2014-09-04 02:35:43

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Same as issue #7642 (https://code.google.com/p/selenium/issues/detail?id=7642).  Firefox
32 is not compatible with selenium until 2.43.0 gets released.

Reported by gmcnaughton@team.curious.com on 2014-09-04 09:05:16

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Same as https://code.google.com/p/selenium/issues/detail?id=7836

Reported by npfistner@picturesafe.de on 2014-09-04 09:09:30

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Getting same issue in my pc also:

OS : Windows 7 profissional 
System type : 64 bit
Browser : firefox32
Selenium version : 2.42.2
Language : java

Reported by sbheemireddy on 2014-09-10 10:33:50

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

To #6: Try upgrading your Selenium WebDriver to version 2.43.0.  That fixed it for me.

Reported by machtyn on 2014-09-10 19:42:13

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

After update to Selenium WebDriver (2.43.1) we still get the above error on Ubuntu (14.4
LTS) with FireFox 32.

Reported by allitico on 2014-09-11 07:11:32

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Check your network settings, something is blocking connections to the port 7055.

Or may be Firefox can't start in 45s due to weak hardware and/or big profile.

Reported by barancev on 2014-09-11 09:47:12

  • Status changed: Invalid
  • Labels added: Browser-Firefox

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Hi there..
Same issue here.

It happens when I run my selenium tests from a maven fork too.

Re installing Firefox, cleaning up my profile and upgrading the firefox driver to 2.42.2
did not help.

Can anyone please say if this bug is being addressed?

Thanks!
Here's the stack:

org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1
on port 7055 after 45000 ms. Firefox console output:
ipping unavailable install location app-system-share
1410808403710   addons.xpi  INFO    Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to /Applications/Firefox.app/Contents/MacOS/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
1410808403711   addons.xpi  INFO    Mapping fxdriver@googlecode.com to /var/folders/nl/mdt96kvx1mv6nr6y8sb99d4w0000gp/T/anonymous9058244494536432070webdriver-profile/extensions/fxdriver@googlecode.com
1410808403711   addons.xpi  DEBUG   Ignoring file entry whose name is not a valid add-on
ID: /var/folders/nl/mdt96kvx1mv6nr6y8sb99d4w0000gp/T/anonymous9058244494536432070webdriver-profile/extensions/webdriver-staging
1410808403711   addons.xpi  DEBUG   checkForChanges
1410808403717   addons.xpi  DEBUG   Directory state JSON differs: cache [] state [{"name":"app-global","addons":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"descriptor":"/Applications/Firefox.app/Contents/MacOS/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}","mtime":1410481435000,"rdfTime":1410479353000}}},{"name":"app-profile","addons":{"fxdriver@googlecode.com":{"descriptor":"/var/folders/nl/mdt96kvx1mv6nr6y8sb99d4w0000gp/T/anonymous9058244494536432070webdriver-profile/extensions/fxdriver@googlecode.com","mtime":1410808403000,"rdfTime":1410808403000}}}]
1410808403722   addons.xpi-utils    DEBUG   Opening XPI database /var/folders/nl/mdt96kvx1mv6nr6y8sb99d4w0000gp/T/anonymous9058244494536432070webdriver-profile/extensions.json
1410808403722   addons.xpi  DEBUG   New add-on fxdriver@googlecode.com installed in app-profile
*** Blocklist::_loadBlocklistFromFile: blocklist is disabled
1410808403735   addons.xpi-utils    DEBUG   Make addon app-profile:fxdriver@googlecode.com
visible
1410808403736   DeferredSave.extensions.json    DEBUG   Save changes
1410808403736   DeferredSave.extensions.json    DEBUG   Save changes



Reported by pankajtandon on 2014-09-15 19:15:47

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I have the same issue, Java/maven setup.  Firefox 32, selenium upgraded to 2.43.0  
org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1
on port 7055 after 45000 ms. Firefox console output:
ipping unavailable install location app-system-share
......


Reported by mmy.balcom on 2014-09-16 17:38:46

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I have exact same issue.
FF 31.1.1, Selenium 2.43.1
Windows 7

Reported by julieanlac on 2014-10-11 21:44:40

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I had this same problem and was going nuts trying to fix it. Finally I was able to make
it work by downgrading the version of FF. 

If you downgrade to FF 27.0.1 it will work: https://support.mozilla.org/en-US/kb/install-older-version-of-firefox

I highly recommend you turn off automatic updates on FF for the boxes were you do your
testing.

Reported by jepombar on 2014-10-16 17:08:47

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

[win7] while using ff v33.0 AND selenium 2.43, it only opens firefox page and when it
does not execute .get("url") then after manually closing the firefox it shows above
notconnected error...has anyone tried checking if it's due to profile issue?

Reported by Elicitdeep on 2014-10-19 20:57:37

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I was getting the same error but i changed selenium 2.42.2 by Selenium 2.44.0 and issue
was resolved. Thanks for suggesting.

Reported by shashi.ahi on 2014-10-27 05:32:28

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I am facing the same issue. Webdriver v2.43, Firefox v27.

Reported by dpk210183 on 2014-11-05 10:36:47

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

getting the same issue with Ff 33.0.3 and selenium 2.41.

Reported by sresuganthi on 2014-11-11 13:05:14

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

As per above discussion we downgrade the firefox-3.0 and executed WebDriver script its
lunching but not entering any value its showing the failure error

Can you please let me know the resolution 

[TestNG] Running:
  C:\Users\home\AppData\Local\Temp\testng-eclipse--2139633352\testng-customsuite.xml

FAILED: SimpleTest
org.openqa.selenium.WebDriverException: Error communicating with the remote browser.
It may have died.
Build info: version: '2.31.0', revision: '1bd294d', time: '2013-02-27 20:52:59'
System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version:
'1.7.0_71'
Driver info: driver.version: RemoteWebDriver
Command duration or timeout: 281.29 seconds
Build info: version: '2.43.1', revision: '5163bce', time: '2014-09-10 16:27:58'
System info: host: 'home-PC', ip: '192.168.1.5', os.name: 'Windows 7', os.arch: 'x86',
os.version: '6.1', java.version: '1.7.0_71'
Session ID: 8baa96bf-967d-4be0-868b-96fc8b2f9fb5
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Capabilities [{platform=XP, acceptSslCerts=true, javascriptEnabled=true, cssSelectorsEnabled=true,
browserName=firefox, handlesAlerts=true, nativeEvents=true, webStorageEnabled=true,
rotatable=false, locationContextEnabled=true, webdriver.remote.sessionid=8baa96bf-967d-4be0-868b-96fc8b2f9fb5,
applicationCacheEnabled=true, takesScreenshot=true, version=3.6.28}]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at org.openqa.selenium.remote.ErrorHandler.createThrowable(ErrorHandler.java:204)
    at org.openqa.selenium.remote.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:156)
    at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:599)
    at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:268)
    at org.openqa.selenium.remote.RemoteWebElement.sendKeys(RemoteWebElement.java:89)
    at SeleniumGrid.Grid.SimpleTest(Grid.java:28)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
    at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
    at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
    at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
    at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
    at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
    at org.testng.TestRunner.privateRun(TestRunner.java:767)
    at org.testng.TestRunner.run(TestRunner.java:617)
    at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
    at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:329)
    at org.testng.SuiteRunner.privateRun(SuiteRunner.java:291)
    at org.testng.SuiteRunner.run(SuiteRunner.java:240)
    at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
    at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
    at org.testng.TestNG.runSuitesSequentially(TestNG.java:1224)
    at org.testng.TestNG.runSuitesLocally(TestNG.java:1149)
    at org.testng.TestNG.run(TestNG.java:1057)
    at org.testng.remote.RemoteTestNG.run(RemoteTestNG.java:111)
    at org.testng.remote.RemoteTestNG.initAndRun(RemoteTestNG.java:204)
    at org.testng.remote.RemoteTestNG.main(RemoteTestNG.java:175)
Caused by: org.openqa.selenium.remote.UnreachableBrowserException: Error communicating
with the remote browser. It may have died.
Build info: version: '2.31.0', revision: '1bd294d', time: '2013-02-27 20:52:59'
System info: os.name: 'Windows 7', os.arch: 'x86', os.version: '6.1', java.version:
'1.7.0_71'
Driver info: driver.version: RemoteWebDriver
Build info: version: '2.43.1', revision: '5163bce', time: '2014-09-10 16:27:58'
System info: host: 'home-PC', ip: '192.168.1.5', os.name: 'Windows 7', os.arch: 'x86',
os.version: '6.1', java.version: '1.7.0_71'
Driver info: driver.version: RemoteWebDriver
    at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:548)
    at org.openqa.selenium.remote.RemoteWebElement.execute(RemoteWebElement.java:268)
    at org.openqa.selenium.remote.RemoteWebElement.sendKeys(RemoteWebElement.java:89)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.openqa.selenium.support.events.EventFiringWebDriver$EventFiringWebElement$1.invoke(EventFiringWebDriver.java:327)
    at com.sun.proxy.$Proxy2.sendKeys(Unknown Source)
    at org.openqa.selenium.support.events.EventFiringWebDriver$EventFiringWebElement.sendKeys(EventFiringWebDriver.java:350)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.openqa.selenium.remote.server.KnownElements$1.invoke(KnownElements.java:63)
    at com.sun.proxy.$Proxy3.sendKeys(Unknown Source)
    at org.openqa.selenium.remote.server.handler.SendKeys.call(SendKeys.java:49)
    at org.openqa.selenium.remote.server.handler.SendKeys.call(SendKeys.java:1)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at org.openqa.selenium.remote.server.DefaultSession$1.run(DefaultSession.java:169)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)


===============================================
    Default test
    Tests run: 1, Failures: 1, Skips: 0
===============================================


===============================================
Default suite
Total tests run: 1, Failures: 1, Skips: 0
===============================================

[TestNG] Time taken by org.testng.reporters.EmailableReporter2@18eef25: 8 ms
[TestNG] Time taken by org.testng.reporters.XMLReporter@1a6ac39: 8 ms
[TestNG] Time taken by org.testng.reporters.jq.Main@54cbb9: 26 ms
[TestNG] Time taken by org.testng.reporters.JUnitReportReporter@fde8da: 5 ms
[TestNG] Time taken by [FailedReporter passed=0 failed=0 skipped=0]: 3 ms
[TestNG] Time taken by org.testng.reporters.SuiteHTMLReporter@37086a: 11 ms

Reported by kishore.thotapally on 2014-11-17 02:27:35


- _Attachment: [SeleniumGridError.JPG](https://storage.googleapis.com/google-code-attachments/selenium/issue-7819/comment-19/SeleniumGridError.JPG)_

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I had same problem, but upgrading from Selenium 2.41.0 to 2.44.0 worked for me.
Using Firefox v33.1.1

Reported by stephen.horwood on 2014-11-21 14:43:44

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

how to update selenium

Reported by jyothiandem on 2014-12-01 15:13:25

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Hi All,

I was using Selenium 2.3 version and seeing the same issue and after some re-search
i found that Firefox 3.6.22 version is compatible with 2.3 verison of Selenium if you
don't want to update your Selenium with latest versions.
1.Un-insall latest firefox 3.34
2.Install 3.22 version of Firefox.
3.Run your selenium program.

Thanks
subha


Reported by subhadraa on 2014-12-04 21:59:09

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

please send firefox 3.2 download link

Reported by smartsuresh1295 on 2014-12-08 07:10:58

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

The same issue on:
selenium-firefox-driver 2.44
firefox v.34.0.5

Reported by okorobeinyk@hypnorep.com on 2014-12-12 12:52:36

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

This is our issue how to resolve it please send ans on manedr2011@gmail.com

org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1
on port 7055 after 45000 ms. Firefox console output:
i-utils DEBUG   Updating add-on states
1418625180325   addons.xpi-utils    DEBUG   Writing add-ons list
1418625180367   addons.manager  DEBUG   Registering shutdown blocker for XPIProvider
1418625180368   addons.manager  DEBUG   Registering shutdown blocker for LightweightThemeManager
1418625180371   addons.manager  DEBUG   Registering shutdown blocker for OpenH264Provider
1418625180372   addons.manager  DEBUG   Registering shutdown blocker for PluginProvider
1418625182448   DeferredSave.extensions.json    DEBUG   Starting timer
1418625182520   DeferredSave.extensions.json    DEBUG   Starting write
1418625182541   addons.manager  DEBUG   shutdown
1418625182542   addons.manager  DEBUG   Calling shutdown blocker for XPIProvider
1418625182542   addons.xpi  DEBUG   shutdown
1418625182543   addons.xpi-utils    DEBUG   shutdown
1418625182544   addons.manager  DEBUG   Calling shutdown blocker for LightweightThemeManager
1418625182545   addons.manager  DEBUG   Calling shutdown blocker for OpenH264Provider
1418625182548   addons.manager  DEBUG   Calling shutdown blocker for PluginProvider
1418625183213   DeferredSave.extensions.json    DEBUG   Write succeeded
1418625183215   addons.xpi-utils    DEBUG   XPI Database saved, setting schema version preference
to 16
1418625183216   addons.xpi  DEBUG   Notifying XPI shutdown observers
1418625183226   addons.manager  DEBUG   Async provider shutdown done
1418625184940   addons.manager  DEBUG   Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm:
["XPIProvider"]
1418625184944   addons.manager  DEBUG   Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm:
["LightweightThemeManager"]
1418625184953   addons.xpi  DEBUG   startup
1418625184959   addons.xpi  INFO    Mapping fxdriver@googlecode.com to C:\Users\OMVSAB\AppData\Local\Temp\anonymous5106363166679851628webdriver-profile\extensions\fxdriver@googlecode.com
1418625184961   addons.xpi  DEBUG   Ignoring file entry whose name is not a valid add-on
ID: C:\Users\OMVSAB\AppData\Local\Temp\anonymous5106363166679851628webdriver-profile\extensions\webdriver-staging
1418625184966   addons.xpi  INFO    Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to C:\Program
Files\Mozilla Firefox\browser\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}
1418625184967   addons.xpi  DEBUG   Skipping unavailable install location app-system-share
1418625184968   addons.xpi  DEBUG   Skipping unavailable install location app-system-local
1418625184969   addons.xpi  DEBUG   checkForChanges
1418625184971   addons.xpi  DEBUG   Loaded add-on state from prefs: {"app-profile":{"fxdriver@googlecode.com":{"d":"C:\\Users\\OMVSAB\\AppData\\Local\\Temp\\anonymous5106363166679851628webdriver-profile\\extensions\\fxdriver@googlecode.com","e":false,"v":"2.42.2","st":1418625177550,"mt":1418625176755}},"app-global":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"d":"C:\\Program
Files\\Mozilla Firefox\\browser\\extensions\\{972ce4c6-7e08-4474-a285-3208198ce6fd}","e":true,"v":"35.0","st":1418234306438,"mt":1417954492203}}}
1418625184976   addons.xpi  DEBUG   getModTime: Recursive scan of {972ce4c6-7e08-4474-a285-3208198ce6fd}
1418625184982   addons.xpi  DEBUG   getInstallState changed: false, state: {"app-profile":{"fxdriver@googlecode.com":{"d":"C:\\Users\\OMVSAB\\AppData\\Local\\Temp\\anonymous5106363166679851628webdriver-profile\\extensions\\fxdriver@googlecode.com","e":false,"v":"2.42.2","st":1418625177550,"mt":1418625176755}},"app-global":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"d":"C:\\Program
Files\\Mozilla Firefox\\browser\\extensions\\{972ce4c6-7e08-4474-a285-3208198ce6fd}","e":true,"v":"35.0","st":1418234306438,"mt":1417954492203}}}
1418625184989   addons.xpi  DEBUG   No changes found
1418625185000   addons.manager  DEBUG   Registering shutdown blocker for XPIProvider
1418625185001   addons.manager  DEBUG   Registering shutdown blocker for LightweightThemeManager
1418625185005   addons.manager  DEBUG   Registering shutdown blocker for OpenH264Provider
1418625185006   addons.manager  DEBUG   Registering shutdown blocker for PluginProvider
*** Blocklist::_preloadBlocklistFile: blocklist is disabled
1418625187943   addons.manager  DEBUG   Registering shutdown blocker for <unnamed-provider>

    at org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:118)
    at org.openqa.selenium.firefox.FirefoxDriver.startClient(FirefoxDriver.java:246)
    at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:114)
    at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:193)
    at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:186)
    at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:182)
    at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:95)
    at mypakage.Myclass.main(Myclass.java:11)
Exception in thread "main" org.openqa.selenium.WebDriverException: Failed to connect
to binary FirefoxBinary(C:\Program Files\Mozilla Firefox\firefox.exe) on port 7055;
process output follows: 
i-utils DEBUG   Updating add-on states
1418625180325   addons.xpi-utils    DEBUG   Writing add-ons list
1418625180367   addons.manager  DEBUG   Registering shutdown blocker for XPIProvider
1418625180368   addons.manager  DEBUG   Registering shutdown blocker for LightweightThemeManager
1418625180371   addons.manager  DEBUG   Registering shutdown blocker for OpenH264Provider
1418625180372   addons.manager  DEBUG   Registering shutdown blocker for PluginProvider
1418625182448   DeferredSave.extensions.json    DEBUG   Starting timer
1418625182520   DeferredSave.extensions.json    DEBUG   Starting write
1418625182541   addons.manager  DEBUG   shutdown
1418625182542   addons.manager  DEBUG   Calling shutdown blocker for XPIProvider
1418625182542   addons.xpi  DEBUG   shutdown
1418625182543   addons.xpi-utils    DEBUG   shutdown
1418625182544   addons.manager  DEBUG   Calling shutdown blocker for LightweightThemeManager
1418625182545   addons.manager  DEBUG   Calling shutdown blocker for OpenH264Provider
1418625182548   addons.manager  DEBUG   Calling shutdown blocker for PluginProvider
1418625183213   DeferredSave.extensions.json    DEBUG   Write succeeded
1418625183215   addons.xpi-utils    DEBUG   XPI Database saved, setting schema version preference
to 16
1418625183216   addons.xpi  DEBUG   Notifying XPI shutdown observers
1418625183226   addons.manager  DEBUG   Async provider shutdown done
1418625184940   addons.manager  DEBUG   Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm:
["XPIProvider"]
1418625184944   addons.manager  DEBUG   Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm:
["LightweightThemeManager"]
1418625184953   addons.xpi  DEBUG   startup
1418625184959   addons.xpi  INFO    Mapping fxdriver@googlecode.com to C:\Users\OMVSAB\AppData\Local\Temp\anonymous5106363166679851628webdriver-profile\extensions\fxdriver@googlecode.com
1418625184961   addons.xpi  DEBUG   Ignoring file entry whose name is not a valid add-on
ID: C:\Users\OMVSAB\AppData\Local\Temp\anonymous5106363166679851628webdriver-profile\extensions\webdriver-staging
1418625184966   addons.xpi  INFO    Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to C:\Program
Files\Mozilla Firefox\browser\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}
1418625184967   addons.xpi  DEBUG   Skipping unavailable install location app-system-share
1418625184968   addons.xpi  DEBUG   Skipping unavailable install location app-system-local
1418625184969   addons.xpi  DEBUG   checkForChanges
1418625184971   addons.xpi  DEBUG   Loaded add-on state from prefs: {"app-profile":{"fxdriver@googlecode.com":{"d":"C:\\Users\\OMVSAB\\AppData\\Local\\Temp\\anonymous5106363166679851628webdriver-profile\\extensions\\fxdriver@googlecode.com","e":false,"v":"2.42.2","st":1418625177550,"mt":1418625176755}},"app-global":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"d":"C:\\Program
Files\\Mozilla Firefox\\browser\\extensions\\{972ce4c6-7e08-4474-a285-3208198ce6fd}","e":true,"v":"35.0","st":1418234306438,"mt":1417954492203}}}
1418625184976   addons.xpi  DEBUG   getModTime: Recursive scan of {972ce4c6-7e08-4474-a285-3208198ce6fd}
1418625184982   addons.xpi  DEBUG   getInstallState changed: false, state: {"app-profile":{"fxdriver@googlecode.com":{"d":"C:\\Users\\OMVSAB\\AppData\\Local\\Temp\\anonymous5106363166679851628webdriver-profile\\extensions\\fxdriver@googlecode.com","e":false,"v":"2.42.2","st":1418625177550,"mt":1418625176755}},"app-global":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"d":"C:\\Program
Files\\Mozilla Firefox\\browser\\extensions\\{972ce4c6-7e08-4474-a285-3208198ce6fd}","e":true,"v":"35.0","st":1418234306438,"mt":1417954492203}}}
1418625184989   addons.xpi  DEBUG   No changes found
1418625185000   addons.manager  DEBUG   Registering shutdown blocker for XPIProvider
1418625185001   addons.manager  DEBUG   Registering shutdown blocker for LightweightThemeManager
1418625185005   addons.manager  DEBUG   Registering shutdown blocker for OpenH264Provider
1418625185006   addons.manager  DEBUG   Registering shutdown blocker for PluginProvider
*** Blocklist::_preloadBlocklistFile: blocklist is disabled
1418625187943   addons.manager  DEBUG   Registering shutdown blocker for <unnamed-provider>

Build info: version: '2.42.2', revision: '6a6995d', time: '2014-06-03 17:42:30'
System info: host: 'OMVSAB-PC', ip: '192.168.1.110', os.name: 'Windows 7', os.arch:
'x86', os.version: '6.1', java.version: '1.7.0_67'
Driver info: driver.version: FirefoxDriver
    at org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:130)
    at org.openqa.selenium.firefox.FirefoxDriver.startClient(FirefoxDriver.java:246)
    at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:114)
    at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:193)
    at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:186)
    at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:182)
    at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:95)
    at mypakage.Myclass.main(Myclass.java:11)
Caused by: org.openqa.selenium.firefox.NotConnectedException: Unable to connect to
host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output:
i-utils DEBUG   Updating add-on states
1418625180325   addons.xpi-utils    DEBUG   Writing add-ons list
1418625180367   addons.manager  DEBUG   Registering shutdown blocker for XPIProvider
1418625180368   addons.manager  DEBUG   Registering shutdown blocker for LightweightThemeManager
1418625180371   addons.manager  DEBUG   Registering shutdown blocker for OpenH264Provider
1418625180372   addons.manager  DEBUG   Registering shutdown blocker for PluginProvider
1418625182448   DeferredSave.extensions.json    DEBUG   Starting timer
1418625182520   DeferredSave.extensions.json    DEBUG   Starting write
1418625182541   addons.manager  DEBUG   shutdown
1418625182542   addons.manager  DEBUG   Calling shutdown blocker for XPIProvider
1418625182542   addons.xpi  DEBUG   shutdown
1418625182543   addons.xpi-utils    DEBUG   shutdown
1418625182544   addons.manager  DEBUG   Calling shutdown blocker for LightweightThemeManager
1418625182545   addons.manager  DEBUG   Calling shutdown blocker for OpenH264Provider
1418625182548   addons.manager  DEBUG   Calling shutdown blocker for PluginProvider
1418625183213   DeferredSave.extensions.json    DEBUG   Write succeeded
1418625183215   addons.xpi-utils    DEBUG   XPI Database saved, setting schema version preference
to 16
1418625183216   addons.xpi  DEBUG   Notifying XPI shutdown observers
1418625183226   addons.manager  DEBUG   Async provider shutdown done
1418625184940   addons.manager  DEBUG   Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm:
["XPIProvider"]
1418625184944   addons.manager  DEBUG   Loaded provider scope for resource://gre/modules/LightweightThemeManager.jsm:
["LightweightThemeManager"]
1418625184953   addons.xpi  DEBUG   startup
1418625184959   addons.xpi  INFO    Mapping fxdriver@googlecode.com to C:\Users\OMVSAB\AppData\Local\Temp\anonymous5106363166679851628webdriver-profile\extensions\fxdriver@googlecode.com
1418625184961   addons.xpi  DEBUG   Ignoring file entry whose name is not a valid add-on
ID: C:\Users\OMVSAB\AppData\Local\Temp\anonymous5106363166679851628webdriver-profile\extensions\webdriver-staging
1418625184966   addons.xpi  INFO    Mapping {972ce4c6-7e08-4474-a285-3208198ce6fd} to C:\Program
Files\Mozilla Firefox\browser\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}
1418625184967   addons.xpi  DEBUG   Skipping unavailable install location app-system-share
1418625184968   addons.xpi  DEBUG   Skipping unavailable install location app-system-local
1418625184969   addons.xpi  DEBUG   checkForChanges
1418625184971   addons.xpi  DEBUG   Loaded add-on state from prefs: {"app-profile":{"fxdriver@googlecode.com":{"d":"C:\\Users\\OMVSAB\\AppData\\Local\\Temp\\anonymous5106363166679851628webdriver-profile\\extensions\\fxdriver@googlecode.com","e":false,"v":"2.42.2","st":1418625177550,"mt":1418625176755}},"app-global":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"d":"C:\\Program
Files\\Mozilla Firefox\\browser\\extensions\\{972ce4c6-7e08-4474-a285-3208198ce6fd}","e":true,"v":"35.0","st":1418234306438,"mt":1417954492203}}}
1418625184976   addons.xpi  DEBUG   getModTime: Recursive scan of {972ce4c6-7e08-4474-a285-3208198ce6fd}
1418625184982   addons.xpi  DEBUG   getInstallState changed: false, state: {"app-profile":{"fxdriver@googlecode.com":{"d":"C:\\Users\\OMVSAB\\AppData\\Local\\Temp\\anonymous5106363166679851628webdriver-profile\\extensions\\fxdriver@googlecode.com","e":false,"v":"2.42.2","st":1418625177550,"mt":1418625176755}},"app-global":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"d":"C:\\Program
Files\\Mozilla Firefox\\browser\\extensions\\{972ce4c6-7e08-4474-a285-3208198ce6fd}","e":true,"v":"35.0","st":1418234306438,"mt":1417954492203}}}
1418625184989   addons.xpi  DEBUG   No changes found
1418625185000   addons.manager  DEBUG   Registering shutdown blocker for XPIProvider
1418625185001   addons.manager  DEBUG   Registering shutdown blocker for LightweightThemeManager
1418625185005   addons.manager  DEBUG   Registering shutdown blocker for OpenH264Provider
1418625185006   addons.manager  DEBUG   Registering shutdown blocker for PluginProvider
*** Blocklist::_preloadBlocklistFile: blocklist is disabled
1418625187943   addons.manager  DEBUG   Registering shutdown blocker for <unnamed-provider>

    at org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:118)
    ... 7 more

Reported by manedr2011 on 2014-12-15 06:44:36

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

upgrade to "selenium-server-standalone-2.44.0" and "selenium-java-2.44.0" fix the problem

Reported by iceone213 on 2014-12-21 18:39:09

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

upgrade to "selenium-server-standalone-2.44.0" and "selenium-java-2.44.0" fix the problem

Reported by naveen3132 on 2015-02-14 09:04:31

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

upgrade to "selenium-server-standalone-2.44.0" and "selenium-java-2.44.0" fix the problem
with firefox 36.0 window 8.1

Reported by manpreetgill0888 on 2015-02-17 13:38:28

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I have upgraded to selenium-server-standalone-2.44.0 and selenium-java-2.44.0 but I
am getting the the same error. I have tried firefox versions 35.0.1 and 27.0.1 but
still no joy.

It works locally but when it is executed from Jenkins I get the below error:

org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1
on port 7055 after 45000 ms ----- and ETC

Reported by gokhan.ates@pexsoftware.com on 2015-02-18 16:52:50

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

i had the same problem while running tests on Firefox. browser has opened but unable
to locate the URL in browser and given error. tried many ways but no help. finally
i added all the jar files to library as how we do in eclipse using build path > libraries.

it is working fine and I'm able to run my tests. using Firefox 35, if i get any issues
i will downgrade to 33.




Reported by bikshamar on 2015-02-19 08:36:07

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Worked fine, until firefox updated to 36.0 version. Issue as described above. Driver
is opened, but unable to locate URL.

Using selenium-server-2.44.0, selenium-java-2.44.0
Firefox 36.0
Platform: Linux

Reported by sergejs.solopovs@testdevlab.com on 2015-02-27 09:28:26

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Upgraded to FF 36.0 and Selenium-server-2.44.0

org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1
on port 7055 after 45000 ms. Firefox console output:
-on states

Not working

Reported by pawaskar.gaurav on 2015-02-27 10:15:45

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Upgraded to FF 36.0 and Selenium-server-2.44.0

yes its not working for me as well

Err - Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console
output:

Reported by karthees1985 on 2015-02-27 10:21:17

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Hi I am getting the same error where it is mentioned that in the first line:
Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms.

Either need to try with chrome instead of firefox.
My selenium version is 2.44.0

Reported by harsh.nigam@ariosesoftware.com on 2015-02-27 13:02:49

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Tested the new the version of selenium-java (2.45.0) with FF 36.0 and that worked for
our testers.

There's a link to the new version in issue 7810 which I'll post here:
http://selenium-release.storage.googleapis.com/index.html?path=2.45/

Reported by AlexeiBlue on 2015-02-27 18:13:49

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I was facing this issue , once upgraded the selenium jar's to (2.45). issue got resolved

Reported by thama.aravind on 2015-02-28 07:47:14

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I had the same issue with Maven and Eclipse because of my jre's path which was badly
defined.
In the Java Build Path of my project, JRE System Library was on "Execution environment",
I just clicked on "Workspace default JRE". 
The project need to rebuild and after that it's working !

Reported by gaslondefranck on 2015-03-02 15:15:32

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

selenium-java (2.45.0) with FF 34.0 works!

Reported by xue.jack@doversherborn.org on 2015-03-03 03:32:09

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

it works with selenuim 2.43 and firefox 32.0.3

Reported by aitabdel on 2015-03-06 11:04:57

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

now i am able to work in FF with 2.45 version

Reported by karthees1985 on 2015-03-06 11:07:44

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Hi , Selenium 2.45 + FF 36.0.1 .the issue is still presented

Reported by Elina.Yudovich on 2015-03-12 05:24:15

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

issue fixed

Reported by Elina.Yudovich on 2015-03-12 06:17:30

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

hello 
I am using latest version firefox and selenium server, but I am facing the same problem.

can you please help me 

Reported by gds.geetha on 2015-03-13 07:22:33

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Hi , Install Selenium 2.45 + FF 36.0.4 .the issue will be resolved.

Reported by archana.phatangare@qed42.com on 2015-03-24 09:48:23

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Hi 

thanks archana ..its resolved.

Reported by sagar.kongari on 2015-04-05 08:15:48

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

I was also struggling with same error.
Upgraded FF to  FF36 and made following changes in pom

 <dependency>
        <groupId>org.seleniumhq.selenium</groupId>
        <artifactId>selenium-server</artifactId>
        <version>2.44.0</version>
        </dependency>

      <dependency>
             <groupId>org.seleniumhq.selenium</groupId>
             <artifactId>selenium-java</artifactId>
            <version>2.44.0</version>
      </dependency>  
It worked and FF is loading for me .

Reported by bhawanajohari on 2015-04-09 06:53:43

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

 Selenium 2.45 and  FF 37.02  facing the same problem.

Reported by woaita3 on 2015-05-14 08:04:38

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

for webdriver 2.43
I fixed this issue by uninstall firefox 38 and install 35

Reported by piotrboh on 2015-06-08 14:16:31

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

where I will get supported version of firefox.

Reported by rupesh@techlites.com on 2015-06-16 15:43:24

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

using 38.0 version of firefox and getting the issue while running webdriver script.
please give me downloading link from where I can download the lower version

Reported by rupesh@techlites.com on 2015-06-16 15:45:35

@lukeis
Copy link
Member Author

lukeis commented Mar 4, 2016

Reported by luke.semerau on 2015-09-17 18:24:23

  • Labels added: Restrict-AddIssueComment-Commit

@lukeis lukeis closed this as completed Mar 4, 2016
@SeleniumHQ SeleniumHQ locked and limited conversation to collaborators Mar 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant