Sure, this is the output from the terminal (I restored the original
jar files):
STARTING *firefox
could not load script
http://localhost/funcunit-beta-4/demo/funcunit.js
JavaException: java.lang.RuntimeException: Could not start Selenium
session: Failed to start new browser session: Error while launching
browser
error loading script [object HTMLElement] JavaException:
java.lang.RuntimeException: Could not start Selenium session: Failed
to start new browser session: Error while launching browser
MODULE myapp
And heres what we have in my selenium.err:
13:55:58.990 WARN - It looks like your baseUrl (
http://localhost/
funcunit-beta-4/demo/funcunit.html) is pointing to a file, not a
directory (it doesn't end with a /). We're going to have to strip off
the last part of the pathname.
dyld: Library not loaded: /usr/lib/libsqlite3.dylib
Referenced from: /System/Library/Frameworks/Security.framework/
Versions/A/Security
Reason: Incompatible library version: Security requires version
9.0.0 or later, but libsqlite3.dylib provides version 1.0.0
13:56:19.089 ERROR - Failed to start new browser session, shutdown
browser and clear all session data
java.lang.RuntimeException: Timed out waiting for profile to be
created!
at
org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.waitForFullProfileToBeCreated(FirefoxChromeLauncher.java:
305)
at
org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.populateCustomProfileDirectory(FirefoxChromeLauncher.java:
106)
at
org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.launch(FirefoxChromeLauncher.java:
83)
at
org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher.launchRemoteSession(FirefoxChromeLauncher.java:
350)
at
org.openqa.selenium.server.browserlaunchers.FirefoxLauncher.launchRemoteSession(FirefoxLauncher.java:
98)
at
org.openqa.selenium.server.BrowserSessionFactory.createNewRemoteSession(BrowserSessionFactory.java:
357)
at
org.openqa.selenium.server.BrowserSessionFactory.getNewBrowserSession(BrowserSessionFactory.java:
122)
at
org.openqa.selenium.server.BrowserSessionFactory.getNewBrowserSession(BrowserSessionFactory.java:
84)
at
org.openqa.selenium.server.SeleniumDriverResourceHandler.getNewBrowserSession(SeleniumDriverResourceHandler.java:
699)
at
org.openqa.selenium.server.SeleniumDriverResourceHandler.doCommand(SeleniumDriverResourceHandler.java:
393)
at
org.openqa.selenium.server.SeleniumDriverResourceHandler.handleCommandRequest(SeleniumDriverResourceHandler.java:
364)
at
org.openqa.selenium.server.SeleniumDriverResourceHandler.handle(SeleniumDriverResourceHandler.java:
125)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
at org.mortbay.http.HttpServer.service(HttpServer.java:909)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:820)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:
986)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:837)
at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:
245)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
By the way, I tried doing this (copying over the system
libsqlite3.dylib to Firefox's version):
http://agilesoftwaretesting.com/?p=105
This didn't work. Is there anyway the custom version of selenium can
be updated to work with Snow Leopard? Thanks, you guys respond very
quick.
On Aug 25, 1:12 pm, Justin Meyer <
justinbme...@gmail.com> wrote:
> I know that won't work because we rely on a custom version of selenium. You
> can't swap out the selenium jar.
>
> Can you provide more of the dump when it was breaking?
>
> Justin Meyer
>
> Jupiter Consulting
> \Development\Training\Support
>
847-924-6039
>
justinbme...@gmail.com
>
> On Wed, Aug 25, 2010 at 3:04 PM, eyeyen <
eyeyenblack...@gmail.com> wrote:
> > Hi Brian, thanks for the reply.
>
> > I managed to fix the Firefox error by upgrading Selenium to 1.0.3,
> > herehttp://
seleniumhq.wordpress.com/2010/02/23/selenium-1-0-3-released/