Running silent installations

(CR #451281) If you install EAServer using the silent installer and you do not set the -V Variable_TFPorthostname variable, the following exception occurs:

java.util.NoSuchElementException at
java.util.StringTokenizer.nextToken(Unknown Source) at
com.installshield.wizard.commandline.DatabaseVariablePropertiesOption.execute(Unknown Source)
at com.installshield.wizard.Wizard.executeStartupBeans(Unknown Source)
at com.installshield.wizard.Wizard$RunThread.run(Unknown Source)

WARNING: an unhandled error occurred during the processing of command line option V: java.util.NoSuchElementException 

Workaround: In SilentInstall_Unix.txt, set:

-V Variable_TFPorthostname=$HOSTNAME

See the Installation Guide for more information about configuring a silent installation.