(C) Copyright International Business Machines Corporation 2000, 2006. All rights reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM(R) Corp.
The string ".map." in a filename can cause the Apache web server to perform a translation on the file contents before sending to the client.
For example for Apache 2.2 this can happen by adding the the line:
AddHandler imap-file map
into an .htaccess file in a directory served. The default configuration for some Apache installations is for AddHandler to be applied generally. Comment out the "AddHandler imap-file map" line in the configuration files that effect the repositories used by the IBM Installation Manager and IBM Packaging Utility
This incorrect configuration will cause of an error message that looks like this:
Downloading plugin com.ibm.etools.sfm.mft.uri.map.nl1_7.0.0.v200610130814.
Downloading 'http://etdrop.raleigh.ibm.com/ccb/Offerings/wdz70/20061013_1017/repository/plugins/com.ibm.etools.sfm.mft.uri.map.nl1_7.0.0.v200610130814.jar' to 'D:\SDP70Shared\tmp\cicdip\v\md5\2aa842bc2558c018304a60446ddb2d3a'.
Table of contents digests differs from digest of downloaded file.
Some of the help topics in the Installation Manager online help may not be applicable or topics might be missing.
When installing into an existing Eclipse location, the Installation Manager displays the wrong error message when the specified Eclipse has a platform version less than "3.2.1". In this situation, on the Eclipse Location page, the following error message is incorrectly displayed:
The specified location does not contain an Eclipse IDE.
It is supposed to display a message like this:
The platform version "3.2.0.v20051214-5wrXvetwgj" of the existing Eclipse installation is less than the minimum required version "3.2.1"
The former message is only supposed to be displayed when the path that was entered on the Eclipse Location page does not contain an Eclipse installation. However, currently it also displayed when the path specified is a pre-3.2.1 Eclipse installation. Enter a path to an Eclipse 3.2.1 (or later) installation.