Results 1 to 2 of 2

Thread: mvn selenium:selenese fails

  1. #1
    Join Date
    Apr 2012
    Posts
    1

    Default mvn selenium:selenese fails

    Selenium Problem.txtI am a newbie to Roo and I am working my through the tutorials provided. Everything proceeds fine until I try to run the selenium tests. Every time, Firefox fails to start and I always get the following results:

    Code:
    C:\WeddingRSVP>mvn selenium:selenese
    [INFO] Scanning for projects...
    [INFO]
    [INFO] ------------------------------------------------------------------------
    [INFO] Building wedding 0.1.0.BUILD-SNAPSHOT
    [INFO] ------------------------------------------------------------------------
    [INFO]
    [INFO] --- selenium-maven-plugin:2.1:selenese (default-cli) @ wedding ---
    log4j:WARN No appenders could be found for logger (org.openqa.selenium.server.Se
    leniumServer).
    log4j:WARN Please initialize the log4j system properly.
    13:07:36.463 INFO - Preparing Firefox profile...
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD FAILURE
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 26.377s
    [INFO] Finished at: Thu Apr 05 13:07:58 BST 2012
    [INFO] Final Memory: 7M/21M
    [INFO] ------------------------------------------------------------------------
    [ERROR] Failed to execute goal org.codehaus.mojo:selenium-maven-plugin:2.1:selen
    ese (default-cli) on project wedding: Execution default-cli of goal org.codehaus
    .mojo:selenium-maven-plugin:2.1:selenese failed: Timed out waiting for profile t
    o be created! -> [Help 1]
    [ERROR]
    [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
    ch.
    [ERROR] Re-run Maven using the -X switch to enable full debug logging.
    [ERROR]
    [ERROR] For more information about the errors and possible solutions, please rea
    d the following articles:
    [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutio
    nException
    I think I am running the latest versions of everything, including Firefox 11.0.

    Help please. This is driving me mad.
    Last edited by PBOB; Apr 5th, 2012 at 07:32 AM.

  2. #2
    Join Date
    Dec 2005
    Posts
    930

    Default

    I've only ever got Selenium working with Firefox 4 and 5.
    Alan Stewart
    Spring Roo Committer
    twitter @alankstewart

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •