Specifications
© 2013 Adobe Systems Incorporated and its licensors. All rights reserved.
Solution:
Check the mappings and update them as necessary.
Installation fails
Problem:
On UNIX and Linux systems, when you try to install ColdFusion on systems where the partition is/tmp
mounted , the installation fails.noexec
Solution:
This is because the install attempts to use the directory for unpacking and running the installer runtime./tmp
To avoid this issue, set the environment variable to a directory on the system that has executeIATEMPDIR
permissions before running the installer.
Problem:
When you try to install ColdFusion, the installation fails and generate the error:
"java.lang.OutOfMemoryError Invocation of this Java Application has caused an
InvocationTargetException. This application will now exit. (LAX)"
Solution:
You must clean up the directory to which the installer is trying to extract the JRE, for example, .----/tmp
#back to top
J2EE configuration problems
Problem:
When you install ColdFusion on Red Hat Enterprise Linux 4, the installation script incorrectly report a warning
regarding the C++ compatibility pack.
Solution:
If you plan to use C++ based custom CFX tags, you should interrogate your system for compat-libstdc++ and
glibc packages and install them if necessary. Either query all packages and use the command as a filtergrep
or query the exact package name. For example, the command querirpm -qa | grep compat-libstdc+
es all packages and filters or greps on the string . This command might produce twocompat-libstdc
results, and . ----compat-libstdc-33-3.2.3-47.3 compat-libstdc+-296-2.96-132.7.2
#back to top
Postinstallation problems
CLOB and data corruption
Problem:
You are using the Japanese version of ColdFusion and Oracle 8/9 with NLS_Characterset JA16SJJS, and