Petals ESB Container

Error message when using the autoloader to install a component

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 3.1.1
  • Fix Version/s: 3.1.2, 4.1.0
  • Component/s: Autoloader
  • Security Level: Public
  • Description:
    Hide

    When downloading a component from the Maven repository directly in the directory $PETALS_HOME/install, error messages are printed and the component installation is completed successfully.

    Please remove this error message adding a check on the size of the archive to install in the autoloader

    Show
    When downloading a component from the Maven repository directly in the directory $PETALS_HOME/install, error messages are printed and the component installation is completed successfully. Please remove this error message adding a check on the size of the archive to install in the autoloader
  • Environment:
    -

Activity

Hide
Christophe DENEUX added a comment - Mon, 16 Apr 2012 - 11:47:58 +0200

Merged in trunk

Show
Christophe DENEUX added a comment - Mon, 16 Apr 2012 - 11:47:58 +0200 Merged in trunk
Hide
Christophe DENEUX added a comment - Mon, 28 Mar 2011 - 10:38:14 +0200 - edited
Show
Christophe DENEUX added a comment - Mon, 28 Mar 2011 - 10:38:14 +0200 - edited Fix in branch: https://svn.petalslink.org/svnroot/branches-legacy/petals-enterprise-3.1.x/petals/container/petals-kernel To merge in trunk
Hide
Christophe DENEUX added a comment - Fri, 25 Mar 2011 - 18:51:49 +0100 - edited

Using Firefox downloading the component two files are generated in the directory $PETALS_HOME/install:

  • mycomponent.zip: sized to 0 until the completed download
  • mycomponent.zip.part: the file containing downloaded bytes

To avoid to process mycomponent.zip, we can improve the filefilter excluding a file if another file with the same name suffixed with ".part" exists.

Show
Christophe DENEUX added a comment - Fri, 25 Mar 2011 - 18:51:49 +0100 - edited Using Firefox downloading the component two files are generated in the directory $PETALS_HOME/install:
  • mycomponent.zip: sized to 0 until the completed download
  • mycomponent.zip.part: the file containing downloaded bytes
To avoid to process mycomponent.zip, we can improve the filefilter excluding a file if another file with the same name suffixed with ".part" exists.

People

Dates

  • Created:
    Sat, 26 Feb 2011 - 15:16:51 +0100
    Updated:
    Wed, 27 Feb 2013 - 11:22:40 +0100
    Resolved:
    Mon, 16 Apr 2012 - 11:47:58 +0200