Re: Error while building Airavata from source

2015-03-26 Thread priyanshu patra
I don't know exactly how, but I tried *mvn clean install *once again after rebooting ubuntu and this time the build was successful :) On Thu, Mar 26, 2015 at 1:03 AM, Lahiru Gunathilake glah...@gmail.com wrote: We might have to fix integration test but I hope its not a blocker for you. YOu can

Error while building Airavata from source

2015-03-25 Thread priyanshu patra
Hello everyone, I was following the official guide to build airavata from source https://airavata.apache.org/development/build.html . The distribution built successfully without running tests (*mvn clean install -Dmaven.test.skip=true*). However,on building without skipping tests (*mvn clean

Re: Error while building Airavata from source

2015-03-25 Thread Marlon Pierce
Hi Priyanshu-- The build just worked for me (Java 1.8, Maven 3.0.3). Are you building from the master via git clone, or from a specific release? What java version? What Maven version? Thanks-- Marlon On 3/25/15 10:21 AM, priyanshu patra wrote: Hello everyone, I was following the

Re: Error while building Airavata from source

2015-03-25 Thread Lahiru Gunathilake
Hi Priyanshu, You have only sent the part of the error. please send the complete error message. Lahiru On Wed, Mar 25, 2015 at 10:21 AM, priyanshu patra pri.pa...@gmail.com wrote: Hello everyone, I was following the official guide to build airavata from source

Re: Error while building Airavata from source

2015-03-25 Thread Heiland, Randy
I’ll chime in with my experience. I too get a failure on the integration tests on the 0.14 release: ~/dev/airavata-0.14$ mvn clean install ... [INFO] Airavata GFAC distribution SUCCESS [ 14.176 s] [INFO] Airavata release artifacts SUCCESS [ 35.124

Re: Error while building Airavata from source

2015-03-25 Thread Suresh Marru
Hi Priyanshu, We did not update the website yet, but can you download and install rabbitmq server (refer - https://www.rabbitmq.com/download.html https://www.rabbitmq.com/download.html ) and then build Airavata? That may be the cause of integration tests failing. When I quickly try to

Re: Error while building Airavata from source

2015-03-25 Thread Marlon Pierce
My apologies, I didn't read the original email carefully. I can reproduce this error. On 3/25/15 11:12 AM, Marlon Pierce wrote: Hi Priyanshu-- The build just worked for me (Java 1.8, Maven 3.0.3). Are you building from the master via git clone, or from a specific release? What java

Re: Error while building Airavata from source

2015-03-25 Thread Suresh Marru
Hi Priyanshu, I assume you are trying to prepare for your GSoC proposal. If so, I think working with the master might be more preferable then previous release. You can clone from - https://github.com/apache/airavata https://github.com/apache/airavata and try and report back. You can use these

Re: Error while building Airavata from source

2015-03-25 Thread priyanshu patra
Hi everyone, Here is the complete full trace mvn clean install http://pastebin.com/MLX0gmXn These are the info about my java and maven version. *mvn -version* Apache Maven 3.0.5 Maven home: /usr/share/maven Java version: 1.8.0_40-internal, vendor: Oracle Corporation Java home:

Re: Error while building Airavata from source

2015-03-25 Thread priyanshu patra
I cloned the master from https://github.com/apache/airavata , had the rabbitmq server running while build, but the error still persists. Here is the complete trace- http://pastebin.com/uhqrhip6 On Thu, Mar 26, 2015 at 12:11 AM, Suresh Marru sma...@apache.org wrote: Sounds good. Just call me

Re: Error while building Airavata from source

2015-03-25 Thread Lahiru Gunathilake
We might have to fix integration test but I hope its not a blocker for you. YOu can simply remove it from the build and use the pack created in distribution directory. On Wed, Mar 25, 2015 at 3:20 PM, priyanshu patra pri.pa...@gmail.com wrote: I cloned the master from