Re: Issue 1181 in selenium: Firefox driver connection problem

414 views
Skip to first unread message

sele...@googlecode.com

unread,
Mar 23, 2012, 4:12:59 AM3/23/12
to selenium-develope...@googlegroups.com

Comment #13 on issue 1181 by singh86p...@gmail.com: Firefox driver
connection problem
http://code.google.com/p/selenium/issues/detail?id=1181

I am using selenium rc with the code given below in eclipse

package com.example.tests;
import org.junit.*;
import com.thoughtworks.selenium.*;

import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import java.util.regex.Pattern;

public class Newclass extends SeleneseTestBase {

public void setUp() throws Exception {
selenium=new
DefaultSelenium("localhost",4444,"*chrome","http://www.google.com");
selenium.start();
}


public void testNewclass() throws Exception {
selenium.open("/");
selenium.type("gbqfq", "selenium");
selenium.click("link=Selenium - Web Browser Automation");
}


public void tearDown() throws Exception {
selenium.stop();
}
}


and getting error as

lo
address.getHostName() = localhost
address.getHostAddress() = 127.0.0.1
address.isLoopbackAddress() = true
eth0
address.getHostName() = ITEM-42569
address.getHostAddress() = 192.168.229.1
address.isLoopbackAddress() = false
eth1
address.getHostName() = ITEM-42569
address.getHostAddress() = 192.168.172.1
address.isLoopbackAddress() = false
eth2
address.getHostName() = item-42569.axway.int
address.getHostAddress() = 10.151.14.203
address.isLoopbackAddress() = false
Loopback interface LO:
lo
address.getHostName() = localhost
address.getHostAddress() = 127.0.0.1
address.isLoopbackAddress() = true

Please suggest to resolve this.

Thanks
Priyanka


sele...@googlecode.com

unread,
Mar 29, 2012, 1:21:14 PM3/29/12
to selenium-develope...@googlegroups.com

Comment #14 on issue 1181 by gro...@gmail.com: Firefox driver connection
problem
http://code.google.com/p/selenium/issues/detail?id=1181

Here is my configuration :

Build info: version: '2.20.0', revision: '16008', time: '2012-02-28
15:00:40'
System info: os.name: 'Linux', os.arch: 'i386', os.version: '2.6.32-6-pve',
java.version: '1.6.0_24'

The ifconfig command returns the following :

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:869352 errors:0 dropped:0 overruns:0 frame:0
TX packets:869352 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1070565705 (1020.9 MB) TX bytes:1070565705 (1020.9 MB)

venet0 Link encap:UNSPEC HWaddr
00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:127.0.0.2 P-t-P:127.0.0.2 Bcast:0.0.0.0
Mask:255.255.255.255
UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1
RX packets:32998219 errors:0 dropped:0 overruns:0 frame:0
TX packets:30544855 errors:0 dropped:2 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:20522408319 (19.1 GB) TX bytes:13622815605 (12.6 GB)

venet0:0 Link encap:UNSPEC HWaddr
00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet addr:178.33.141.16 P-t-P:178.33.141.16 Bcast:0.0.0.0
Mask:255.255.255.255
UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1


I've got that message :
org.openqa.selenium.firefox.NotConnectedException: Unable to connect to
host 127.0.0.2 on port 7056 after 45000 ms. Firefox console output:
*** LOG addons.xpi: startup
*** LOG addons.xpi: Ignoring file entry whose name is not a valid add-on
ID:
/var/lib/tomcat5.5/temp/anonymous9016981218572319765webdriver-profile/extensions/webdriver-staging
*** LOG addons.xpi: checkForChanges
*** LOG addons.xpi: No changes found


org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:95)

org.openqa.selenium.firefox.FirefoxDriver.startClient(FirefoxDriver.java:187)
org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:93)
org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:142)
org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:88)

org.opens.tanaguru.contentadapter.html.HTMLCleanerImpl.initWebDriver(HTMLCleanerImpl.java:108)

org.opens.tanaguru.contentadapter.html.HTMLCleanerImpl.run(HTMLCleanerImpl.java:78)

org.opens.tanaguru.contentadapter.ContentsAdapterImpl.run(ContentsAdapterImpl.java:89)

org.opens.tanaguru.contentadapter.ContentsAdapterImpl.run(ContentsAdapterImpl.java:73)

org.opens.tanaguru.service.ContentAdapterServiceImpl.adaptContent(ContentAdapterServiceImpl.java:53)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:597)

org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)

org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)

org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)

org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)

org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)

org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)

org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)

org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
$Proxy57.adaptContent(Unknown Source)

org.opens.tanaguru.service.AuditServiceThreadImpl.adaptContent(AuditServiceThreadImpl.java:281)

org.opens.tanaguru.service.AuditServiceThreadImpl.run(AuditServiceThreadImpl.java:158)
java.lang.Thread.run(Thread.java:662)

Firefox is being launched and is listening on 127.0.0.1.

As you can see, due to virtualization, the "venet" network interface is at
the same time a loopback address and not a loopback address.

The obtainLoopbackIp() method of the NetworkUtils called in the buildUrl()
method of the NewProfileExtensionConnection class returns the wrong
interface. So the driver tries to connect to it and causes the error.

I saw on the code that comment :
// Let's hope there's no such thing as network interfaces with mixed
addresses ;)
on the NetwordInterface class.

Well it seems I encounter that case and it causes the connection problem.
How can we fix this? How can I contribute?

Thanks

Koj


sele...@googlecode.com

unread,
Mar 30, 2012, 4:24:28 AM3/30/12
to selenium-develope...@googlegroups.com

Comment #15 on issue 1181 by gro...@gmail.com: Firefox driver connection
problem
http://code.google.com/p/selenium/issues/detail?id=1181

To be more precise, here are some details of the configuration :

Firefox driver version 2.20
Virtual Machine System : Ubuntu 8.04.4 LTS
Physical Host System : Proxmox 1.9 (based on Debian Lenny 5.0)
Mozilla Firefox 10.0.2

sele...@googlecode.com

unread,
Mar 30, 2012, 11:02:27 AM3/30/12
to selenium-develope...@googlegroups.com

Comment #16 on issue 1181 by gro...@gmail.com: Firefox driver connection
problem
http://code.google.com/p/selenium/issues/detail?id=1181

How can re-open this issue.

I fixed this by using the isLoopback() method of the native
java.net.NetwordInterface and saving the result as an attribute of the
class NetWorkInterface.

The method isLoopBack() returns now the value of this attribute and thus
avoid this weird computation that parses the different INETAddress of a
given NetworkInterface. I guess this attribute is trusted regarding its
low-level source.

About the getIp4LoopbackOnly() method, I also use that attribute, and I
consider that if the NetworkInterface is not seen as a loopack interface,
it has to automatically returns null to this method.
So this method now looks like :
public INetAddress getIp4LoopbackOnly() {
INetAddress lastFound = null;
if (!isLoopback) {
return lastFound;
}
// Goes by the wildly unscientific assumption that if there are more
than one set of
// loopback addresses, firefox will bind to the last one we get.
// An alternate theory if this fails is that firefox prefers 127.0.0.1
// Most "normal" boxes don't have multiple addresses so we'll just
refine this
// algorithm until it works.
// See NetworkUtilsTest#testOpenSuseBoxIssue1181

for (INetAddress inetAddress : inetAddresses) {
if (inetAddress.isLoopbackAddress() && inetAddress.isIPv4Address()) {
lastFound = inetAddress;
}
}
return lastFound;
}

What do you think? Does that behaviour match with all the use cases?

Thanks

Regards

Koj


sele...@googlecode.com

unread,
Apr 23, 2012, 12:10:36 PM4/23/12
to selenium-develope...@googlegroups.com

Comment #17 on issue 1181 by lukasz.j...@gmail.com: Firefox driver
connection problem
http://code.google.com/p/selenium/issues/detail?id=1181

Same problem here. Connecting to Selenium Server using Remote Webdriver
gives:
selenium.common.exceptions.WebDriverException: Message: u'Unable to connect
to host 127.0.0.2 on port 7055 after 45000 ms.

To be more odd Remote Webdriver fails while Firefox Webdriver works just
fine. I do not think it is related to Iceweasel as Firefox as I do not get
this error on other machines than hudson. I suppose it is purely related to
net connection spec.

******

System info: Linux hudson 2.6.32-042stab054.5 x86_64 GNU/Linux
Selenium: version 2.21.0, build 16552
Selenium bindings for Python 2.7
Browser info: Mozilla Iceweasel 10.0.3

*******

Remote traceback:

Traceback (most recent call last):
File "<stdin>", line 1, in <module>

File "/home/lh/.virtualenvs/test-manager/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py",
line 60, in __init__
self.start_session(desired_capabilities, browser_profile)

File "/home/lh/.virtualenvs/test-manager/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py",
line 102, in start_session
'desiredCapabilities': desired_capabilities,

File "/home/lh/.virtualenvs/test-manager/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py",
line 153, in execute
self.error_handler.check_response(response)

File "/home/lh/.virtualenvs/test-manager/lib/python2.7/site-packages/selenium/webdriver/remote/errorhandler.py",
line 147, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: u'Unable to connect
to host 127.0.0.2 on port 7055 after 45000 ms. Firefox console output:
Xlib: extension "RANDR" missing on display ":0".
*** LOG addons.xpi: startup\n*** LOG addons.xpi: Ignoring file entry whose

name is not a valid add-on ID:

/tmp/anonymous3953150894869654301webdriver-profile/extensions/webdriver-staging


*** LOG addons.xpi: checkForChanges
*** LOG addons.xpi: No changes found

' ; Stacktrace: Method start threw an error in
NewProfileExtensionConnection.java

*******

Selenium Server log: attached.

*******

java -classpath selenium-server.jar org.openqa.selenium.net.NetworkUtils

venet0
address.getHostName() = hudson
address.getHostAddress() = 10.38.146.45
address.isLoopbackAddress() = false
address.getHostName() = localhost
address.getHostAddress() = 127.0.0.2
address.isLoopbackAddress() = true
lo
address.getHostName() = localhost.rdev
address.getHostAddress() = 0:0:0:0:0:0:0:1%1
address.isLoopbackAddress() = true


address.getHostName() = localhost
address.getHostAddress() = 127.0.0.1
address.isLoopbackAddress() = true

Loopback interface LO:
lo
address.getHostName() = localhost.rdev
address.getHostAddress() = 0:0:0:0:0:0:0:1%1
address.isLoopbackAddress() = true


address.getHostName() = localhost
address.getHostAddress() = 127.0.0.1
address.isLoopbackAddress() = true

****
/etc/hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

127.0.0.1 localhost.localdomain localhost
# Auto-generated hostname. Please do not remove this comment.
10.38.146.45 hudson

Tried different /etc/hosts settings (as proposed in #3280) but with no use.

I do not want to wage recompile server code so I really would appreciate
fixing this issue.

Attachments:
selenium-server.log 12.2 KB

sele...@googlecode.com

unread,
Apr 24, 2012, 4:24:41 AM4/24/12
to selenium-develope...@googlegroups.com

Comment #18 on issue 1181 by kristian...@gmail.com: Firefox driver
connection problem
http://code.google.com/p/selenium/issues/detail?id=1181

@lukasz I think you're running in a vm and the output you're showing is
from the actual physical host ? What does the corresponding output inside
the VM look like ?

sele...@googlecode.com

unread,
Apr 24, 2012, 4:25:41 AM4/24/12
to selenium-develope...@googlegroups.com
Updates:
Status: Accepted

Comment #19 on issue 1181 by kristian...@gmail.com: Firefox driver
connection problem
http://code.google.com/p/selenium/issues/detail?id=1181

(No comment was entered for this change.)

sele...@googlecode.com

unread,
Apr 24, 2012, 5:41:48 AM4/24/12
to selenium-develope...@googlegroups.com

Comment #20 on issue 1181 by gro...@gmail.com: Firefox driver connection
problem
http://code.google.com/p/selenium/issues/detail?id=1181

I guess lukasz encountered the same problem as me.
The network configuration looks like mine and corresponds to VM's one.
The problem is due to the way a loopback interface is defined.
I suggested a correction, which seems to be trusted, due to the fact it is
based on java.net.NetworkInterface.
If we use this correction, its "venet0" won't be seen as a loopback
interface, and the second one (the "lo" one) will be returned.

Koj


sele...@googlecode.com

unread,
Apr 24, 2012, 6:14:21 AM4/24/12
to selenium-develope...@googlegroups.com

Comment #21 on issue 1181 by kristian...@gmail.com: Firefox driver
connection problem
http://code.google.com/p/selenium/issues/detail?id=1181

@grom83 The "patch" you supply does not really compile. Any chance you can
supply a real patch ?

sele...@googlecode.com

unread,
Apr 24, 2012, 9:08:04 AM4/24/12
to selenium-develope...@googlegroups.com

Comment #22 on issue 1181 by gro...@gmail.com: Firefox driver connection
problem
http://code.google.com/p/selenium/issues/detail?id=1181

Here is how I fixed the NetworkInterface class.
I can compile it without any problem.

Koj


Attachments:
NetworkInterface.java 4.4 KB

sele...@googlecode.com

unread,
Apr 26, 2012, 4:00:43 PM4/26/12
to selenium-develope...@googlegroups.com

Comment #23 on issue 1181 by lukasz.j...@gmail.com: Firefox driver
connection problem
http://code.google.com/p/selenium/issues/detail?id=1181

@kristian No, these are configurations of my jenkins virtual server. AFAIK
I do not have access to its physical host.

Thanks for all the answers. But a few hours after submitting my previous
post I have suddenly started to have next unrelated problems. Without any
reasonable cause Firefox Webdriver started to throw "Can't load the
profile". It never rains but it pours.

sele...@googlecode.com

unread,
May 31, 2012, 3:43:24 PM5/31/12
to selenium-develope...@googlegroups.com
Updates:
Labels: Component-WebDriver

Comment #24 on issue 1181 by barancev: Firefox driver connection problem
http://code.google.com/p/selenium/issues/detail?id=1181

sele...@googlecode.com

unread,
Sep 5, 2012, 4:19:41 AM9/5/12
to selenium-develope...@googlegroups.com

Comment #25 on issue 1181 by gro...@gmail.com: Firefox driver connection
problem
http://code.google.com/p/selenium/issues/detail?id=1181

Any chance to see this bug fixed in the next version ? My correction works
as well. And I need to build my own version with it every time a new
version is released.

Regards
Koj

sele...@googlecode.com

unread,
Feb 15, 2013, 12:47:36 PM2/15/13
to selenium-develope...@googlegroups.com

Comment #26 on issue 1181 by kristian...@gmail.com: Firefox driver
connection problem
http://code.google.com/p/selenium/issues/detail?id=1181

@grom83, this patch is applied already, right ?

--
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,
Feb 15, 2013, 1:11:19 PM2/15/13
to selenium-develope...@googlegroups.com
Updates:
Status: Fixed

Comment #27 on issue 1181 by kristian...@gmail.com: Firefox driver
connection problem
http://code.google.com/p/selenium/issues/detail?id=1181

(No comment was entered for this change.)

sele...@googlecode.com

unread,
Feb 22, 2013, 12:10:10 PM2/22/13
to selenium-develope...@googlegroups.com

Comment #28 on issue 1181 by gvaz...@gmail.com: Firefox driver connection
problem
http://code.google.com/p/selenium/issues/detail?id=1181

Having same problem

org.openqa.selenium.firefox.NotConnectedException: Unable to connect to
host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output:
*** LOG addons.manager: Application has been upgraded
*** LOG addons.xpi: startup
*** LOG addons.xpi: Ignoring file entry whose name is not a valid add-on
ID:
/tmp/anonymous2468135062696163169webdriver-profile/extensions/webdriver-staging
*** LOG addons.xpi: checkForChanges
*** LOG addons.xpi-utils: Opening database
*** LOG addons.xpi-utils: Creating database schema
*** LOG addons.xpi: New add-on fxdr...@googlecode.com installed in
app-profile
*** Blocklist::_loadBlocklistFromFile: blocklist is disabled
*** LOG addons.xpi: New add-on langpac...@firefox.mozilla.org installed
in app-global
*** LOG addons.xpi: New add-on langpac...@firefox.mozilla.org installed
in app-global
*** LOG addons.xpi: New add-on langpac...@firefox.mozilla.org installed
in app-global
*** LOG addons.xpi: New add-on {972ce4c6-7e08-4474-a285-3208198ce6fd}
installed in app-global
*** LOG addons.xpi: New add-on langpac...@firefox.mozilla.org installed
in app-global
*** LOG addons.xpi: New add-on langpac...@firefox.mozilla.org installed
in app-global
*** LOG addons.xpi: New add-on langpac...@firefox.mozilla.org installed
in app-global
*** LOG addons.xpi: New add-on langpac...@firefox.mozilla.org installed
in app-global
*** LOG addons.xpi: New add-on langpac...@firefox.mozilla.org installed
in app-global
*** LOG addons.xpi: New add-on globa...@ubuntu.com installed in app-global
*** LOG addons.xpi: New add-on langpac...@firefox.mozilla.org installed
in app-global
*** LOG addons.xpi: New add-on ubu...@ubuntu.com installed in
app-system-share
*** LOG addons.xpi: New add-on {2e1445b0-2682-11e1-bfc2-0800200c9a66}
installed in app-system-share
*** LOG addons.xpi: New add-on webapp...@lists.launchpad.net installed
in app-system-share
*** LOG addons.xpi: Loading bootstrap scope from
/usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/webapp...@lists.launchpad.net
*** WARN addons.xpi: Add-on webapp...@lists.launchpad.net is missing
bootstrap method install
*** LOG addons.xpi: Updating database with changes to installed add-ons
*** LOG addons.xpi-utils: Updating add-on states
*** LOG addons.xpi-utils: Writing add-ons list
*** LOG addons.manager: shutdown
*** LOG addons.xpi: shutdown
*** LOG addons.xpi-utils: shutdown
*** LOG addons.xpi-utils: Database closed
*** LOG addons.xpi: startup
*** LOG addons.xpi: Ignoring file entry whose name is not a valid add-on
ID:
/tmp/anonymous2468135062696163169webdriver-profile/extensions/webdriver-staging
*** LOG addons.xpi: checkForChanges
*** LOG addons.xpi: No changes found

at
org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:106)
at
org.openqa.selenium.firefox.FirefoxDriver.startClient(FirefoxDriver.java:244)
at
org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:110)
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:188)
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:183)
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:179)
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:92)
at com.stepsoln.selenium.BaseSeleniumTest.setUp(BaseSeleniumTest.java:226)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)
at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at
org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at
org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)
at
org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)


My setup:
Ubuntu 12.10 host, Windows 7 guest on VirtualBox.
FF 19.0 on Ubuntu, FF19.0 on Windows.

I get the exact same error on both.

Me thinks it has something to do with the lo interface.

sele...@googlecode.com

unread,
Mar 13, 2013, 1:46:53 AM3/13/13
to selenium-develope...@googlegroups.com

Comment #29 on issue 1181 by waghprat...@gmail.com: Firefox driver
connection problem
http://code.google.com/p/selenium/issues/detail?id=1181

Hi everyone,
request every one please guide me and reply me on waghpr...@gmail.com
for the solution

any body can help me please i am not able Unable to connect to host
127.0.0.1 on port 7055 after 45000 ms. Firefox console output showing ***
LOG addons.manager:

Application has been upgraded
*** LOG addons.xpi: startup
*** LOG addons.xpi: Skipping unavailable install location app-system-local
*** LOG addons.xpi: Skipping unavailable install location app-system-share
*** LOG addons.xpi: Ignoring file entry whose name is not a valid add-on
ID:
C:\Users\CUROLO~1\AppData\Local\Temp\anonymous5278924094762552200webdriver-profile\extensions\webdriver-staging
*** LOG addons.xpi: checkForChanges
*** LOG addons.xpi-utils: Opening database
*** LOG addons.xpi-utils: Creating database schema
*** LOG addons.xpi: New add-on fxdr...@googlecode.com installed in
app-profile
*** Blocklist::_loadBlocklistFromFile: blocklist is disabled
*** LOG addons.xpi: New add-on ffx...@babylon.com installed in app-global
*** WARN addons.xpi: Add-on is invalid: Error: Directory C:\Program Files
(x86)\Mozilla Firefox\extensions\ffx...@babylon.com does not contain a
valid install manifest
*** WARN addons.xpi: Could not uninstall invalid item from locked install
location
*** LOG addons.xpi: New add-on {82AF8DCA-6DE9-405D-BD5E-43525BDAD38A}
installed in app-global
*** LOG addons.xpi: New add-on {972ce4c6-7e08-4474-a285-3208198ce6fd}
installed in app-global
*** LOG addons.xpi: New add-on avg@toolbar installed in winreg-app-global
*** LOG addons.xpi: New add-on linkf...@kaspersky.ru installed in
winreg-app-global
*** LOG addons.xpi: New add-on virtual...@kaspersky.ru installed in
winreg-app-global
*** LOG addons.xpi: New add-on KavAnt...@Kaspersky.ru installed in
winreg-app-global
*** LOG addons.xpi: New add-on 64ff...@TelevisionFanatic.com installed in
winreg-app-global
*** LOG addons.xpi: New add-on 4zffxtbr@VideoDownloadConverter_4z.com
installed in winreg-app-global
*** LOG addons.xpi: Updating database with changes to installed add-ons
*** LOG addons.xpi-utils: Updating add-on states
*** LOG addons.xpi-utils: Writing add-ons list
*** LOG addons.manager: shutdown
*** LOG addons.xpi: shutdown
*** LOG addons.xpi-utils: shutdown
*** LOG addons.xpi-utils: Database closed
*** LOG addons.xpi: startup
*** LOG addons.xpi: Skipping unavailable install location app-system-local
*** LOG addons.xpi: Skipping unavailable install location app-system-share
*** LOG addons.xpi: Ignoring file entry whose name is not a valid add-on
ID:
C:\Users\CUROLO~1\AppData\Local\Temp\anonymous5278924094762552200webdriver-profile\extensions\webdriver-staging
*** LOG addons.xpi: checkForChanges
*** LOG addons.xpi: No changes found
*** LOG addons.manager: shutdown
*** LOG addons.xpi: shutdown

at
org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:106)
at
org.openqa.selenium.firefox.FirefoxDriver.startClient(FirefoxDriver.java:243)
at
org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:109)
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:189)
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:182)
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:178)
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:91)
at
FMIntraLibraryEditFolderPerminssionbyAdmin.setUp(FMIntraLibraryEditFolderPerminssionbyAdmin.java:20)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at
org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)
at
org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
at
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at
org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:46)
at
org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
at
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)


sele...@googlecode.com

unread,
Mar 14, 2013, 1:06:28 PM3/14/13
to selenium-develope...@googlegroups.com

Comment #30 on issue 1181 by msreelax...@gmail.com: Firefox driver
connection problem
http://code.google.com/p/selenium/issues/detail?id=1181

Hi,

I am also facing the same issue. NOt able to run my script.
Getting an error saying: Unable to connect to host 127.0.0.1 on port 7055
after 45000 ms.

I am using
Firefox 12.0
Selenium 2.24.1
Windows 7 (64 bit)


Please help me to resolve this issue ASAP.

Thanks,
Sree

sele...@googlecode.com

unread,
Mar 14, 2013, 4:43:41 PM3/14/13
to selenium-develope...@googlegroups.com

Comment #31 on issue 1181 by arran.hu...@gmail.com: Firefox driver
connection problem
http://code.google.com/p/selenium/issues/detail?id=1181

Why are you using an old version? If you upgrade to v2.31, does the same
thing happen?

sele...@googlecode.com

unread,
Mar 20, 2013, 5:46:12 AM3/20/13
to selenium-develope...@googlegroups.com

Comment #32 on issue 1181 by gro...@gmail.com: Firefox driver connection
problem
http://code.google.com/p/selenium/issues/detail?id=1181

@kristian : seems ok for me.
@waghpratibha and @msreelax : what version are you using?
try "java -classpath selenium-server.jar
org.openqa.selenium.net.NetworkUtils".
What does it respond?

sele...@googlecode.com

unread,
May 27, 2013, 12:57:44 PM5/27/13
to selenium-develope...@googlegroups.com

Comment #33 on issue 1181 by lusins...@gmail.com: Firefox driver connection
problem
http://code.google.com/p/selenium/issues/detail?id=1181

@msreelax Did you resolve your issue?
I also have the problem. Can anyone help me out? I am using Maven and
Selenium and Google Cheese! example. I am new to Selenium. Thanks for help
in advance.

Build info: version: '2.33.0',
revision: '4ecaf82108b2a6cc6f006aae81961236eba93358', time: '2013-05-22
12:00:17'
System info: os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1',
java.version: '1.6.0_17'

My firefox is 17.0.6 ESR

sele...@googlecode.com

unread,
Aug 11, 2013, 1:37:23 PM8/11/13
to selenium-develope...@googlegroups.com

Comment #34 on issue 1181 by kkarthik...@gmail.com: Firefox driver
connection problem
http://code.google.com/p/selenium/issues/detail?id=1181

Sir,

Can you please tell me the correct firefox version(even if it is beta
version like 20.3b you specify that too) and correct selenium webdriver
version, so that i can run my webdriver scripts in firefox browser. I
already tried so many versions, but both selenium and firefox are not
syncing correctly.

sele...@googlecode.com

unread,
Sep 16, 2014, 12:04:32 AM9/16/14
to selenium-develope...@googlegroups.com

Comment #35 on issue 1181 by khyati2...@gmail.com: Firefox driver
connection problem
https://code.google.com/p/selenium/issues/detail?id=1181

I have seen the similar issue and this is coming only for firefox, for
other browser everything was working fine, I tried on Chrome. Here is the
solution for this
1. Check the version of FF, if it is latest, then go for a lesser version
of FF. It is recommended for more stability.
2. And you should always try to take latest selenium binary from selenium
website. For more details try this solution:
http://khyatisehgal.wordpress.com/2014/09/09/at-org-openqa-selenium-firefox-internal-newprofileextensionconnection-startnewprofileextensionconnection-java106/

sele...@googlecode.com

unread,
Jun 13, 2015, 11:49:42 AM6/13/15
to selenium-develope...@googlegroups.com

Comment #36 on issue 1181 by snit...@gmail.com: Firefox driver connection
problem
https://code.google.com/p/selenium/issues/detail?id=1181

am exectuting a progrma package p;

import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
public class c{

public static void main(String args[])
{

WebDriver driver=new FirefoxDriver();
driver.get("https://www.google.com");
}
}


and getting error below please suggest whats wrongs here...

org.openqa.selenium.firefox.NotConnectedException: Unable to connect to
host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output:
pi DEBUG Skipping unavailable install location app-system-share
1434210410953 addons.xpi DEBUG Skipping unavailable install location
app-system-local
1434210410954 addons.xpi INFO Mapping
{D19CA586-DD6C-4a0a-96F8-14644F340D60} to C:\Program Files (x86)\Common
Files\McAfee\SystemCore
1434210410955 addons.xpi DEBUG checkForChanges
1434210411584 addons.xpi DEBUG Loaded add-on state from prefs:
{"app-profile":{"fxdr...@googlecode.com":{"d":"C:\\Users\\SUNITA~1.ARY\\AppData\\Local\\Temp\\anonymous7122504236335494888webdriver-profile\\extensions\\fxdr...@googlecode.com","e":true,"v":"2.44.0","st":1434210383780,"mt":1434210382559}},"app-global":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"d":"C:\\Program
Files (x86)\\Mozilla
Firefox\\browser\\extensions\\{972ce4c6-7e08-4474-a285-3208198ce6fd}","e":true,"v":"38.0.5","st":1433300724900,"mt":1433300724809}},"winreg-app-global":{"{D19CA586-DD6C-4a0a-96F8-14644F340D60}":{"d":"C:\\Program
Files (x86)\\Common
Files\\McAfee\\SystemCore","e":false,"v":"15.1.0","st":1431047454195,"mt":1428923247387}}}
1434210411587 addons.xpi DEBUG getModTime: Recursive scan of
fxdr...@googlecode.com
1434210411629 addons.xpi DEBUG getModTime: Recursive scan of
{972ce4c6-7e08-4474-a285-3208198ce6fd}
1434210411633 addons.xpi DEBUG getInstallState changed: false, state:
{"app-profile":{"fxdr...@googlecode.com":{"d":"C:\\Users\\SUNITA~1.ARY\\AppData\\Local\\Temp\\anonymous7122504236335494888webdriver-profile\\extensions\\fxdr...@googlecode.com","e":true,"v":"2.44.0","st":1434210383780,"mt":1434210382559}},"app-global":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"d":"C:\\Program
Files (x86)\\Mozilla
Firefox\\browser\\extensions\\{972ce4c6-7e08-4474-a285-3208198ce6fd}","e":true,"v":"38.0.5","st":1433300724900,"mt":1433300724809}},"winreg-app-global":{"{D19CA586-DD6C-4a0a-96F8-14644F340D60}":{"d":"C:\\Program
Files (x86)\\Common
Files\\McAfee\\SystemCore","e":false,"v":"15.1.0","st":1431047454195,"mt":1428923247387}}}
1434210411646 addons.xpi DEBUG No changes found
1434210411660 addons.manager DEBUG Registering shutdown blocker for
XPIProvider
1434210411662 addons.manager DEBUG Provider finished startup: XPIProvider
1434210411662 addons.manager DEBUG Starting provider:
LightweightThemeManager
1434210411663 addons.manager DEBUG Registering shutdown blocker for
LightweightThemeManager
1434210411664 addons.manager DEBUG Provider finished startup:
LightweightThemeManager
1434210411665 addons.manager DEBUG Starting provider: GMPProvider
1434210411677 addons.manager DEBUG Registering shutdown blocker for
GMPProvider
1434210411678 addons.manager DEBUG Provider finished startup: GMPProvider
1434210411678 addons.manager DEBUG Starting provider: PluginProvider
1434210411678 addons.manager DEBUG Registering shutdown blocker for
PluginProvider
1434210411679 addons.manager DEBUG Provider finished startup: PluginProvider
1434210411679 addons.manager DEBUG Completed startup sequence
1434210412102 addons.xpi-utils DEBUG Starting async load of XPI database
C:\Users\SUNITA~1.ARY\AppData\Local\Temp\anonymous7122504236335494888webdriver-profile\extensions.json
1434210412103 addons.manager DEBUG Starting provider: <unnamed-provider>
1434210412104 addons.manager DEBUG Registering shutdown blocker for
<unnamed-provider>
1434210412104 addons.manager DEBUG Provider finished startup:
<unnamed-provider>
1434210413849 addons.xpi-utils DEBUG Async JSON file read took 0 MS
1434210413849 addons.xpi-utils DEBUG Finished async read of XPI database,
parsing...
1434210413866 addons.xpi-utils DEBUG Successfully read XPI database
*** Blocklist::_loadBlocklistFromFile: blocklist is disabled
JavaScript error:
file:///C:/Users/SUNITA~1.ARY/AppData/Local/Temp/anonymous7122504236335494888webdriver-profile/extensions/fxdr...@googlecode.com/components/driver-component.js,
line 11487: TypeError: this.server_ is undefined
JavaScript error: chrome://fxdriver/content/server.js, line 38:
NS_ERROR_XPC_CI_RETURNED_FAILURE: Component returned failure code:
0x80570015 (NS_ERROR_XPC_CI_RETURNED_FAILURE) [nsIJSCID.createInstance]

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 p.c.main(c.java:10)
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:
pi DEBUG Skipping unavailable install location app-system-share
1434210410953 addons.xpi DEBUG Skipping unavailable install location
app-system-local
1434210410954 addons.xpi INFO Mapping
{D19CA586-DD6C-4a0a-96F8-14644F340D60} to C:\Program Files (x86)\Common
Files\McAfee\SystemCore
1434210410955 addons.xpi DEBUG checkForChanges
1434210411584 addons.xpi DEBUG Loaded add-on state from prefs:
{"app-profile":{"fxdr...@googlecode.com":{"d":"C:\\Users\\SUNITA~1.ARY\\AppData\\Local\\Temp\\anonymous7122504236335494888webdriver-profile\\extensions\\fxdr...@googlecode.com","e":true,"v":"2.44.0","st":1434210383780,"mt":1434210382559}},"app-global":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"d":"C:\\Program
Files (x86)\\Mozilla
Firefox\\browser\\extensions\\{972ce4c6-7e08-4474-a285-3208198ce6fd}","e":true,"v":"38.0.5","st":1433300724900,"mt":1433300724809}},"winreg-app-global":{"{D19CA586-DD6C-4a0a-96F8-14644F340D60}":{"d":"C:\\Program
Files (x86)\\Common
Files\\McAfee\\SystemCore","e":false,"v":"15.1.0","st":1431047454195,"mt":1428923247387}}}
1434210411587 addons.xpi DEBUG getModTime: Recursive scan of
fxdr...@googlecode.com
1434210411629 addons.xpi DEBUG getModTime: Recursive scan of
{972ce4c6-7e08-4474-a285-3208198ce6fd}
1434210411633 addons.xpi DEBUG getInstallState changed: false, state:
{"app-profile":{"fxdr...@googlecode.com":{"d":"C:\\Users\\SUNITA~1.ARY\\AppData\\Local\\Temp\\anonymous7122504236335494888webdriver-profile\\extensions\\fxdr...@googlecode.com","e":true,"v":"2.44.0","st":1434210383780,"mt":1434210382559}},"app-global":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"d":"C:\\Program
Files (x86)\\Mozilla
Firefox\\browser\\extensions\\{972ce4c6-7e08-4474-a285-3208198ce6fd}","e":true,"v":"38.0.5","st":1433300724900,"mt":1433300724809}},"winreg-app-global":{"{D19CA586-DD6C-4a0a-96F8-14644F340D60}":{"d":"C:\\Program
Files (x86)\\Common
Files\\McAfee\\SystemCore","e":false,"v":"15.1.0","st":1431047454195,"mt":1428923247387}}}
1434210411646 addons.xpi DEBUG No changes found
1434210411660 addons.manager DEBUG Registering shutdown blocker for
XPIProvider
1434210411662 addons.manager DEBUG Provider finished startup: XPIProvider
1434210411662 addons.manager DEBUG Starting provider:
LightweightThemeManager
1434210411663 addons.manager DEBUG Registering shutdown blocker for
LightweightThemeManager
1434210411664 addons.manager DEBUG Provider finished startup:
LightweightThemeManager
1434210411665 addons.manager DEBUG Starting provider: GMPProvider
1434210411677 addons.manager DEBUG Registering shutdown blocker for
GMPProvider
1434210411678 addons.manager DEBUG Provider finished startup: GMPProvider
1434210411678 addons.manager DEBUG Starting provider: PluginProvider
1434210411678 addons.manager DEBUG Registering shutdown blocker for
PluginProvider
1434210411679 addons.manager DEBUG Provider finished startup: PluginProvider
1434210411679 addons.manager DEBUG Completed startup sequence
1434210412102 addons.xpi-utils DEBUG Starting async load of XPI database
C:\Users\SUNITA~1.ARY\AppData\Local\Temp\anonymous7122504236335494888webdriver-profile\extensions.json
1434210412103 addons.manager DEBUG Starting provider: <unnamed-provider>
1434210412104 addons.manager DEBUG Registering shutdown blocker for
<unnamed-provider>
1434210412104 addons.manager DEBUG Provider finished startup:
<unnamed-provider>
1434210413849 addons.xpi-utils DEBUG Async JSON file read took 0 MS
1434210413849 addons.xpi-utils DEBUG Finished async read of XPI database,
parsing...
1434210413866 addons.xpi-utils DEBUG Successfully read XPI database
*** Blocklist::_loadBlocklistFromFile: blocklist is disabled
JavaScript error:
file:///C:/Users/SUNITA~1.ARY/AppData/Local/Temp/anonymous7122504236335494888webdriver-profile/extensions/fxdr...@googlecode.com/components/driver-component.js,
line 11487: TypeError: this.server_ is undefined
JavaScript error: chrome://fxdriver/content/server.js, line 38:
NS_ERROR_XPC_CI_RETURNED_FAILURE: Component returned failure code:
0x80570015 (NS_ERROR_XPC_CI_RETURNED_FAILURE) [nsIJSCID.createInstance]

Build info: version: '2.44.0', revision: '76d78cf', time: '2014-10-23
20:03:00'
System info: host: 'INBLR1L-105647', ip: '192.168.1.111', os.name: 'Windows
7', os.arch: 'amd64', os.version: '6.1', java.version: '1.8.0_40'
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 p.c.main(c.java:10)
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:
pi DEBUG Skipping unavailable install location app-system-share
1434210410953 addons.xpi DEBUG Skipping unavailable install location
app-system-local
1434210410954 addons.xpi INFO Mapping
{D19CA586-DD6C-4a0a-96F8-14644F340D60} to C:\Program Files (x86)\Common
Files\McAfee\SystemCore
1434210410955 addons.xpi DEBUG checkForChanges
1434210411584 addons.xpi DEBUG Loaded add-on state from prefs:
{"app-profile":{"fxdr...@googlecode.com":{"d":"C:\\Users\\SUNITA~1.ARY\\AppData\\Local\\Temp\\anonymous7122504236335494888webdriver-profile\\extensions\\fxdr...@googlecode.com","e":true,"v":"2.44.0","st":1434210383780,"mt":1434210382559}},"app-global":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"d":"C:\\Program
Files (x86)\\Mozilla
Firefox\\browser\\extensions\\{972ce4c6-7e08-4474-a285-3208198ce6fd}","e":true,"v":"38.0.5","st":1433300724900,"mt":1433300724809}},"winreg-app-global":{"{D19CA586-DD6C-4a0a-96F8-14644F340D60}":{"d":"C:\\Program
Files (x86)\\Common
Files\\McAfee\\SystemCore","e":false,"v":"15.1.0","st":1431047454195,"mt":1428923247387}}}
1434210411587 addons.xpi DEBUG getModTime: Recursive scan of
fxdr...@googlecode.com
1434210411629 addons.xpi DEBUG getModTime: Recursive scan of
{972ce4c6-7e08-4474-a285-3208198ce6fd}
1434210411633 addons.xpi DEBUG getInstallState changed: false, state:
{"app-profile":{"fxdr...@googlecode.com":{"d":"C:\\Users\\SUNITA~1.ARY\\AppData\\Local\\Temp\\anonymous7122504236335494888webdriver-profile\\extensions\\fxdr...@googlecode.com","e":true,"v":"2.44.0","st":1434210383780,"mt":1434210382559}},"app-global":{"{972ce4c6-7e08-4474-a285-3208198ce6fd}":{"d":"C:\\Program
Files (x86)\\Mozilla
Firefox\\browser\\extensions\\{972ce4c6-7e08-4474-a285-3208198ce6fd}","e":true,"v":"38.0.5","st":1433300724900,"mt":1433300724809}},"winreg-app-global":{"{D19CA586-DD6C-4a0a-96F8-14644F340D60}":{"d":"C:\\Program
Files (x86)\\Common
Files\\McAfee\\SystemCore","e":false,"v":"15.1.0","st":1431047454195,"mt":1428923247387}}}
1434210411646 addons.xpi DEBUG No changes found
1434210411660 addons.manager DEBUG Registering shutdown blocker for
XPIProvider
1434210411662 addons.manager DEBUG Provider finished startup: XPIProvider
1434210411662 addons.manager DEBUG Starting provider:
LightweightThemeManager
1434210411663 addons.manager DEBUG Registering shutdown blocker for
LightweightThemeManager
1434210411664 addons.manager DEBUG Provider finished startup:
LightweightThemeManager
1434210411665 addons.manager DEBUG Starting provider: GMPProvider
1434210411677 addons.manager DEBUG Registering shutdown blocker for
GMPProvider
1434210411678 addons.manager DEBUG Provider finished startup: GMPProvider
1434210411678 addons.manager DEBUG Starting provider: PluginProvider
1434210411678 addons.manager DEBUG Registering shutdown blocker for
PluginProvider
1434210411679 addons.manager DEBUG Provider finished startup: PluginProvider
1434210411679 addons.manager DEBUG Completed startup sequence
1434210412102 addons.xpi-utils DEBUG Starting async load of XPI database
C:\Users\SUNITA~1.ARY\AppData\Local\Temp\anonymous7122504236335494888webdriver-profile\extensions.json
1434210412103 addons.manager DEBUG Starting provider: <unnamed-provider>
1434210412104 addons.manager DEBUG Registering shutdown blocker for
<unnamed-provider>
1434210412104 addons.manager DEBUG Provider finished startup:
<unnamed-provider>
1434210413849 addons.xpi-utils DEBUG Async JSON file read took 0 MS
1434210413849 addons.xpi-utils DEBUG Finished async read of XPI database,
parsing...
1434210413866 addons.xpi-utils DEBUG Successfully read XPI database
*** Blocklist::_loadBlocklistFromFile: blocklist is disabled
JavaScript error:
file:///C:/Users/SUNITA~1.ARY/AppData/Local/Temp/anonymous7122504236335494888webdriver-profile/extensions/fxdr...@googlecode.com/components/driver-component.js,
line 11487: TypeError: this.server_ is undefined
JavaScript error: chrome://fxdriver/content/server.js, line 38:
NS_ERROR_XPC_CI_RETURNED_FAILURE: Component returned failure code:
0x80570015 (NS_ERROR_XPC_CI_RETURNED_FAILURE) [nsIJSCID.createInstance]

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

sele...@googlecode.com

unread,
Aug 19, 2015, 1:50:32 AM8/19/15
to selenium-develope...@googlegroups.com

Comment #37 on issue 1181 by raghava...@gmail.com: Firefox driver
connection problem
https://code.google.com/p/selenium/issues/detail?id=1181

how to slow this problem clear me
Reply all
Reply to author
Forward
0 new messages