Issue 7941 in selenium: Failed to connect to binary FirefoxBinary(C:\Program Files (x86)\Mozilla Firefox\firefox.exe) on port 7055

7 views
Skip to first unread message

sele...@googlecode.com

unread,
Sep 22, 2014, 11:59:20 AM9/22/14
to selenium-develope...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Status-Untriaged

New issue 7941 by miketran...@gmail.com: Failed to connect to binary
FirefoxBinary(C:\Program Files (x86)\Mozilla Firefox\firefox.exe) on port
7055
https://code.google.com/p/selenium/issues/detail?id=7941

Before filing an issue, please read the page at
http://code.google.com/p/selenium/wiki/SeleniumHelp This contains lot of
information about how best to get help, and tells you what we need to know.

Still here? We know that bugs are frustrating and annoying things. We also
know that you've probably spent ages trying to figure out what's wrong. The
more information you give us now, the more likely it is that we'll be able
to help.

What steps will reproduce the problem?
1. Firefox was updated to version 31.1.0 ESR
2. Selenium was updated to 2.43.1
3. Tests failed with
org.openqa.selenium.WebDriverException: Failed to connect to binary
FirefoxBinary(C:\Program Files (x86)\Mozilla Firefox\firefox.exe) on port
7055;

What is the expected output? What do you see instead?


Selenium version: 2.43.1
OS: Windows 7
Browser: Firefox
Browser version: 31.1.0 ESR


Please provide any additional information below. A sample reduced test
case, or a public URL that demonstrates the problem will intrigue our merry
band of Open Source developers far more than nothing at all: they'll be far
more likely to look at your problem if you make it easy for them!

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:
1411398404528 addons.manager DEBUG Application has been upgraded
1411398404543 addons.manager DEBUG Loaded provider scope for
resource://gre/modules/addons/XPIProvider.jsm: ["XPIProvider"]
1411398404545 addons.manager DEBUG Loaded provider scope for
resource://gre/modules/LightweightThemeManager.jsm:
["LightweightThemeManager"]
1411398404548 addons.xpi DEBUG startup
1411398404549 addons.xpi DEBUG Skipping unavailable install location
app-system-local
1411398404549 addons.xpi DEBUG Skipping unavailable install location
app-system-share
1411398404552 addons.xpi DEBUG Ignoring file entry whose name is not a
valid add-on ID:
C:\Users\MikeTran\AppData\Local\Temp\anonymous678547932529181987webdriver-profile\extensions\webdriver-staging
1411398404576 addons.xpi DEBUG checkForChanges
*** Blocklist::_loadBlocklistFromFile: blocklist is disabled
1411398404983 addons.xpi DEBUG Installed distribution add-on
IBM...@firefox-extensions.ibm.com
1411398406975 addons.xpi DEBUG Installed distribution add-on ie...@ip.cn
1411398416383 addons.xpi DEBUG Installed distribution add-on
langpac...@firefox.mozilla.org
1411398423257 addons.xpi DEBUG Installed distribution add-on
langpac...@firefox.mozilla.org
1411398428858 addons.xpi DEBUG Installed distribution add-on
langp...@firefox.mozilla.org
1411398434950 addons.xpi DEBUG Installed distribution add-on
langp...@firefox.mozilla.org
1411398442746 addons.xpi DEBUG Installed distribution add-on
langp...@firefox.mozilla.org

Build info: version: '2.43.1', revision: '5163bce', time: '2014-09-10
16:27:58'
System info: host: 'MikeTran-THINK', ip: '9.53.55.202', os.name: 'Windows
7', os.arch: 'x86', os.version: '6.1 build 7601 Service Pack 1',
java.version: '1.6.0'
Driver info: driver.version: FirefoxDriver
at
org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:134)
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
com.ibm.automation.core.web.SeleniumCore$webDriverHelper.start(SeleniumCore.java:189)
at com.ibm.automation.core.web.WebBrowser.start(WebBrowser.java:368)
at
com.ibm.ism.test.testcases.messaging.queues.TC_CreateMessageQueue.runTest(TC_CreateMessageQueue.java:35)
at
com.ibm.ism.test.testcases.messaging.queues.TC_CreateMessageQueue.main(TC_CreateMessageQueue.java:26)
Caused by: org.openqa.selenium.WebDriverException:
java.lang.InterruptedException: Process timed out after waiting for 45000
ms.
Build info: version: '2.43.1', revision: '5163bce', time: '2014-09-10
16:27:58'
System info: host: 'MikeTran-THINK', ip: '9.53.55.202', os.name: 'Windows
7', os.arch: 'x86', os.version: '6.1 build 7601 Service Pack 1',
java.version: '1.6.0'
Driver info: driver.version: FirefoxDriver
at org.openqa.selenium.os.CommandLine.waitFor(CommandLine.java:131)
at
org.openqa.selenium.firefox.FirefoxBinary.waitFor(FirefoxBinary.java:222)
at org.openqa.selenium.firefox.FirefoxBinary.clean(FirefoxBinary.java:242)
at
org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:91)
... 10 more
Caused by: java.lang.InterruptedException: Process timed out after waiting
for 45000 ms.
at org.openqa.selenium.os.UnixProcess.waitFor(UnixProcess.java:148)
at org.openqa.selenium.os.CommandLine.waitFor(CommandLine.java:129)
... 13 more





--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

sele...@googlecode.com

unread,
Sep 22, 2014, 1:00:20 PM9/22/14
to selenium-develope...@googlegroups.com

Comment #1 on issue 7941 by miketran...@gmail.com: Failed to connect to
binary FirefoxBinary(C:\Program Files (x86)\Mozilla Firefox\firefox.exe) on
port 7055
https://code.google.com/p/selenium/issues/detail?id=7941

This particular issue was fixed after I rebooted the machine. I ran into a
new issue with sendKeys(), but that is for a new issue submission.

sele...@googlecode.com

unread,
Sep 22, 2014, 3:25:50 PM9/22/14
to selenium-develope...@googlegroups.com
Updates:
Status: Invalid

Comment #2 on issue 7941 by barancev: Failed to connect to binary
FirefoxBinary(C:\Program Files (x86)\Mozilla Firefox\firefox.exe) on port
7055
https://code.google.com/p/selenium/issues/detail?id=7941

(No comment was entered for this change.)

sele...@googlecode.com

unread,
Apr 1, 2015, 9:14:56 AM4/1/15
to selenium-develope...@googlegroups.com

Comment #3 on issue 7941 by tarek.mo...@gmail.com: Failed to connect to
binary FirefoxBinary(C:\Program Files (x86)\Mozilla Firefox\firefox.exe) on
port 7055
https://code.google.com/p/selenium/issues/detail?id=7941

I had this issue with Firefox 36, also people were facing the same in 35
and 44.

For conclusion, upgrade your Firefox to 37 or downgrade it to anything less
than 33.
Reply all
Reply to author
Forward
0 new messages