Specifications
CHAPTER 8
102
Troubleshooting
Solution:
If you plan to use Verity or 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
grep command as a filter
or query the exact package name. For example, the command
rpm -qa | grep compat-libstdc++ queries all
packages and filters or greps on the string
compat-libstdc++. This command might produce two results,
compat-libstdc++-33-3.2.3-47.3 and compat-libstdc++-296-2.96-132.7.2.
Postinstallation problems
CLOB and data corruption
Problem:
You are using the Japanese version of ColdFusion and Oracle 8/9 with NLS_Characterset JA16SJJS, and encounter
CLOB corruption and data corruption.
Solution:
Set codepageoverride=MS932 in the JDBC URL.
Unsupported keysize or algorithm parameters
Problem:
You are running ColdFusion on WebSphere 5.1 on IBM JVM 1.4.1 and encounter an “Unsupported keysize or
algorithm parameters” exception.
Solution:
You must install unlimited jurisdiction policy files, as follows:
1 Download and install Unrestricted JCE Policy files for IBM SDK 1.4 from
https://www6.software.ibm.com/dl/jcesdk/jcesdk-p.
2 Unzip the file.
3 Copy files unzipped from this link to the jre/lib/security directory.
4 Restart WebSphere.