Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-2846

Install jBPM 4.3 on Tomcat fails, get.tomcat task tries non-existent 6.0.20 version

    XMLWordPrintable

Details

    • Documentation (Ref Guide, User Guide, etc.), Compatibility/Configuration
    • Hide

      Get jbpm-4.3.zip, unzip it tp C:\.

      Execute in a command prompt:

      C:\jbpm-4.3\install>ant get.tomcat
      Buildfile: build.xml
      [echo] database......... hsqldb
      [echo] tx............... standalone
      [echo] mail.smtp.host... localhost

      get.tomcat:
      [get] Getting: http://www.apache.org/dist/tomcat/tomcat-6/v6.0.20/bin/apache-tomcat-6.0.20.zip
      [get] To: C:\jbpm-4.3\install\downloads\apache-tomcat-6.0.20.zip
      [get] Error opening connection java.io.FileNotFoundException: http://www.apache.org/dist/tomcat/tomcat-6/v6.0.20/bin/apache-tomcat-6.0.20.zip
      [get] Error opening connection java.io.FileNotFoundException: http://www.apache.org/dist/tomcat/tomcat-6/v6.0.20/bin/apache-tomcat-6.0.20.zip
      [get] Error opening connection java.io.FileNotFoundException: http://www.apache.org/dist/tomcat/tomcat-6/v6.0.20/bin/apache-tomcat-6.0.20.zip
      [get] Can't get http://www.apache.org/dist/tomcat/tomcat-6/v6.0.20/bin/apache-tomcat-6.0.20.zip to C:\jbpm-4.3\install\downloads\apache-tomcat-6.0.20.zip

      BUILD FAILED
      C:\jbpm-4.3\install\build.xml:460: Can't get http://www.apache.org/dist/tomcat/tomcat-6/v6.0.20/bin/apache-tomcat-6.0.20.zip to C:\jbpm-4.3\install\downloads\apache-tomcat-6.0.20.zip

      Total time: 0 seconds
      C:\jbpm-4.3\install>

      Show
      Get jbpm-4.3.zip, unzip it tp C:\. Execute in a command prompt: C:\jbpm-4.3\install>ant get.tomcat Buildfile: build.xml [echo] database......... hsqldb [echo] tx............... standalone [echo] mail.smtp.host... localhost get.tomcat: [get] Getting: http://www.apache.org/dist/tomcat/tomcat-6/v6.0.20/bin/apache-tomcat-6.0.20.zip [get] To: C:\jbpm-4.3\install\downloads\apache-tomcat-6.0.20.zip [get] Error opening connection java.io.FileNotFoundException: http://www.apache.org/dist/tomcat/tomcat-6/v6.0.20/bin/apache-tomcat-6.0.20.zip [get] Error opening connection java.io.FileNotFoundException: http://www.apache.org/dist/tomcat/tomcat-6/v6.0.20/bin/apache-tomcat-6.0.20.zip [get] Error opening connection java.io.FileNotFoundException: http://www.apache.org/dist/tomcat/tomcat-6/v6.0.20/bin/apache-tomcat-6.0.20.zip [get] Can't get http://www.apache.org/dist/tomcat/tomcat-6/v6.0.20/bin/apache-tomcat-6.0.20.zip to C:\jbpm-4.3\install\downloads\apache-tomcat-6.0.20.zip BUILD FAILED C:\jbpm-4.3\install\build.xml:460: Can't get http://www.apache.org/dist/tomcat/tomcat-6/v6.0.20/bin/apache-tomcat-6.0.20.zip to C:\jbpm-4.3\install\downloads\apache-tomcat-6.0.20.zip Total time: 0 seconds C:\jbpm-4.3\install>

    Description

      Install jbpm-4.3.zip by unzipping to C:\ and perform manual install on Tomcat. The get.tomcat task in the Ant install/build.xml points to 6.0.20 version (line 31: <property name="tomcat.version" value="6.0.20" />) and tries to get that version from apache.org. The problem is that this version, 6.0.20 is currently not available at apache.org, only 6.0.24 and 6.0.26 are available.

      Fix: Modify install/build.xml in order to get newer tomcat version or point to another location that holds 6.0.20 version.

      Workaround 1: Place manually apache-tomcat-6.0.20.zip in /install/downloads getting it manually from another location

      Workaround 2: Modify install/build.xml and put 6.0.24 or 6.0.26 version in line 31, but this version could not be supported for jBPM 4.3

      Attachments

        Activity

          People

            rebody HuiSheng Xu (Inactive)
            davidolivan_jira David Oliván Ubieto (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: