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:
I think I am running the latest versions of everything, including Firefox 11.0.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
Help please. This is driving me mad.


Reply With Quote