Hi Guys, I am able to setup Rave in linux and run it on tomcat with portal deployed. I tried setting up in windows, did an ‘mvn install’ and the project was building successfully without any error. But when I try to do a ‘mvn cargo:start’ in cmd prompt, I got the following error.
G:\apache-rave-0.9-incubating\rave-portal>mvn cargo:start [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building Apache Rave :: rave-portal 0.9-incubating [INFO] ------------------------------------------------------------------------ [INFO] --- cargo-maven2-plugin:1.1.0:start (default-cli) @ rave-portal --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 27.475s [INFO] Finished at: Thu Mar 29 09:13:12 EDT 2012 [INFO] Final Memory: 10M/221M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.codehaus.cargo:cargo-maven2-plugin:1.1.0:star t (default-cli) on project rave-portal: Execution default-cli of goal org.codeha us.cargo:cargo-maven2-plugin:1.1.0:start failed: Failed to download [http://arch ive.apache.org/dist/tomcat/tomcat-6/v6.0.35/bin/apache-tomcat-6.0.35.tar.gz]: ja va.net.ConnectException: Connection timed out: connect -> [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 Is it looking for a tar file to work with windows or am I doing something wrong? I also tried setting it up in Eclipse IDE and again the project was building succesfully. But when I tried to add a project to server, it says “There are no resources that can be added to the server”. Please advice. Thanks Viknes
