Hi Firstly ,I think Maven is installed properly in my machine. PFA screenshot for the same. PFB the execution of mvn command.
╭─vijayendra@ubuntu ~/Desktop/airavata-0.6 ╰─$ mvn --version Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 19:21:28+0530) Maven home: /usr/local/apache-maven/apache-maven-3.0.5 Java version: 1.6.0_27, vendor: Sun Microsystems Inc. Java home: /usr/lib/jvm/java-6-openjdk-amd64/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.2.0-40-generic", arch: "amd64", family: "unix" Currently I have openJDK version as 1.6.0_24 and expected is 1.6.0_27 . So is this creating problem. secondly, I downloaded the release source from http://airavata.apache.org/about/downloads.html . I am getting same set of errors for this also. pasting the logs below. vijayendra@ubuntu ~ ╰─$ cd Desktop/airavata-0.6 1 ↵ ╭─vijayendra@ubuntu ~/Desktop/airavata-0.6 ╰─$ ls DEPENDENCIES LICENSE NOTICE README samples INSTALL modules pom.xml RELEASE_NOTES tools ╭─vijayendra@ubuntu ~/Desktop/airavata-0.6 ╰─$ mvn INSTALL [INFO] Scanning for projects... Downloading: http://repo1.maven.org/maven2/org/apache/apache/13/apache-13.pom Downloading: http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/org/apache/apache/13/apache-13.pom Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/apache/13/apache-13.pom Downloading: http://unicore-dev.zam.kfa-juelich.de/maven/org/apache/apache/13/apache-13.pom [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.apache.airavata:airavata:0.6 (/home/vijayendra/Desktop/airavata-0.6/pom.xml) has 1 error [ERROR] Non-resolvable parent POM: Could not transfer artifact org.apache:apache:pom:13 from/to central (http://repo1.maven.org/maven2): Connection to http://repo1.maven.org refused and 'parent.relativePath' points at no local POM @ line 19, column 10: Connection refused -> [Help 2] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [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 read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException Regards Vijayendra On Wed, Mar 27, 2013 at 4:33 AM, Suresh Marru <[email protected]> wrote: > This seems weird, if your checkout if successful and apache parent should > be able to pull in file. Can you try a release source and try maven > checkout on it? > > http://airavata.apache.org/about/downloads.html > > If not you can try the binaries while you debug the maven issues. > > Suresh > > On Mar 26, 2013, at 6:16 PM, Vijayendra Grampurohit < > [email protected]> wrote: > > > Hi Suresh > > > > I am able to ping to repo1.maven.org. PFB the screenshot for the same. > > > > > > > > > > Regards > > vijayendra > > > > On Wed, Mar 27, 2013 at 2:54 AM, Suresh Marru <[email protected]> wrote: > > Hi Vijayendra, > > > > This seem to be a network issue, are you sure it is not a transient > internet connection issue? Can you check if you can ping to > repo1.maven.org and see something is getting blocked? It seems unusual > unable to reach to maven core repo. > > > > Suresh > > > > On Mar 26, 2013, at 3:30 PM, Vijayendra Grampurohit < > [email protected]> wrote: > > > > > Hi > > > > > > I am trying to install airavata .Here I am trying to build it from > source. > > > > > > 1) I have set up the environment. > > > 2) I Have downloaded and Installed Maven 3.0.5. > > > 3) Then I checked out the source code at : svn co > > > https://svn.apache.org/repos/asf/airavata/trunk/ . > > > 4) BUILD THE DISTRIBUTION > > > > > > - cd /home/svn/trunk > > > - mvn clean install > > > > > > When I do mvn clean INSTALL I am getting errors. I am pasting the log > > > below. > > > > > > ╭─vijayendra@ubuntu /home/svn/trunk > > > ╰─$ mvn clean INSTALL > > > 130 ↵ > > > [INFO] Scanning for projects... > > > Downloading: > > > http://repo1.maven.org/maven2/org/apache/apache/13/apache-13.pom > > > Downloading: > > > > http://community.ucs.indiana.edu:9090/archiva/repository/ogce.m2.all/org/apache/apache/13/apache-13.pom > > > Downloading: > > > > http://cilogon.svn.sourceforge.net/viewvc/cilogon/m2-repo/org/apache/apache/13/apache-13.pom > > > Downloading: > > > > http://people.apache.org/repo/m2-snapshot-repository/org/apache/apache/13/apache-13.pom > > > Downloading: > > > > http://unicore-dev.zam.kfa-juelich.de/maven/org/apache/apache/13/apache-13.pom > > > [ERROR] The build could not read 1 project -> [Help 1] > > > [ERROR] > > > [ERROR] The project org.apache.airavata:airavata:0.7-SNAPSHOT > > > (/home/svn/trunk/pom.xml) has 1 error > > > [ERROR] Non-resolvable parent POM: Could not transfer artifact > > > org.apache:apache:pom:13 from/to central ( > http://repo1.maven.org/maven2): > > > Connection to http://repo1.maven.org refused and 'parent.relativePath' > > > points at no local POM @ line 19, column 10: Connection refused -> > [Help 2] > > > [ERROR] > > > [ERROR] To see the full stack trace of the errors, re-run Maven with > the -e > > > switch. > > > [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 read the following articles: > > > [ERROR] [Help 1] > > > > http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException > > > [ERROR] [Help 2] > > > > http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException > > > > > > > > > Regards > > > Vijayendra > > > > > > > > > > > > On Tue, Mar 26, 2013 at 2:15 AM, Chathuri Wimalasena (JIRA) < > [email protected] > > >> wrote: > > > > > >> > > >> [ > > >> > https://issues.apache.org/jira/browse/AIRAVATA-345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13613099#comment-13613099 > ] > > >> > > >> Chathuri Wimalasena commented on AIRAVATA-345: > > >> ---------------------------------------------- > > >> > > >> Hi Sanchit, > > >> > > >> It seems port 1527 is not available when the airavata server is > starting. > > >> Can you make the default derby port (1527) available and start > airavata > > >> server again. Also if you change the port information in > > >> airavata-server.properties for the database configuration, you will > be able > > >> to run derby in a different port. Once the database is ready, you > should be > > >> able to log in using XBaya without any issues. Let us know if you get > more > > >> issues. > > >> > > >> Regards, > > >> Chathuri > > >> > > >>> [GSoc] Plugins for running & monitoring workflows > > >>> ------------------------------------------------- > > >>> > > >>> Key: AIRAVATA-345 > > >>> URL: > https://issues.apache.org/jira/browse/AIRAVATA-345 > > >>> Project: Airavata > > >>> Issue Type: New Feature > > >>> Components: Workflow Interpreter, WS-Messenger > > >>> Reporter: Saminda Wijeratne > > >>> Assignee: Saminda Wijeratne > > >>> Priority: Minor > > >>> Labels: gsoc2012, gsoc2013, mentor > > >>> > > >>> For a person who works alot with workflows & job executions, would > like > > >> to have some tools to do common tasks like submitting jobs/workflows, > > >> monitoring & analyzing. If he/she can use such a tool with very less > effort > > >> on configuring & taking less resources it will be quite useful. > > >>> What I'm suggesting is having some simple tools built as plugins for > > >> frequently used applications such as web browsers and IDEs. These > plugins > > >> will give the ability for the user to do atleast the basic workflow > > >> execution tasks, monitoring their progress, get notifications , view > > >> statistics etc. > > >> > > >> -- > > >> This message is automatically generated by JIRA. > > >> If you think it was sent incorrectly, please contact your JIRA > > >> administrators > > >> For more information on JIRA, see: > http://www.atlassian.com/software/jira > > >> > > > > > >
