Adobe 38043740 User Guide - Page 106

Postinstallation problems

Page 106 highlights

102 CHAPTER 8 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.

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112

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
.
2
Unzip the file.
3
Copy files unzipped from this link to the jre/lib/security directory.
4
Restart WebSphere.