Adobe 38043740 User Guide - Page 105

J2EE configuration problems

Page 105 highlights

ADOBE COLDFUSION 8 101 Installing and Using ColdFusion Installation fails Problem: On UNIX and Linux systems, when you try to install ColdFusion 8 on systems where the /tmp partition is mounted noexec, the installation fails. Solution: This is because the install attempts to use the /tmp directory for unpacking and running the installer run time. To avoid this issue, set the IATEMPDIR environment variable to a directory on the system that has execute permissions before running the installer. Installation fails 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. J2EE configuration problems Problem: There is inconsistent behavior when you try to launch JRun using /opt/jrun4/bin/jrun. Solution: Launch JRun by using the following command: /yourJAVA_HOME/bin/java -jar /opt/jrun4/lib/jrun.jar -start cfusion Problem: When you install ColdFusion on Red Hat Enterprise Linux 4, the installation script incorrectly report a warning regarding the C++ compatibility pack.

  • 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

101
ADOBE COLDFUSION 8
Installing and Using ColdFusion
Installation fails
Problem:
On UNIX and Linux systems, when you try to install ColdFusion 8 on systems where the
/tmp
partition is
mounted
noexec
, the installation fails.
Solution:
This is because the install attempts to use the
/tmp
directory for unpacking and running the installer run time. To
avoid this issue, set the
IATEMPDIR
environment variable to a directory on the system that has execute permissions
before running the installer.
Installation fails
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
.
J2EE configuration problems
Problem:
There is inconsistent behavior when you try to launch JRun using
/opt/jrun4/bin/jrun
.
Solution:
Launch JRun by using the following command:
/
yourJAVA_HOME
/bin/java -jar /opt/jrun4/lib/jrun.jar -start cfusion
Problem:
When you install ColdFusion on Red Hat Enterprise Linux 4, the installation script incorrectly report a warning
regarding the C++ compatibility pack.