Uploaded image for project: '[Read Only] - Hippo Archetype'
  1. [Read Only] - Hippo Archetype
  2. ARCHE-148

Archetype refers to non-existing Tomcat distribution

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Top
    • Resolution: Fixed
    • 1.03.05
    • 1.03.06, 1.04.07
    • None

    Description

      When Tomcat is started, cargo tries to download the file http://apache.hippo.nl/tomcat/tomcat-6/v6.0.32/bin/apache-tomcat-6.0.32.tar.gz. That file does not exist anymore, as our Apache mirror only contains the latest Tomcat release.

      Steps to reproduce:
      1. create a new project from the archetype:

      mvn archetype:generate \
      -DarchetypeRepository=http://maven.onehippo.com/maven2 \
      -DarchetypeGroupId=org.onehippo.cms7 \
      -DarchetypeArtifactId=hippo-archetype-website \
      -DarchetypeVersion=1.03.05

      2. compile the project:

      cd myhippoproject
      mvn clean install

      3. start Tomcat:

      mvn -P cargo.run

      Expected behavior: Tomcat starts and loads CMS and site
      Actual behavior: Maven reports the following error and quits:

      [ERROR] Failed to execute goal org.codehaus.cargo:cargo-maven2-plugin:1.1.1:run (cargo-run) on project now: Execution cargo-run of goal org.codehaus.cargo:cargo-maven2-plugin:1.1.1:run failed: Failed to download http://apache.hippo.nl/tomcat/tomcat-6/v6.0.32/bin/apache-tomcat-6.0.32.tar.gz: Can't get http://apache.hippo.nl/tomcat/tomcat-6/v6.0.32/bin/apache-tomcat-6.0.32.tar.gz to $HOME/.m2/repository/org/codehaus/cargo/cargo-container-archives/apache-tomcat-6.0.32.tar.gz -> [Help 1]

      Attachments

        Activity

          People

            jsheriff Junaidh Kadhar Sheriff
            mdenburger Mathijs den Burger (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: