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 >
