This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 251162 - org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output: ","st":1421934201000,"mt":1420839872000}},"app-system-local"
Summary: org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host ...
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Selenium (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-13 13:14 UTC by Vladimir Riha
Modified: 2015-03-13 13:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216093


Attachments
stacktrace (6.68 KB, text/plain)
2015-03-13 13:14 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2015-03-13 13:14:44 UTC
Build: NetBeans IDE Dev (Build 201503130001)
VM: Java HotSpot(TM) Client VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b25
OS: Linux

User Comments:
vriha: running PHP selenium test. I closed opened browser window before the test finished.




Stacktrace: 
org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output:
","st":1421934201000,"mt":1420839872000}},"app-system-local":{"online-accounts@lists.launchpad.net":{"d":"/usr/lib/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/online-accounts@lists.launchpad.net","e":false,"v":"0.5","st":1401807765000,"mt":1390969638000}}}
1426252276295	addons.xpi	DEBUG	getModTime: Recursive scan of fxdriver@googlecode.com
1426252276298	addons.xpi	DEBUG	getModTime: Recursive scan of langpack-en-ZA@firefox.mozilla.org
1426252276298	addons.xpi	DEBUG	getModTime: Recursive scan of langpack-en-GB@firefox.mozilla.org
1426252276299	addons.xpi	DEBUG	getModTime: Recursive scan of {972ce4c6-7e08-4474-a285-3208198ce6fd}
1426252276300	addons.xpi	DEBUG	getInstallState changed: false, state: {"app-profile":{"fxdriver@googlecode.com":{"d":"/tmp/anonymous4453460858629550547webdriver-profile/extensions/fxdriver@googlecode.com","e":true,"v":"2.44.0","st":1426
   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:104)
Comment 1 Vladimir Riha 2015-03-13 13:14:46 UTC
Created attachment 152603 [details]
stacktrace