Larry Martell
unread,Nov 14, 2014, 1:42:22 PM11/14/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
I have a suite of selenium live server tests that have been running
fine (django 1.6, python 2.7, centos 6.5). The host they were running
on died and I moved them to a new host. They are failing there with:
ERROR: setUpClass
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/motor/motor/app/cdsem/tests/testEventsTableLive.py",
line 25, in setUpClass
cls.selenium = WebDriver()
File "/usr/lib/python2.6/site-packages/selenium/webdriver/firefox/webdriver.py",
line 59, in __init__
self.binary, timeout),
File "/usr/lib/python2.6/site-packages/selenium/webdriver/firefox/extension_connection.py",
line 47, in __init__
self.binary.launch_browser(self.profile)
File "/usr/lib/python2.6/site-packages/selenium/webdriver/firefox/firefox_binary.py",
line 66, in launch_browser
self._wait_until_connectable()
File "/usr/lib/python2.6/site-packages/selenium/webdriver/firefox/firefox_binary.py",
line 100, in _wait_until_connectable
raise WebDriverException("The browser appears to have exited "
WebDriverException: Message: The browser appears to have exited before
we could connect. If you specified a log_file in the FirefoxBinary
constructor, check it for details.
The old box was running Firefox 24.3.0 and the new one is running
31.2.0. Could that have anything to do with it? Anyone ever seen this
and/or know what I can do to fix it?