6. modeFRONTIERTM 3.0.1 Release Notes




Contents

  1. Overview

  2. Supported Platforms

  3. Platforms in Beta Testing

  4. JAVA Virtual Machine

  5. Compatibility with Previous Releases

  6. Fixed Bugs in modeFRONTIER 3.0.1

1. Overview

The modeFRONTIERTM 3.0.1 is a patched release of the modeFRONTIERTM system containing new enhancements and bug fixes for the previous version 3.0.0.

Supported Platforms

2. Platforms in Beta Testing

modeFRONTIERTM 3.0.1 is under testing on the following platforms:

Note:

We hope to release the official version of modeFRONTIERTM 3.0.1 for all the above platforms by the end of 2004. Anyhow the installation CD includes also the versions for the Platforms in Beta Testing with the following specific warranties:

THIS SOFTWARE AND THE ACCOMPANYING FILES ARE LICENSED TO YOU "AS IS" AND WITHOUT WARRANTIES AS TO PERFORMANCE OR MERCHANTABILITY OR ANY OTHER WARRANTIES WHETHER EXPRESSED OR IMPLIED. NO WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE IS OFFERED. LICENSOR SHALL HAVE NO LIABILITY WITH RESPECT TO ITS OBLIGATIONS UNDER THE LICENSE AGREEMENT FOR CONSEQUENTIAL, EXEMPLARY, OR INCIDENTAL DAMAGES.

3. JAVA Virtual Machine

The modeFRONTIERTM 3.0.1 supports Java 2 SDK features and capabilities and was tested successfully against the JDK 1.4.0 version or greater (1.4.0, 1.4.1 and 1.4.2). The modeFRONTIERTM packaging includes the JRE (JAVA Runtime Environment) for most of the available platforms. If the proper JRE for your architectures is not yet included in our product, please upgrade your system downloading it from your platform's vendor web site.

HARDWARE PLATFORMSDK VersionOS versionIncludedVendor
IBM RS6000 32/64bit [a]1.4.1AIX 5.1 (or greater)yeswww.ibm.com
Sun UltraSPARC 32/64bit1.4.2Solaris 2.7 (or greater)yeshttp://www.javasoft.com
Linux IA321.4.2Tested with Red Hat 6.x/7.xyeshttp://www.javasoft.com
HP 7x001.4.2HPUX11.00 (or greater)yeshttp://www.hp.com
HP 8000 32/64bit1.4.2HPUX11.00 (or greater)yeshttp://www.hp.com
Compaq Alpha Tru64 [a]1.4.1OSF1 V4 (or greater)yeshttp://www.compaq.com
SGI 32/64bit1.4.1IRIX 6.5 (or greater)yeshttp://www.sgi.com
Windows1.4.2NT/2000/XP [b]yeshttp://www.javasoft.com

[a] Platform is not yet fully supported. See Section 6, "2. Platforms in Beta Testing" for further details

[b] Windows9x/MeTM platform is not supported anymore.

Table 8. JAVA Virtual Machine

Prior to the "4. Java 2 Runtime Environment JRE" installation, you should check you have installed the full set of required patches for your target architecture. Follow your target architecture patch installation procedure before proceeding.

Most of the third part JRE vendors provide information on the Java Environment installation and integration, please follow their recommendations for an efficient system tuning.

For the UNIX architectures the user can choose between the use of the modeFRONTIERTM embedded JRE libraries or his already installed JRE/SDK virtual machines.

The switch between the user's system installed JRE/SDK libraries and the modeFRONTIERTM embedded JRE libraries can be done commenting out the following line in the modeFRONTIERTM startup script modeFRONTIER301/bin/frontier:

    Before...

    # Set JRE PATH
    PATH=${FRONTIERHOME}/jre/bin:${PATH}
    export PATH

    ...after

    # Set JRE PATH
    #PATH=${FRONTIERHOME}/jre/bin:${PATH}
    #export PATH

5. Compatibility with Previous Releases

The version 3.0.1 IS COMPATIBLE with the previous version 3.0.0 but fixes an important bug found in the Output Variables extraction module. The RELATIVE Mining Rule failed with some configuration of the Output File.

For example the rule TYPE=RELATIVE, TAG=OutputB, OCR=1, ROW=1, COL=1 will extract the number 22 from the following column wise formatted file.

  OutputA    OutputB    OutputC
    11         22         33
The same rule will extract the number 33 if some of the columns get exchanged.
  OutputA    OutputC    OutputB
    11         33         22
To avoid this inconsistency the extraction module has changed and all the modeFRONTIERTM 3.0.0 existing projects can be loaded with the version 3.0.1 but the RELATIVE Mining Rules MUST be reassigned.

6. Fixed Bugs in modeFRONTIERTM 3.0.1


   BugID   Category           Synopsis
  -------------------------------------------------------------------------------------
     99    Mining Rules       RELATIVE Minig rule failed with specific output file.
    100    Licensing          The checkout of the mf_batch32 and mf_batch64 FEATURE
                              failed on some WINDOWS/UNIX architectures.
    101    Report             Correlation 3D Chart had wrong format for the 2D view
                              in the reports.
    102    Report             There was fixed number of classes in Frequency Chartwas.
    103    Print              The virtual column was present in the DOE Table print.
    104    Charts             Manual scaling was wrong for parallel charts.
    105    Work Flow          Cut and Paste failed for the Sub System node.
  -------------------------------------------------------------------------------------


Return to modeFRONTIER Index