Hi Chris, sorry I forgot to include this information in my previous email.. I have tried to install OODT on two systems, they both stop with the same error. the first is running MacOS Mavericks, maven 3.2.5, java 1.8.0_25 the second is running CentOS 7, maven 3.2.5., java 1.7.0_71 There is no ~/.m2/settings.xml in either cases. The $M2_HOME/conf/settings.xml is the default one that was generated during the mvn installation.
Thanks K On Sun, Mar 1, 2015 at 5:52 PM, Mattmann, Chris A (3980) < [email protected]> wrote: > Hi Kostas, > > What version of Maven are you using? > > Also, what Java version? Finally, do you have a $HOME/.m2/settings.xml > file and if so, what’s in it? > > Cheers, > Chris > > > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Chris Mattmann, Ph.D. > Chief Architect > Instrument Software and Science Data Systems Section (398) > NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA > Office: 168-519, Mailstop: 168-527 > Email: [email protected] > WWW: http://sunset.usc.edu/~mattmann/ > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Adjunct Associate Professor, Computer Science Department > University of Southern California, Los Angeles, CA 90089 USA > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > > > > > > -----Original Message----- > From: Konstantinos Mavromatis <[email protected]> > Date: Friday, February 27, 2015 at 4:27 PM > To: <[email protected]> > Subject: Problems installing with RADiX > > >Hi,I am trying to install oodt v 8.1 using RADiX and upgrate from an > >existing v6 installation. > >I am following the instructions in > >https://cwiki.apache.org/confluence/display/OODT/RADiX+Powered+By+OODT > > > >During the first step I get the following error which indicate that an > >archetype does not exist. Is that the case or am I doing something wrong? > >Any advise is welcome. > >Thanks in advance for you help > >Kostas > > > > > > > >$curl -s > > > http://svn.apache.org/repos/asf/oodt/trunk/mvn/archetypes/radix/src/main/r > >esources/bin/radix | bash > >[INFO] Scanning for projects... > >[INFO] > >[INFO] > >------------------------------------------------------------------------ > >[INFO] Building Maven Stub Project (No POM) 1 > >[INFO] > >------------------------------------------------------------------------ > >[INFO] > >[INFO] >>> maven-archetype-plugin:2.2:generate (default-cli) > > >generate-sources @ standalone-pom >>> > >[INFO] > >[INFO] <<< maven-archetype-plugin:2.2:generate (default-cli) < > >generate-sources @ standalone-pom <<< > >[INFO] > >[INFO] --- maven-archetype-plugin:2.2:generate (default-cli) @ > >standalone-pom --- > >[INFO] Generating project in Interactive mode > >[INFO] Archetype repository missing. Using the one from > >[org.apache.oodt:radix-archetype:0.8.1] found in catalog remote > >[INFO] > >------------------------------------------------------------------------ > >[INFO] BUILD FAILURE > >[INFO] > >------------------------------------------------------------------------ > >[INFO] Total time: 1.716 s > >[INFO] Finished at: 2015-02-27T16:15:10-08:00 > >[INFO] Final Memory: 17M/503M > >[INFO] > >------------------------------------------------------------------------ > >[ERROR] Failed to execute goal > >org.apache.maven.plugins:maven-archetype-plugin:2.2:generate > >(default-cli) on project standalone-pom: The desired archetype does not > >exist (org.apache.oodt:radix-archetype:0.9) -> [Help 1] > >[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/MojoFailureException > > > > > >
