Skip to content

Instantly share code, notes, and snippets.

@munk
Created May 1, 2014 15:48
Show Gist options
  • Save munk/0037b08de35d946be6cf to your computer and use it in GitHub Desktop.
Save munk/0037b08de35d946be6cf to your computer and use it in GitHub Desktop.
Play Framework Firefox Stacktrace
$ play test
[info] Loading project definition from /home/usmcs/workspace/todolist/project
[info] Set current project to todolist (in build file:/home/usmcs/workspace/todolist/)
[info] ApplicationSpec
[info] Application should
[info] + send 404 on a bad request
[info] + render the index page
[info] Total for specification ApplicationSpec
[info] Finished in 956 ms
[info] 2 examples, 0 failure, 0 error
org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7057 after 45000 ms. Firefox console output:
n: Save changes
*** LOG addons.xpi: New add-on [email protected] installed in app-system-share
*** LOG addons.xpi-utils: Make addon app-system-share:[email protected] visible
*** LOG DeferredSave/extensions.json: Save changes
*** LOG DeferredSave/extensions.json: Save changes
*** LOG addons.xpi: New add-on [email protected] installed in app-system-share
*** LOG addons.xpi-utils: Make addon app-system-share:[email protected] visible
*** LOG DeferredSave/extensions.json: Save changes
*** LOG DeferredSave/extensions.json: Save changes
*** LOG addons.xpi: Loading bootstrap scope from /usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/[email protected]
*** WARN addons.xpi: Add-on [email protected] 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.xpi: Registering manifest for /usr/lib/firefox/browser/extensions/[email protected]
*** LOG addons.xpi: Registering manifest for /usr/lib/firefox/browser/extensions/[email protected]
*** LOG DeferredSave/extensions.json: Starting timer
*** LOG DeferredSave/extensions.json: Starting write
*** LOG DeferredSave/extensions.json: Write succeeded
*** LOG addons.xpi-utils: XPI Database saved, setting schema version preference to 15
*** LOG addons.manager: shutdown
*** LOG addons.xpi: shutdown
*** LOG addons.xpi-utils: shutdown
*** LOG addons.xpi: Notifying XPI shutdown observers
*** LOG addons.manager: Async provider shutdown done
(firefox:22372): Gtk-CRITICAL **: IA__gtk_settings_set_long_property: assertion `GTK_SETTINGS (settings)' failed
(firefox:22372): Gtk-CRITICAL **: IA__gtk_settings_set_long_property: assertion `GTK_SETTINGS (settings)' failed
(firefox:22372): Gtk-CRITICAL **: IA__gtk_settings_set_long_property: assertion `GTK_SETTINGS (settings)' failed
(firefox:22372): Gtk-CRITICAL **: IA__gtk_settings_set_long_property: assertion `GTK_SETTINGS (settings)' failed
(firefox:22372): Gtk-CRITICAL **: IA__gtk_settings_set_string_property: assertion `GTK_SETTINGS (settings)' failed
(firefox:22372): Gtk-CRITICAL **: IA__gtk_icon_theme_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
(firefox:22372): Gtk-CRITICAL **: IA__gtk_icon_theme_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
(firefox:22372): Gtk-CRITICAL **: IA__gtk_icon_theme_prepend_search_path: assertion `GTK_IS_ICON_THEME (icon_theme)' failed
(firefox:22372): Gtk-CRITICAL **: IA__gtk_icon_theme_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
(firefox:22372): Gtk-CRITICAL **: IA__gtk_icon_theme_prepend_search_path: assertion `GTK_IS_ICON_THEME (icon_theme)' failed
(firefox:22372): Gtk-CRITICAL **: IA__gtk_icon_theme_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
(firefox:22372): Gtk-CRITICAL **: IA__gtk_icon_theme_prepend_search_path: assertion `GTK_IS_ICON_THEME (icon_theme)' failed
(firefox:22372): Gtk-CRITICAL **: IA__gtk_settings_set_string_property: assertion `GTK_SETTINGS (settings)' failed
(firefox:22372): Gtk-CRITICAL **: IA__gtk_settings_set_string_property: assertion `GTK_SETTINGS (settings)' failed
(firefox:22372): Gtk-CRITICAL **: IA__gtk_settings_set_string_property: assertion `GTK_SETTINGS (settings)' failed
*** LOG addons.xpi: startup
*** LOG addons.xpi: Ignoring file entry whose name is not a valid add-on ID: /tmp/anonymous1690056395711312543webdriver-profile/extensions/webdriver-staging
*** LOG addons.xpi: checkForChanges
*** LOG addons.xpi: No changes found
*** LOG addons.xpi: Registering manifest for /usr/lib/firefox/browser/extensions/[email protected]
*** LOG addons.xpi: Registering manifest for /usr/lib/firefox/browser/extensions/[email protected]
JavaScript error: chrome://browser/content/urlbarBindings.xml, line 648: aUrl is undefined
JavaScript error: chrome://browser/content/urlbarBindings.xml, line 648: aUrl is undefined
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 sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at play.api.test.WebDriverFactory$.apply(Selenium.scala:113)
at play.api.test.TestBrowser$.of(Selenium.scala:102)
at play.api.test.PlayRunners$class.running(Helpers.scala:75)
at play.api.test.Helpers$.running(Helpers.scala:364)
at IntegrationSpec$$anonfun$1$$anonfun$apply$1.apply(IntegrationSpec.scala:18)
at IntegrationSpec$$anonfun$1$$anonfun$apply$1.apply(IntegrationSpec.scala:18)
at org.specs2.specification.ContextsInjection$$anon$1$$anonfun$asResult$1.apply(ContextsInjection.scala:11)
at org.specs2.specification.ContextsInjection$$anon$1$$anonfun$asResult$1.apply(ContextsInjection.scala:11)
at org.specs2.execute.ResultExecution$class.execute(ResultExecution.scala:22)
at org.specs2.execute.ResultExecution$.execute(ResultExecution.scala:116)
at org.specs2.execute.AsResult$$anon$10.asResult(Result.scala:242)
at org.specs2.execute.AsResult$.apply(Result.scala:250)
at org.specs2.specification.Contexts$$anon$4.apply(Contexts.scala:44)
at org.specs2.specification.ContextsInjection$$anon$1.asResult(ContextsInjection.scala:11)
at org.specs2.execute.AsResult$.apply(Result.scala:250)
at org.specs2.specification.Example$$anonfun$apply$1.apply(Fragment.scala:209)
at org.specs2.specification.Example$$anonfun$apply$1.apply(Fragment.scala:209)
at org.specs2.specification.Example.execute(Fragment.scala:176)
at org.specs2.specification.FragmentExecution$$anonfun$1.apply(FragmentExecution.scala:52)
at org.specs2.specification.FragmentExecution$$anonfun$1.apply(FragmentExecution.scala:52)
at org.specs2.execute.ResultExecution$class.execute(ResultExecution.scala:22)
at org.specs2.execute.ResultExecution$.execute(ResultExecution.scala:116)
at org.specs2.specification.FragmentExecution$class.executeBody(FragmentExecution.scala:28)
at org.specs2.runner.TestInterfaceConsoleReporter.executeBody(TestInterfaceRunner.scala:125)
at org.specs2.specification.FragmentExecution$class.execute(FragmentExecution.scala:52)
at org.specs2.runner.TestInterfaceConsoleReporter.execute(TestInterfaceRunner.scala:125)
at org.specs2.specification.FragmentExecution$$anonfun$executeFragment$1$$anonfun$apply$1.apply(FragmentExecution.scala:35)
at org.specs2.specification.FragmentExecution$$anonfun$executeFragment$1$$anonfun$apply$1.apply(FragmentExecution.scala:35)
at org.specs2.control.Exceptions$class.catchAllOr(Exceptions.scala:54)
at org.specs2.control.Exceptions$.catchAllOr(Exceptions.scala:109)
at org.specs2.specification.FragmentExecution$$anonfun$executeFragment$1.apply(FragmentExecution.scala:35)
at org.specs2.specification.FragmentExecution$$anonfun$executeFragment$1.apply(FragmentExecution.scala:35)
at org.specs2.reporter.DefaultExecutionStrategy$$anonfun$org$specs2$reporter$DefaultExecutionStrategy$$executeSequence$1.apply(ExecutionStrategy.scala:99)
at org.specs2.reporter.DefaultExecutionStrategy$$anonfun$org$specs2$reporter$DefaultExecutionStrategy$$executeSequence$1.apply(ExecutionStrategy.scala:99)
at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244)
at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244)
at scala.collection.immutable.List.foreach(List.scala:318)
at scala.collection.TraversableLike$class.map(TraversableLike.scala:244)
at scala.collection.AbstractTraversable.map(Traversable.scala:105)
at org.specs2.reporter.DefaultExecutionStrategy$class.org$specs2$reporter$DefaultExecutionStrategy$$executeSequence(ExecutionStrategy.scala:99)
at org.specs2.reporter.DefaultExecutionStrategy$$anonfun$execute$1$$anonfun$2.apply(ExecutionStrategy.scala:43)
at org.specs2.reporter.DefaultExecutionStrategy$$anonfun$execute$1$$anonfun$2.apply(ExecutionStrategy.scala:41)
at scala.collection.TraversableOnce$$anonfun$foldLeft$1.apply(TraversableOnce.scala:144)
at scala.collection.TraversableOnce$$anonfun$foldLeft$1.apply(TraversableOnce.scala:144)
at scala.collection.GenTraversableViewLike$Mapped$$anonfun$foreach$2.apply(GenTraversableViewLike.scala:81)
at scala.collection.Iterator$class.foreach(Iterator.scala:727)
at scala.collection.AbstractIterator.foreach(Iterator.scala:1157)
at scala.collection.IterableViewLike$Transformed$class.foreach(IterableViewLike.scala:42)
at scala.collection.SeqViewLike$AbstractTransformed.foreach(SeqViewLike.scala:43)
at scala.collection.GenTraversableViewLike$Appended$class.foreach(GenTraversableViewLike.scala:99)
at scala.collection.SeqViewLike$$anon$2.foreach(SeqViewLike.scala:77)
at scala.collection.GenTraversableViewLike$Mapped$class.foreach(GenTraversableViewLike.scala:80)
at scala.collection.SeqViewLike$$anon$3.foreach(SeqViewLike.scala:78)
at scala.collection.TraversableOnce$class.foldLeft(TraversableOnce.scala:144)
at scala.collection.SeqViewLike$AbstractTransformed.foldLeft(SeqViewLike.scala:43)
at org.specs2.reporter.DefaultExecutionStrategy$$anonfun$execute$1.apply(ExecutionStrategy.scala:41)
at org.specs2.reporter.DefaultExecutionStrategy$$anonfun$execute$1.apply(ExecutionStrategy.scala:38)
at scalaz.syntax.IdOps$class.$bar$greater(IdOps.scala:15)
at scalaz.syntax.ToIdOps$$anon$1.$bar$greater(IdOps.scala:78)
at org.specs2.reporter.AllExporting$class.report(AllExporting.scala:17)
at org.specs2.runner.TestInterfaceConsoleReporter.report(TestInterfaceRunner.scala:125)
at org.specs2.runner.TestInterfaceRunner.runSpecification(TestInterfaceRunner.scala:61)
at org.specs2.runner.TestInterfaceRunner.run(TestInterfaceRunner.scala:54)
at sbt.RunnerWrapper$1.runRunner(FrameworkWrapper.java:200)
at sbt.RunnerWrapper$1.execute(FrameworkWrapper.java:236)
at sbt.ForkMain$Run.runTest(ForkMain.java:239)
at sbt.ForkMain$Run.runTestSafe(ForkMain.java:211)
at sbt.ForkMain$Run.runTests(ForkMain.java:187)
at sbt.ForkMain$Run.run(ForkMain.java:251)
at sbt.ForkMain.main(ForkMain.java:97)
[info] IntegrationSpec
[info] Application should
[info] ! work from within a browser
[error] WebDriverException: Failed to connect to binary FirefoxBinary(/usr/bin/firefox) on port 7057; process output follows:
[error] n: Save changes
[error] *** LOG addons.xpi: New add-on [email protected] installed in app-system-share
[error] *** LOG addons.xpi-utils: Make addon app-system-share:[email protected] visible
[error] *** LOG DeferredSave/extensions.json: Save changes
[error] *** LOG DeferredSave/extensions.json: Save changes
[error] *** LOG addons.xpi: New add-on [email protected] installed in app-system-share
[error] *** LOG addons.xpi-utils: Make addon app-system-share:[email protected] visible
[error] *** LOG DeferredSave/extensions.json: Save changes
[error] *** LOG DeferredSave/extensions.json: Save changes
[error] *** LOG addons.xpi: Loading bootstrap scope from /usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/[email protected]
[error] *** WARN addons.xpi: Add-on [email protected] is missing bootstrap method install
[error] *** LOG addons.xpi: Updating database with changes to installed add-ons
[error] *** LOG addons.xpi-utils: Updating add-on states
[error] *** LOG addons.xpi-utils: Writing add-ons list
[error] *** LOG addons.xpi: Registering manifest for /usr/lib/firefox/browser/extensions/[email protected]
[error] *** LOG addons.xpi: Registering manifest for /usr/lib/firefox/browser/extensions/[email protected]
[error] *** LOG DeferredSave/extensions.json: Starting timer
[error] *** LOG DeferredSave/extensions.json: Starting write
[error] *** LOG DeferredSave/extensions.json: Write succeeded
[error] *** LOG addons.xpi-utils: XPI Database saved, setting schema version preference to 15
[error] *** LOG addons.manager: shutdown
[error] *** LOG addons.xpi: shutdown
[error] *** LOG addons.xpi-utils: shutdown
[error] *** LOG addons.xpi: Notifying XPI shutdown observers
[error] *** LOG addons.manager: Async provider shutdown done
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_settings_set_long_property: assertion `GTK_SETTINGS (settings)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_settings_set_long_property: assertion `GTK_SETTINGS (settings)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_settings_set_long_property: assertion `GTK_SETTINGS (settings)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_settings_set_long_property: assertion `GTK_SETTINGS (settings)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_settings_set_string_property: assertion `GTK_SETTINGS (settings)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_icon_theme_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_icon_theme_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_icon_theme_prepend_search_path: assertion `GTK_IS_ICON_THEME (icon_theme)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_icon_theme_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_icon_theme_prepend_search_path: assertion `GTK_IS_ICON_THEME (icon_theme)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_icon_theme_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_icon_theme_prepend_search_path: assertion `GTK_IS_ICON_THEME (icon_theme)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_settings_set_string_property: assertion `GTK_SETTINGS (settings)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_settings_set_string_property: assertion `GTK_SETTINGS (settings)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_settings_set_string_property: assertion `GTK_SETTINGS (settings)' failed
[error] *** LOG addons.xpi: startup
[error] *** LOG addons.xpi: Ignoring file entry whose name is not a valid add-on ID: /tmp/anonymous1690056395711312543webdriver-profile/extensions/webdriver-staging
[error] *** LOG addons.xpi: checkForChanges
[error] *** LOG addons.xpi: No changes found
[error] *** LOG addons.xpi: Registering manifest for /usr/lib/firefox/browser/extensions/[email protected]
[error] *** LOG addons.xpi: Registering manifest for /usr/lib/firefox/browser/extensions/[email protected]
[error] JavaScript error: chrome://browser/content/urlbarBindings.xml, line 648: aUrl is undefined
[error] JavaScript error: chrome://browser/content/urlbarBindings.xml, line 648: aUrl is undefined
[error]
[error] Build info: version: '2.32.0', revision: '6c40c187d01409a5dc3b7f8251859150c8af0bcb', time: '2013-04-09 10:39:28'
[error] System info: os.name: 'Linux', os.arch: 'amd64', os.version: '3.5.0-44-generic', java.version: '1.6.0_31'
[error] Driver info: driver.version: FirefoxDriver (NewProfileExtensionConnection.java:118)
[error] org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:118)
[error] org.openqa.selenium.firefox.FirefoxDriver.startClient(FirefoxDriver.java:244)
[error] org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:110)
[error] org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:188)
[error] org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:183)
[error] org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:179)
[error] org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:92)
[error] sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[error] sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
[error] sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[error] play.api.test.WebDriverFactory$.apply(Selenium.scala:113)
[error] play.api.test.TestBrowser$.of(Selenium.scala:102)
[error] play.api.test.PlayRunners$class.running(Helpers.scala:75)
[error] play.api.test.Helpers$.running(Helpers.scala:364)
[error] IntegrationSpec$$anonfun$1$$anonfun$apply$1.apply(IntegrationSpec.scala:18)
[error] IntegrationSpec$$anonfun$1$$anonfun$apply$1.apply(IntegrationSpec.scala:18)
[error] org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:106)
[error] org.openqa.selenium.firefox.FirefoxDriver.startClient(FirefoxDriver.java:244)
[error] org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:110)
[error] org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:188)
[error] org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:183)
[error] org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:179)
[error] org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:92)
[error] sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[error] sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
[error] sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[error] play.api.test.WebDriverFactory$.apply(Selenium.scala:113)
[error] play.api.test.TestBrowser$.of(Selenium.scala:102)
[error] play.api.test.PlayRunners$class.running(Helpers.scala:75)
[error] play.api.test.Helpers$.running(Helpers.scala:364)
[error] IntegrationSpec$$anonfun$1$$anonfun$apply$1.apply(IntegrationSpec.scala:18)
[error] IntegrationSpec$$anonfun$1$$anonfun$apply$1.apply(IntegrationSpec.scala:18)
[error] Unable to connect to host 127.0.0.1 on port 7057 after 45000 ms. Firefox console output:
[error] n: Save changes
[error] *** LOG addons.xpi: New add-on [email protected] installed in app-system-share
[error] *** LOG addons.xpi-utils: Make addon app-system-share:[email protected] visible
[error] *** LOG DeferredSave/extensions.json: Save changes
[error] *** LOG DeferredSave/extensions.json: Save changes
[error] *** LOG addons.xpi: New add-on [email protected] installed in app-system-share
[error] *** LOG addons.xpi-utils: Make addon app-system-share:[email protected] visible
[error] *** LOG DeferredSave/extensions.json: Save changes
[error] *** LOG DeferredSave/extensions.json: Save changes
[error] *** LOG addons.xpi: Loading bootstrap scope from /usr/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}/[email protected]
[error] *** WARN addons.xpi: Add-on [email protected] is missing bootstrap method install
[error] *** LOG addons.xpi: Updating database with changes to installed add-ons
[error] *** LOG addons.xpi-utils: Updating add-on states
[error] *** LOG addons.xpi-utils: Writing add-ons list
[error] *** LOG addons.xpi: Registering manifest for /usr/lib/firefox/browser/extensions/[email protected]
[error] *** LOG addons.xpi: Registering manifest for /usr/lib/firefox/browser/extensions/[email protected]
[error] *** LOG DeferredSave/extensions.json: Starting timer
[error] *** LOG DeferredSave/extensions.json: Starting write
[error] *** LOG DeferredSave/extensions.json: Write succeeded
[error] *** LOG addons.xpi-utils: XPI Database saved, setting schema version preference to 15
[error] *** LOG addons.manager: shutdown
[error] *** LOG addons.xpi: shutdown
[error] *** LOG addons.xpi-utils: shutdown
[error] *** LOG addons.xpi: Notifying XPI shutdown observers
[error] *** LOG addons.manager: Async provider shutdown done
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_settings_set_long_property: assertion `GTK_SETTINGS (settings)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_settings_set_long_property: assertion `GTK_SETTINGS (settings)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_settings_set_long_property: assertion `GTK_SETTINGS (settings)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_settings_set_long_property: assertion `GTK_SETTINGS (settings)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_settings_set_string_property: assertion `GTK_SETTINGS (settings)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_icon_theme_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_icon_theme_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_icon_theme_prepend_search_path: assertion `GTK_IS_ICON_THEME (icon_theme)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_icon_theme_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_icon_theme_prepend_search_path: assertion `GTK_IS_ICON_THEME (icon_theme)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_icon_theme_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_icon_theme_prepend_search_path: assertion `GTK_IS_ICON_THEME (icon_theme)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_settings_set_string_property: assertion `GTK_SETTINGS (settings)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_settings_set_string_property: assertion `GTK_SETTINGS (settings)' failed
[error]
[error] (firefox:22372): Gtk-CRITICAL **: IA__gtk_settings_set_string_property: assertion `GTK_SETTINGS (settings)' failed
[error] *** LOG addons.xpi: startup
[error] *** LOG addons.xpi: Ignoring file entry whose name is not a valid add-on ID: /tmp/anonymous1690056395711312543webdriver-profile/extensions/webdriver-staging
[error] *** LOG addons.xpi: checkForChanges
[error] *** LOG addons.xpi: No changes found
[error] *** LOG addons.xpi: Registering manifest for /usr/lib/firefox/browser/extensions/[email protected]
[error] *** LOG addons.xpi: Registering manifest for /usr/lib/firefox/browser/extensions/[email protected]
[error] JavaScript error: chrome://browser/content/urlbarBindings.xml, line 648: aUrl is undefined
[error] JavaScript error: chrome://browser/content/urlbarBindings.xml, line 648: aUrl is undefined
[error] org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:106)
[error] org.openqa.selenium.firefox.FirefoxDriver.startClient(FirefoxDriver.java:244)
[error] org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:110)
[error] org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:188)
[error] org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:183)
[error] org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:179)
[error] org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:92)
[error] sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[error] sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
[error] sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
[error] play.api.test.WebDriverFactory$.apply(Selenium.scala:113)
[error] play.api.test.TestBrowser$.of(Selenium.scala:102)
[error] play.api.test.PlayRunners$class.running(Helpers.scala:75)
[error] play.api.test.Helpers$.running(Helpers.scala:364)
[error] IntegrationSpec$$anonfun$1$$anonfun$apply$1.apply(IntegrationSpec.scala:18)
[error] IntegrationSpec$$anonfun$1$$anonfun$apply$1.apply(IntegrationSpec.scala:18)
[info] Total for specification IntegrationSpec
[info] Finished in 46 seconds, 469 ms
[info] 1 example, 0 failure, 1 error
[info] Passed: Total 0, Failed 0, Errors 0, Passed 0
[success] Total time: 50 s, completed May 1, 2014 11:42:54 AM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment