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.
Sun UltraSPARC 32-bit
Sun UltraSPARC 64-bit
Linux IA32
HP 7x00
HP 8000
HP 8000 64-bit
SGI 32-bit
SGI 64-bit
WINDOWS NT/2000/XP
modeFRONTIERTM 3.0.1 is under testing on the following platforms:
IBM RS6000 32-bit
IBM RS6000 64-bit
Digital Alpha (Unix)
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.
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 PLATFORM | SDK Version | OS version | Included | Vendor |
|---|---|---|---|---|
| IBM RS6000 32/64bit [a] | 1.4.1 | AIX 5.1 (or greater) | yes | www.ibm.com |
| Sun UltraSPARC 32/64bit | 1.4.2 | Solaris 2.7 (or greater) | yes | http://www.javasoft.com |
| Linux IA32 | 1.4.2 | Tested with Red Hat 6.x/7.x | yes | http://www.javasoft.com |
| HP 7x00 | 1.4.2 | HPUX11.00 (or greater) | yes | http://www.hp.com |
| HP 8000 32/64bit | 1.4.2 | HPUX11.00 (or greater) | yes | http://www.hp.com |
| Compaq Alpha Tru64 [a] | 1.4.1 | OSF1 V4 (or greater) | yes | http://www.compaq.com |
| SGI 32/64bit | 1.4.1 | IRIX 6.5 (or greater) | yes | http://www.sgi.com |
| Windows | 1.4.2 | NT/2000/XP [b] | yes | http://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
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.
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.
-------------------------------------------------------------------------------------