You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rave.apache.org by Viknes B <vi...@msn.com> on 2012/03/29 15:40:09 UTC

Rave in Windows

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

Re: Rave in Windows

Posted by marijan milicevic <m....@onehippo.com>.
On 03/29/2012 05:22 PM, marijan milicevic wrote:
> Hi Vinekes,
>

I apology for misspelling your name
cheers,
/m


> On 03/29/2012 04:08 PM, Viknes B wrote:
>> Marijan,
>>
>> Thanks !! The windows firewall was blocking it and that was the problem.
>> Do you have any thoughts on why I am not able to deploy it from the 
>> Eclipse IDE.
>>
>
> I am Intellij user so I can only point you to existing documentation 
> (which you probably already found) at [1],
> sorry about that :(
>
> cheers
> marijan
>
> [1] http://rave.apache.org/ide-settings-and-debugging.html
>
>> Viknes
>>
>> -----Original Message----- From: marijan milicevic
>> Sent: Thursday, March 29, 2012 9:44 AM
>> To: dev@rave.apache.org
>> Subject: Re: Rave in Windows
>>
>> Hi Viknes,
>>
>> On 03/29/2012 03:40 PM, Viknes B wrote:
>>> 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]
>> it seems like it is a connection problem with http://archive.apache.org
>> (connection timeout). Could you retry (I am not sure if you can set any
>> timeout value)
>> cheers
>>
>> marijan
>>> [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
>>
>


Re: Rave in Windows

Posted by marijan milicevic <m....@onehippo.com>.
Hi Vinekes,

On 03/29/2012 04:08 PM, Viknes B wrote:
> Marijan,
>
> Thanks !! The windows firewall was blocking it and that was the problem.
> Do you have any thoughts on why I am not able to deploy it from the 
> Eclipse IDE.
>

I am Intellij user so I can only point you to existing documentation 
(which you probably already found) at [1],
sorry about that :(

cheers
marijan

[1] http://rave.apache.org/ide-settings-and-debugging.html

> Viknes
>
> -----Original Message----- From: marijan milicevic
> Sent: Thursday, March 29, 2012 9:44 AM
> To: dev@rave.apache.org
> Subject: Re: Rave in Windows
>
> Hi Viknes,
>
> On 03/29/2012 03:40 PM, Viknes B wrote:
>> 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]
> it seems like it is a connection problem with http://archive.apache.org
> (connection timeout). Could you retry (I am not sure if you can set any
> timeout value)
> cheers
>
> marijan
>> [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
>


Re: Rave in Windows

Posted by Viknes B <vi...@msn.com>.
Marijan,

Thanks !! The windows firewall was blocking it and that was the problem.
Do you have any thoughts on why I am not able to deploy it from the Eclipse 
IDE.

Viknes

-----Original Message----- 
From: marijan milicevic
Sent: Thursday, March 29, 2012 9:44 AM
To: dev@rave.apache.org
Subject: Re: Rave in Windows

Hi Viknes,

On 03/29/2012 03:40 PM, Viknes B wrote:
> 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]
it seems like it is a connection problem with http://archive.apache.org
(connection timeout). Could you retry (I am not sure if you can set any
timeout value)
cheers

marijan
> [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


Re: Rave in Windows

Posted by marijan milicevic <m....@onehippo.com>.
Hi Viknes,

On 03/29/2012 03:40 PM, Viknes B wrote:
> 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]
it seems like it is a connection problem with http://archive.apache.org
(connection timeout). Could you retry (I am not sure if you can set any 
timeout value)
cheers

marijan
> [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