Created
March 1, 2012 13:59
-
-
Save freynaud/1949976 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output: | |
failed to create drawable | |
*** LOG addons.xpi: startup | |
*** LOG addons.xpi: Ignoring file entry whose name is not a valid add-on ID: /tmp/anonymous3233732697311907234webdriver-profile/extensions/webdriver-staging | |
*** LOG addons.xpi: checkForChanges | |
*** LOG addons.xpi: No changes found | |
at org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:95) | |
at org.openqa.selenium.firefox.FirefoxDriver.startClient(FirefoxDriver.java:187) | |
at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:93) | |
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:142) | |
at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:92) | |
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) | |
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
at java.lang.reflect.Constructor.newInstance(Constructor.java:532) | |
at org.openqa.selenium.remote.server.DefaultDriverFactory.callConstructor(DefaultDriverFactory.java:63) | |
at org.openqa.selenium.remote.server.DefaultDriverFactory.newInstance(DefaultDriverFactory.java:57) | |
at org.openqa.selenium.remote.server.DefaultSession$BrowserCreator.call(DefaultSession.java:188) | |
at org.openqa.selenium.remote.server.DefaultSession$BrowserCreator.call(DefaultSession.java:1) | |
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:166) | |
at org.openqa.selenium.remote.server.DefaultSession$1.run(DefaultSession.java:144) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) | |
at java.lang.Thread.run(Thread.java:679) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment